Page 1 of 1
Search found 11 matches
Re: Change Checkout Option 'Continue' button to link
Hi ,
Thank you for your help.
- Sun Apr 19, 2020 11:54 pm
- Replies 9
- Views 731
Re: Change Checkout Option 'Continue' button to link
Opencart 3.0.2.0
Hi what is the extension name please.
Thank you
- Sun Apr 19, 2020 12:46 am
- Replies 9
- Views 731
Re: Checked.cache getting huge and killing the stores
Hello
i had the same problem
i just empty the file checked.cache and insert to the file checked.cache in the first line this " system/startup.php" and its work great for me.
i hope this will be helpful
OC Version 3.0.3.2
Vqmod 2.6.4
- Tue Oct 29, 2019 7:49 pm
- Replies 37
- Views 13497
Re: [SOLVED] product page the add to cart doesn't work ?
Well i hope i can help to users opencart 3.0.2.0 from my small experience. ;) As my problem was not - alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); as i change it back to the original code on catalog/view/theme/default/template/product/product.twig i find something weird ...
Jump to post- Tue Apr 16, 2019 8:48 pm
- Replies 24
- Views 3607
Re: product page the add to cart doesn't work ?
thank you all for your help now its work. waaaazzzzzzaaaaaa
Jump to post- Tue Apr 16, 2019 4:15 am
- Replies 24
- Views 3607
Re: product page the add to cart doesn't work ?
But I am sure that this is not the reason, there seems to be something wrong earlier and the alert tries only to display that. Not, there's no other reason and JS console shows it. JS doesn't tolerate broken strings, so all his JS code is not working due to this. Add to Cart button uses JS to add p...
Jump to post- Tue Apr 16, 2019 3:54 am
- Replies 24
- Views 3607
Re: product page the add to cart doesn't work ?
You can use alert(thrownError + "\n" + xhr.statusText + "\n" + xhr.responseText); to format the error output a bit (doing it also by myself sometimes. But I am sure that this is not the reason, there seems to be something wrong earlier and the alert tries only to display that. As far as I can see, ...
Jump to post- Tue Apr 16, 2019 3:48 am
- Replies 24
- Views 3607
Re: product page the add to cart doesn't work ?
add to cart on product page is inline in product.twig Hi , thank you , i try catalog/view/theme/default/template/product/product.twig , it still doesn't work <script type="text/javascript"><!-- $('#button-cart').on('click', function() { $.ajax({ url: 'index.php?route=checkout/cart/add', type: 'post...
Jump to post- Tue Apr 16, 2019 3:26 am
- Replies 24
- Views 3607
Re: product page the add to cart doesn't work ?
Thank you OSWorx ,Yes i see but how to fix this ? By finding, where exactly the wrong code is and fixing it. Wrong code: alert(thrownError + " " + xhr.statusText + " " + xhr.responseText); Should be: alert(thrownError + xhr.statusText + xhr.responseText); Hi, i did the modification on catalog/view/...
Jump to post- Tue Apr 16, 2019 12:01 am
- Replies 24
- Views 3607
Re: product page the add to cart doesn't work ?
Thank you OSWorx ,Yes i see but how to fix this ? Jump to post
- Mon Apr 15, 2019 10:21 pm
- Replies 24
- Views 3607
[SOLVED] product page the add to cart doesn't work ?
Hello , i need help
Opencart 3.0.2.0
if I click add to cart from category that work fine, but from product page the add to cart doesn't work ?
thank you for your help.
- Mon Apr 15, 2019 8:57 pm
- Replies 24
- Views 3607
Search found 11 matches