I've same problem as you.
Client can't "order without account registraction" & "order with creating user account".
This two options doesn't working - get pop-up window with same error code as you get.
In BO - ZERO client data like e-mail or name.
Anyone solved this error??
Presta v. 1.4.8.2
Need same solution. Anyone can help or FireMe have solution?
I need image-selected attribute for size changing ex. size S (image with letter S), M, L, XL, XXL
Did somebody know how to configure this CCC functionality?
I've created new subdomain ex. static-js.xxx.com and static-css.xxx.com -> I've typed it to "mediaservers - CDN" -> I've also make redirection in cpanel: ex. static-js.xxx.com -> xxx.com/themes/my_theme/js
Presta try to load content from this 2 extra mediaservers, but load all content ~50% from static-js and other 50% from second static-css subdomain.
How to load all js files from js-static; css from css-static & other things from main domain??
What code or something I've to add / which code have to change?
Somebody have solution to load one-kind content from exact subdomain/CDN server?
Just another question.
I've got in my Presta product link in category-list like this one:
Naklejka dekoracyjna wzór 1 | Naklejki dekoracyjne lub szablony
Product link (product name) code is:
<h5><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:20:'...'|escape:'htmlall':'UTF-8'}</a></h5>
This, what I try to do is showing name of the product - but only name text before "|"
How can I solve, cut this name?