Attributes Disappear When Editing Items in Cart - Seeking Solution

30.10.2024 13:02
#1
msin
Joomshopping forum user no avatar
Name: Marcel Singer
17.05.2012
Posts: 52
Quote
Attributes Disappear When Editing Items in Cart - Seeking Solution

Hello,

I’m experiencing an issue where custom attribute fields are not retained when editing items in the cart. After a client adds items with various custom attributes to the cart, any attempt to edit these items later results in the attribute fields appearing blank. It seems that clicking to edit an item in the cart doesn’t open the existing cart entry but instead initiates a new item configuration.

Is there an add-on or modification available that would allow attributes to persist when editing cart items? Any help would be greatly appreciated.

Kind regards,


Joomla: latest
JoomShopping: latest
PHP: latest
MySQL: latest
 
30.10.2024 15:02
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28345
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

url?

 
30.10.2024 16:22
#3
msin
Joomshopping forum user no avatar
Name: Marcel Singer
17.05.2012
Posts: 52
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

https://www.mshs.ch - but it's your default shop. you can test it on your side too.

When I open cart and open the item the label is empty. Lost "test"
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

 
30.10.2024 16:25
#4
msin
Joomshopping forum user no avatar
Name: Marcel Singer
17.05.2012
Posts: 52
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

or if you change to red and you open the cart and open the item it's blue

The cart shows only the items put in before. If you open the item in the cart, the product attributes disappeared.

 
30.10.2024 17:23
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28345
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

I don't understand you.
You can't change the product to the cart.
how do you do it?

1. open product Convertible
Color: Blue
add to basket
Color: Blue
....
you delete product or ...?

 
30.10.2024 21:30
#6
msin
Joomshopping forum user no avatar
Name: Marcel Singer
17.05.2012
Posts: 52
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

1. I choose item with colour and free text, like RED and Omnibus like you see in the picture
2. I add it to the cart = ok
3. When I look the cart everything is correct = ok
4. I want to modifiy my item in the Cart = problem All my options are empty or has default value (blue)

There are two possibilities:

1. The items cannot be changed in the cart, it should not be possible to click on any links in the cart to open it
2. When I open an item in the cart it should show the selected value not the item default value

 
30.10.2024 21:43
#7
msin
Joomshopping forum user no avatar
Name: Marcel Singer
17.05.2012
Posts: 52
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

I have found this addon:

Joomshopping Addons: Cart save

Could it solve my problem?

 
31.10.2024 07:36
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28345
Quote
Aw: Attributes Disappear When Editing Items in Cart - Seeking Solution

msin - 30.10.2024 21:30
1. I choose item with colour and free text, like RED and Omnibus like you see in the picture
2. I add it to the cart = ok
3. When I look the cart everything is correct = ok
4. I want to modifiy my item in the Cart = problem All my options are empty or has default value (blue)

There are two possibilities:

1. The items cannot be changed in the cart, it should not be possible to click on any links in the cart to open it
2. When I open an item in the cart it should show the selected value not the item default value


After click to product -
You are just looking at the product - this is not a change link.

-------------------------------------------------------------------------------------------------------------
1. change cart template
components\com_jshopping\templates\default\cart\cart.php

<a href="<?php print $prod['href'] ?>">
<img src="<?php print $this->image_product_path ?>/<?php
if ($prod['thumb_image'])
print $prod['thumb_image'];
else
print $this->no_image;
?>" alt="<?php print htmlspecialchars($prod['product_name']); ?>" class="jshop_img" />
</a>

change to


<img src="<?php print $this->image_product_path ?>/<?php
if ($prod['thumb_image'])
print $prod['thumb_image'];
else
print $this->no_image;
?>" alt="<?php print htmlspecialchars($prod['product_name']); ?>" class="jshop_img" />

or
2 .
install
https://www.webdesigner-profi.de/joomla-webdesign/shop/plugins/cart-product-link-with-attribute.html?lang=en


Letzte Änderung: 31.10.2024 07:37
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.