Hi All.
I'm having problems with duplicate products in 8.5.2 and I'd be grateful if someone could confirm whether they can recreate the following:
I have a product that is available in 3 sizes. I'm using a Push Button Grid to present these sizes to the user so that each size has its own AddToCart button. This works fine until I create a duplicate of the product.
Firstly, when I configure a product in this way the preview window in Actinic (Business Multi User V8.52) displays the following:
"Parse error: syntax error, unexpected T_STRING, expecting '.' or ';' in main on line 211"
If I add the duplicate product in any size to my basket it appears in the basket with no size information, and no price.
If I add the non-duplicate product to my basket it appears in the basket correctly with the chosen size written underneath the product name and with the correct price.
The problem appears to be that the product reference is generated using v_ProductID_1 and for a duplicate product ProductID has an '!' in it. This appears to cause problems.
I'm trying to establish whether this is something I've broken or a general issue with 8.5.2 so it would be great if someone else could try this and let me know if they get the same result.
Many Thanks
Dave
I'm having problems with duplicate products in 8.5.2 and I'd be grateful if someone could confirm whether they can recreate the following:
I have a product that is available in 3 sizes. I'm using a Push Button Grid to present these sizes to the user so that each size has its own AddToCart button. This works fine until I create a duplicate of the product.
Firstly, when I configure a product in this way the preview window in Actinic (Business Multi User V8.52) displays the following:
"Parse error: syntax error, unexpected T_STRING, expecting '.' or ';' in main on line 211"
If I add the duplicate product in any size to my basket it appears in the basket with no size information, and no price.
If I add the non-duplicate product to my basket it appears in the basket correctly with the chosen size written underneath the product name and with the correct price.
The problem appears to be that the product reference is generated using v_ProductID_1 and for a duplicate product ProductID has an '!' in it. This appears to cause problems.
I'm trying to establish whether this is something I've broken or a general issue with 8.5.2 so it would be great if someone else could try this and let me know if they get the same result.
Many Thanks
Dave
Comment