Re: bug in "Edit Order" when using required custom fields
Kindly note that, 1.Custom Field Input Field is not shown on Customer Details tab on Order Edit 2.The API Return that the custom field is required " It know it's required but i can't even edit/read it because the input field is missing 3.Can't go to step 2 while the custom field is enabled once...
Jump to post- Tue Jul 07, 2020 3:22 am
- Replies 43
- Views 38158
Re: bug in "Edit Order" when using required custom fields
The pre-release version contains bug-fixes about the custom fields validation. I may not have completely done the patching as we speak. However, I would invite you to visit the official bug reports topic about the pre-release to be up-to-date on the subject and furthermore. still can't go to step t...
Jump to post- Fri Jul 03, 2020 8:30 pm
- Replies 43
- Views 38158
Coupon with Variable Percentage Per Category
Hello, as Subject title says, I want to create a coupon with variable percentage per category for example coupon code " COUPON " gives 5% percentage discount for products in Category A gives 10% percentage discount for products in Category B gives 3% percentage discount for products in Cat...
Jump to post- Sun Mar 22, 2020 5:23 am
- Replies 2
- Views 636
oc_order_shipment table
While surfing the opencart database I've found a table called oc_order_shipment it's empty table but i guess it has a purpose the columns in this table are order_shipment_id, order_id, date_added, shipping_courier_id, tracking number how to insert data into this from admin panel? and how this table ...
Jump to post- Tue Dec 31, 2019 12:39 pm
- Replies 2
- Views 609
Re: Database Connection Failed - Maintenance Page
The maintenance page logic also uses the database so that would not work without some changes. You could create a static maintenance page and display that if the database is not connected. In catalog/controller/startup/startup.php just behind the index function declaration: // show static maintenan...
Jump to post- Tue Oct 15, 2019 9:28 pm
- Replies 3
- Views 506
Re: Database Connection Failed - Maintenance Page
The maintenance page logic also uses the database so that would not work without some changes. You could create a static maintenance page and display that if the database is not connected. In catalog/controller/startup/startup.php just behind the index function declaration: // show static maintenan...
Jump to post- Tue Oct 15, 2019 9:01 pm
- Replies 3
- Views 506
Re: Options on Wishlisht/Comparison
Yes Default Theme Jump to postpaulfeakins wrote: ↑Thu Sep 12, 2019 5:13 pmDefault theme?
You'll need to make sure that data is available to the templates from the controllers and then output it.
- Tue Oct 15, 2019 5:21 am
- Replies 2
- Views 436
Database Connection Failed - Maintenance Page
Hello, Sometimes my shared hosting get some issues with database connection and the connection fails, and i get the following error on the index page Notice: Undefined index: in /storage/modification/catalog/controller/startup/startup.php on line 109 Warning: fopen(/storage/logs/): failed to open st...
Jump to post- Mon Oct 14, 2019 8:11 am
- Replies 3
- Views 506
Options on Wishlisht/Comparison
Hello, I want the selected option to be shown on wishlist or product comparison pages when user decide to add a specific product that has required options to his wishlist or to compare the product with another the wishlist or product comparison only shows the product image / name / price not showing...
Jump to post- Thu Sep 12, 2019 5:33 am
- Replies 2
- Views 436
Re: Show Option Image on Checkout with Multiple Options
Fixed by checking $product['option']
Jump to post- Tue Sep 10, 2019 11:58 pm
- Replies 3
- Views 1100
Re: Show Option Image on Checkout with Multiple Options
Yes but works for multiple options Jump to postxxvirusxx wrote: ↑Tue Sep 10, 2019 1:25 pmYou want something like this old extension?
https://www.opencart.com/index.php?rout ... on_id=9459
- Tue Sep 10, 2019 11:27 pm
- Replies 3
- Views 1100
Show Option Image on Checkout with Multiple Options
Hello, I was editing my "checkout" page to show product image or to be exact option image for products with options it's working fine for products with 1 option, but for products with multiple options sometimes it work and sometimes it automatically select the option that doesn't have imag...
Jump to post- Tue Sep 10, 2019 10:50 am
- Replies 3
- Views 1100
[3.0.3.2] Order History Comments
Hello,
I have problem at Order History Comments
comments are invisible in the front side in account -> order history
but on the admin dashboard it's shown
OpenCart Version 3.0.3.2
Tried to clear all modifications and default theme and still the same problem
- Wed Jul 03, 2019 2:51 pm
- Replies 1
- Views 675
Re: Editing Order
Is there is anybody can help?
Jump to post- Fri May 03, 2019 11:29 am
- Replies 7
- Views 3810
Re: Mobile Modification Only
We're talking here only theoretically. If you have a modification, where is the problem? Simply call with the modfication your module/extension/library and check there if mobile or not. Of course, you can do it complicated (as many are doing this) and create the modification with hundreds of lines,...
Jump to post- Thu May 02, 2019 4:02 am
- Replies 4
- Views 562
Re: Mobile Modification Only
Yes. Basically, it depends on what you want to modify. If its only the layout, use CSS. If functions are affected, you have to use a 3PD library to check if mobile or not. Well, Thank you for this answer I have a library to check if mobile or not but how to enable or disable modification if mobile ...
Jump to post- Thu May 02, 2019 2:39 am
- Replies 4
- Views 562
Mobile Modification Only
Hello,
I was wondering if there is a way to make modifications to opencart mobile version only
so the modification do not affect the desktop version
is it possible ?
- Wed May 01, 2019 3:44 pm
- Replies 4
- Views 562
Re: Editing Order
Hello, I was wondering why when i edit order it duplicate in the order table in mysql Database It's weird that same order has more than order id because it's duplicated after editing how to avoid duplicating orders? How did you edit the order and how did you notice it duplicated? Edited Order using...
Jump to post- Wed May 01, 2019 3:40 pm
- Replies 7
- Views 3810
Editing Order
Hello,
I was wondering why when i edit order it duplicate in the order table in mysql Database
It's weird that same order has more than order id because it's duplicated after editing
how to avoid duplicating orders?
- Tue Apr 30, 2019 7:51 am
- Replies 7
- Views 3810
Re: SEO URL automatically deleted
After deleting seo url generator module everything back to work fine, thank you Jump to post
- Wed Mar 13, 2019 7:26 am
- Replies 3
- Views 690