Forum replies created
I do not know how or why but I took complete backup of the site using WP Migration plugin, Installed Twenty Twelve theme and then restored the backup to the site and proceed to checkout and update cart buttons started working. Maybe there is a god after all..
Im not using any plugins which should be colliding with woocommerce.
The problem is in the shopping cart page (http://wtory.fi/?page_id=958)… However the error you got on the checkout page is probably because we are only shipping in Finland.
Like I said before the “Proceed to checkout” as in finnish “siirry kassalle” button and the “Update cart” / “Päivitä ostokori” button is not working.
I Added
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
to the .htaccess and changed permissions to read-only since the file seemed to erase itself frequently. I see no error messages in the console and all the icons are working properly.
Tried to add the previous fix to .htaccess again and it just bringed back those squares and random chinese charecters..
For me and those icons were correctly on their places on multiple platforms and browsers but now after the latest update (2.6.3) those icons is again missing completely. Not even the small squares indicating there is something to be clicked on.
Thank you for your reply.
At least for now adding “Header add Access-Control-Allow-Origin “*” ” to .htaccess seems to work for my issue.