Plugin Directory

Changeset 3288732


Ignore:
Timestamp:
05/07/2025 12:27:25 AM (11 months ago)
Author:
carlosfrancopkt1
Message:

Versión 1.2.3

Location:
pkt1-centro-de-envios
Files:
45 added
3 edited

Legend:

Unmodified
Added
Removed
  • pkt1-centro-de-envios/trunk/change.log

    r3216714 r3288732  
    119119
    120120Se atiende observacion e implementan funciones de sanitizacion y escape para presentar mensajes de exito/error en la pagina de administacion
     121
     122= 1.2.3 =
     123
     124El valor del producto cantidad se cambia por un valor numerico
  • pkt1-centro-de-envios/trunk/pkt1_root.php

    r3288725 r3288732  
    44Plugin URI: https://enviospkt1.com/demo-plugin/
    55Description: A un click de tu envio 📦 Cotiza inteligente 🥇 evita Co2 🍃 y llega a mas lugares 🌎
    6 Version: 1.2.2
     6Version: 1.2.3
    77Author: PKT1 WebCenter 📦🥇🍃🌎
    88Author URI: https://enviospkt1.com/ecommerce
     
    392392                    foreach ($package['contents'] as $item_id => $values) {
    393393                      $_product = $values['data'];
    394                       $weight = $weight + $_product->get_weight() * $values['quantity'];
     394                      $weight = $weight + $_product->get_weight() * $_product->get_quantity();
    395395                      //$cost = $cost +  $values['line_total'];
    396396                      //".$values['quantity']."',
    397397                      $details .= "{           
    398                         'Qty': '".$values['quantity']."',           
     398                        'Qty': '".$_product->get_quantity()."',           
    399399                        'Typ': 1,           
    400400                        'Cnt': '".$settings['pkt1_contenido']."',           
  • pkt1-centro-de-envios/trunk/readme.txt

    r3269258 r3288732  
    55Tested up to: 6.7.1
    66Requires PHP: 7.0.33
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113Se atiende observacion e implementan funciones de sanitizacion y escape para presentar mensajes de exito/error en la pagina de administacion
    114114
     115= 1.2.3 =
     116
     117El valor del producto cantidad se cambia por un valor numerico
    115118
    116119== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.