Originally posted by RuralWeb
Announcement
Collapse
No announcement yet.
Duplicate product problems after V8.5.1 upgrade
Collapse
X
-
your only real choice is to downgrade.
A working site is the desired result rather than the latest release
Comment
-
-
Put this puppy
Going cycling for the rest of the week now so Ill worry about it again next week
Comment
-
Jonathan,
You need to go to the 'Components' group in the library and edit the layout called 'Component Layout With Selectable Permutations'. Replace the code in there with the following:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsComponentCheckboxShown%22%20%2f%3e"> <input type="checkbox" name="<Actinic:Variable Name="UIWidgetName"/>" <actinic:block if="%3cactinic%3avariable%20name%3d%22IsSelectedByDefault%22%20%2f%3e">checked="checked"</actinic:block> /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsComponentHiddenFieldIncluded%22%20%2f%3e"> <input type="hidden" name="<Actinic:Variable Name="UIWidgetName"/>" value="on" /> </actinic:block> <Actinic:Variable Name="ComponentDisplayLabel"/> <Actinic:PRICE_EXPLANATION PROD_REF="<actinic:variable Name="ProductID" />" COMPONENTID=<actinic:variable name="ComponentIndex" />><actinic:variable name="ComponentRetailCustomerMessage" /></Actinic:PRICE_EXPLANATION> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%3d%3d%200%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3c%20%3cactinic%3avariable%20name%3d%22ComponentCount%22%20%2f%3e%29"> <actinic:variable name="PermutationLayout" value="Permutation Drop Down List" /> </actinic:block> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%21%3d%200%29%20AND%0d%28%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3d%3d%20%3cactinic%3avariable%20name%3d%22ComponentCount%22%20%2f%3e%29"> <actinic:variable name="AttributeList" /> </actinic:block>
Kind regards,Bruce King
SellerDeck
Comment
-
Hi guys
Can I just say, I entirely sympathise with your frustrations.
We are currently creating a new version of 8.5.1 without this change. For customers who have already upgraded to 8.5.1, a site upgrader will be available in a week's time which will go through all your layouts and do the variable swap required to make it all work correctly with 8.5.1.
I hope this goes some way to allaying your fears and frustrations
Comment
-
I hope this goes some way to allaying your fears and frustrations
Are you also saying I can charge Actinic for my time in re-applying 8.5.1 for the clients whose sites are messed up due to this, or as usual I have to do the work FOC (and thus add to my already huge list of sites in the red due to V8?
Or maybe I can send these sites to support to be fixed?
Comment
-
U.S. User
Needless to say, I have been using Actinic 8 for quite some time with no problems until the end of last week when I received a phone call from a customer informing me that she had trouble ordering.
I went to my Web site to do an investigation and found all my duplicate pages were there and had the add to cart availability but had an error when trying to add an item to the shopping cart.
I ended up having to delete and recreate all my duplicate product pages and because that didn't work, had to totally get rid of all duplicate pages on the site for ordering.
I guess there isn't the option of duplicate pages anymore.
Comment
-
Thanks Bruce, but I'm not using selectable permutations. I'm using a component, two attributes and the pish button grid.
I've upgraded to v851 have all completely standard scripts and have tried reverting to factory on all of the layouts associated with the outer, inner, section, product, component, attributes, add to cart button, push button grid and cart grid etc. etc. etc..
I've got a support ticket going now, so will see what they say.
Comment
-
Jeffrey
We are working on a new version of 8.5.1 as fast as we can, which will automatically make all the required layout changes for you. Details are in http://community.actinic.com/showthread.php?t=30221
Comment
Comment