UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Any error messages in any of the logs?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
It's a common problem. You should edit one table in your database. This table is oc_product_advertise_google
You should edit it's ID field with AI. This problem was fixed in Opencart 3.0.3.2, so you can just reinstall it with the newer version.
___________________________________________________
Many OpenCart users struggle to find quality extensions. We know how frustrating the need to fix the shop is just because of one poorly coded extension. We created quality OpenCart Extensions, tested by real developers and provide professional support.
AJAX QUICK CHECKOUT - #1 one-page checkout solution
VISUAL DESIGNER - Page builder for Opencart
View more extensions here
Tested by Shopunity.net
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Many OpenCart users struggle to find quality extensions. We know how frustrating the need to fix the shop is just because of one poorly coded extension. We created quality OpenCart Extensions, tested by real developers and provide professional support.
AJAX QUICK CHECKOUT - #1 one-page checkout solution
VISUAL DESIGNER - Page builder for Opencart
View more extensions here
Tested by Shopunity.net
They're saying the product appears twice, they didn't mention an error message.Dreamvention wrote: ↑Thu Jun 27, 2019 6:20 pmIf I understood him correctly, he is getting the "DUPLICATE ENTRY FOR KEY" mysql error.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Hi,paulfeakins wrote: ↑Thu Jun 27, 2019 6:26 pmThey're saying the product appears twice, they didn't mention an error message.Dreamvention wrote: ↑Thu Jun 27, 2019 6:20 pmIf I understood him correctly, he is getting the "DUPLICATE ENTRY FOR KEY" mysql error.
That's exactly what i am facing to now but in OC3.0.2. When I add a new product/blog post, a duplication of the original product/blog post is automatically created with the same content inside but different product/post id (as the image below). There is no any error message.
Please help us how to fix this problem.
Thanks
Extension. What about the core from admin - > catalog - > products page without the blog extension installed?That's exactly what i am facing to now. When I add a new product/blog post, a duplication of the original product/blog post is automatically created with the same content inside but different product/post id (as the image below).
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
When i create a new product , it is added twice or sometimes even 3 times. The same for categories.
Opencart 3.0.3.1
Did anybody manage to find a fix ? there is no clear error in my error log
What are the exact steps to reproduce your error on a freshly installed OC 3.0.3.2 ? (don't use 3.0.3.1)
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Source: viewtopic.php?f=201&t=212731&p=759676#p759676
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
in admin/view/template/catalog/product_list.twig (starting on line 236) change:
Code: Select all
$('button[form=\'form-product\']').on('click', function(e) {
$('#form-product').attr('action', $(this).attr('formaction'));
});
to:
Code: Select all
$('button[form=\'form-product\']').on('click', function(e) {
e.preventDefault();
$('#form-product').attr('action', $(this).attr('formaction'));
});
https://stackoverflow.com/questions/367 ... mit-button
The products tab was working fine, my problem was only with my custom code, but this might still be a good answer for you.
I hope this helps.
I had the exact same issue told on the link below... Fresh Opencart 3.0.3.2 install, Windows and Chrome to work on Opencart Admin. Whenever I click save button, products and other stuff got saved twice.
This link worked for me...
https://github.com/opencart/opencart/issues/7495
Users browsing this forum: Majestic-12 [Bot], Semrush [Bot] and 121 guests