-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product Page - Links Broken? Please Help! #21
Comments
Seems like you forgot to set esi_syntax startup parameter (see readme). Can you check the HTML code to see if you find an <esi:include /> tag? |
Hello, thank you for your help. Here the words at the beginning of the form:
And here the words of the links to add to cart, wishlist and compare: `
To help, below the stretch as is my startup configuration of Varnish:
|
Can you please try esi_syntax=0x3 instead? Am 13.01.2015 um 23:20 schrieb djgoulaer <[email protected]mailto:[email protected]>: Hello, thank you for your help. Here the words at the beginning of the form: /" method="post" id="product_addtocart_form"> And here the words of the links to add to cart, wishlist and compare:
To help, below the stretch as is my startup configuration of Varnish: DAEMON_OPTS=${DAEMON_OPTS:--b localhost \ -p esi_syntax=0x03 \ -p shm_reclen=4096} — |
Wow your help is being fantastic! Not solved yet, but had considerable progress. After the last change of the esi configuration (esi_syntax = 0x3) the problem persisted, but not quite. When clean the cache magento and browser, and access the site (like a user accessing the first time) the problem persists. But if I update the page with a "CTRL + F5" the problem is solved almost completely, except for one small detail at the beginning of the form as the image below: What do you think we should do? Because if I clear the cache returns the problem, ie if a user visits the website for the first time he will find the error. EDIT: I found another error in this configuration: If I click the add to cart button, the product will not go to shopping cart. |
Problem status: The problem that made the products were not added to the shopping cart has been solved using this module: https://github.com/deivisonarthur/Inovarti_FixAddToCartMage18 However I still the problem that makes a mess in the html code of the form and links "add_to". Does anyone have a suggestion? Thanks for your help. |
@djgoulaer I have the same problem with my multsite magento store. Did you find any solution on this problem? Thanks for any help. |
i have the same problem that for example on the customer account forms the esi includes somehow produce this " /> after the form key. |
same problem |
I was unable to solve the problem or found on the internet that Also did not get satisfactory support from developers , since when the I followed all recommendations and documentation , but it still fails . So , I gave up using the module. Atenciosamente, Diego José Goulart On Sat, Apr 4, 2015 at 4:05 PM, Raf [email protected] wrote:
|
It seems like the form key esi include is not escaped correctly...i will have a look when i can find some time. as a quick fix i removed esi includes for form keys... |
@campsafari same problem :( do you have an idea? |
I have a similar problem on " /> This was showing on my screen because getFormKey was returning on <input name="form_key" type="hidden" value="<?php echo htmlentities(Mage::getSingleton('core/session')->getFormKey()) ?>" /> |
This is the same problem as issue #17 of which we've fixed by adjusting the quotation marks in Esi.php. They've even created a pull request to fix it. |
Hello! I installed the latest version of Varnish Server 3 and the module Page Cache following exactly the instructions in the Readme.txt file.
But in my product page some strange things are happening:
It appears this aima product code name:
/ "Method =" post "id =" product_addtocart_form ">" />
And this code below the button add to cart:
/ "Onclick =" productAddToCartForm.submitLight (this, this.href); return false; "class =" link-wishlist ">
To try to help you understand my problem, follows some pictures of headers:
The text was updated successfully, but these errors were encountered: