Projekt

Allgemein

Profil

GX-Feature #70355

Von Alexandre Ataides vor mehr als 1 Jahr aktualisiert

Es sollte eine Möglichkeit geben das Versandgewicht im Bestellvorgang nicht auszugeben 

 Erwartetes Verhalten: 
 Wenn die Option "Versandgewicht im Bestellvorgang anzeigen" deaktiviert wird, sollte das Gewicht bei allen Versandmodule nicht mehr im Bestellvorgang und E-Mail Bestellbestätigung und Rechnung angezeigt werden 

 ------------------ 

 There should be a way to not output the shipping weight in the order process 

 1. Admin > Settings > disable option "Show shipping weight in the order process for all shipping modules" 
 1. On the frontend, add a product with weight to the shopping cart 
 1. .. 


 Expected behavior: 
 If the option "Show shipping weight in order process" is disabled, the weight should no longer be displayed in the order process and email order confirmation and invoice for all shipping modules 


 -------------------- 
 How to test: 

 Test 1: 
     - Execute the `gambio_updater` for the `4.9.1.0` or install a fresh shop 
     - Install the `Deutsche Post` Shipping module: `Admin > Modules > Shipping Methods > German Post (dp)` 
     - Install the `Invoice` payment module: `Admin > Payment Modules > Invoice` 
     - Go to Admin > Settings and search for `Show shipping weight in the order process for all shipping modules`, it is `active` by default (all good) 
     - Add a weight to a product (Product Weight) 
     - Add that product to the shopping cart and click on the `Checkout` button 

     Expected: 
      - On the "Shipping" page the weight information should be displayed in the Deutsche Post shipping box, for example: `Dispatch to DE: (1 x 2 kg)` 
      - The same result should be visible on the Confirmation checkout page 
      - No need to place the order 

 Test 2: 
     - After the `Test 1` is done, go to `Admin > Settings` and search for `Show shipping weight in the order process for all shipping modules`, and set it to `inactive`, hit save 
     - Go to the shopping cart page 

     Expected: 
      - On the "Shipping" page the weight information should **NOT** be displayed in the Deutsche Post shipping box, for example: `Dispatch to DE` 
      - The same result should be visible on the Confirmation checkout page

Zurück