Projekt

Allgemein

Profil

GX-Bug #67975

Von Daniel Wu vor mehr als 3 Jahren aktualisiert

Wenn ein Theme aus einer alten Shopversion oder einem älteren geupdateten Shop exportiert und in einem Shop mit einer anderen Domain importiert wird, geht die Session bei Aktionen, wie dem Hinzufügen zum Warenkorb, verloren. 

 The reason is, that in old shop versions the image paths were saved as absoulute paths. That behaviour was changed in a newer version, but the already existing content zone entries were not updated. The reason why the session gets lost is, because after adding something to the shopping cart and returning to a page where those external images are loaded causes the session to end. 

 This was reproducable on Firefox and Safari on Mac. 

 Steps to reproduce: 
 - install a shop with the version 4.0.0.* 
 - open the SE4 
 - add an image widget to any content zone and choose an image 
 - save the settings 
 - export the theme 
 - install a shop with the newest version on a different domain 
 - open the SE4 
 - import the exported theme 
 - close the SE4 
 - add a product to the cart and open the cart 
 - open the page with the image widget, that you added in the exported theme 
 - open the cart again 

 Expected result: 
 The item is still in the cart. 

 Actual behaviour: 
 The item is not in the cart anymore.

Zurück