Re: How can I edit some fields on the checkout page?
Hi
In the admin panel / catalog / edit product form / data tab / Set the "Requires Shipping" to "No".
Removing or commenting fields will produce undefined index warnings.
- Mon Apr 12, 2021 4:16 am
- Replies 4
- Views 161
Re: Multi Image Uploader for OC 2.0 ID code?
Hi
Did you remove its modification too? It is in the admin panel / extensions / modifications list.
- Thu Mar 18, 2021 5:43 am
- Replies 2
- Views 135
Re: Vqmod does not work after copying a site
Hi
Try the install script again by visiting:
your-site.com/vqmod/install
- Thu Mar 04, 2021 11:23 pm
- Replies 2
- Views 219
Re: Filter data query not accepting filter_category_id
Hi
The special page uses the `getProductSpecials` method not `getProducts`.
By default `getProducts` accepts `filter_category_id` but `getProductSpecials` does not accept it.
Take a look at this file:
Code: Select all
catalog\model\catalog\product.php
- Thu Mar 04, 2021 7:22 pm
- Replies 4
- Views 196
Re: Resize pictures when clicked on from product page 3.0.3.6
Hi
You should be able to manage the image sizes here:
admin panel / extensions / extensions / themes / edit your theme
- Wed Mar 03, 2021 8:27 pm
- Replies 2
- Views 218
Re: Increasing drop down limit for Attributes
Hi
It is in this file:
Code: Select all
admin\controller\catalog\attribute.php
Code: Select all
$filter_data = array(
'filter_name' => $this->request->get['filter_name'],
'start' => 0,
'limit' => 5
);
- Sun Feb 28, 2021 12:53 am
- Replies 2
- Views 185
Re: Warning: opencart.com compromised!
Hi
I've already reported it to the OpenCart support team too.
Today I've got many spam comments from a new spammer.
- Tue Feb 23, 2021 10:01 pm
- Replies 17
- Views 1367
Re: Why can we enter option images if they do not show/change when you select that option?
Hi
Radio and checkbox options display a thumbnail of the option image on the product page.
- General Discussion
- Why can we enter option images if they do not show/change when you select that option?
- Sat Feb 13, 2021 2:07 am
- Replies 3
- Views 595
Re: Multistore possibility to have different languages on different stores on separate domains?
Hi
Is this what you need?
https://www.opencart.com/index.php?rout ... n_id=40985
- General Support
- Multistore possibility to have different languages on different stores on separate domains?
- Thu Feb 11, 2021 12:31 am
- Replies 2
- Views 175
Re: Hide Product Fields in Admin by SmartiApps
Hi I don't know if this can help you, Since you are using OpenCart 3.0.3.6 you need to fix the twig issues with modifications. There are some free extensions that can do that, Install one of them: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=40469 https://www.open...
Jump to post- Thu Feb 04, 2021 7:07 pm
- Replies 6
- Views 404
Re: Add Variables to product description
Thanks. I replied to your email.
Jump to post- Wed Feb 03, 2021 1:09 am
- Replies 11
- Views 470
Re: Add Variables to product description
Hi
Please do the purchase and contact me via Email or "Get Support" button, I will do that for you.
- Tue Feb 02, 2021 4:32 pm
- Replies 11
- Views 470
Re: Add Variables to product description
Hi
I added OpenCart 2.3.0.2 version.
Yes, But it requires some tweaks. Jump to postIs there any way to have these variables directly into the description, not as an extra description.
- Mon Feb 01, 2021 9:53 pm
- Replies 11
- Views 470
Re: Add Variables to product description
Hi, No it's not compatible with OpenCart 2.3. I will prepare it and inform here. Jump to post
- Mon Feb 01, 2021 7:47 pm
- Replies 11
- Views 470
Re: Add Variables to product description
Hi
I have this extra description extension that accepts those variables, Please try the demo, It is editable:
Product Extra Description
https://www.opencart.com/index.php?rout ... n_id=37663
- Mon Feb 01, 2021 1:21 pm
- Replies 11
- Views 470
Re: Themes Advice Needed From a Soon To Be Ex Journal User
BTW.: Stay away from smartaddons, I just remember they have a history of selling stolen OpenCart extensions ! I think it was: smartaddons.net And this is: smartaddons.com So are you saying that the .com are okay to deal with and their themes are okay? No, I can not confirm or deny. I just said they...
Jump to post- Thu Jan 28, 2021 5:00 am
- Replies 22
- Views 683
Re: Themes Advice Needed From a Soon To Be Ex Journal User
JNeuhoff wrote: ↑Thu Jan 28, 2021 1:51 amBTW.: Stay away from smartaddons, I just remember they have a history of selling stolen OpenCart extensions!
I think it was:
smartaddons.net
And this is:
smartaddons.com Jump to post
- Thu Jan 28, 2021 3:28 am
- Replies 22
- Views 683
Re: Images in refine search /3-rd level category/
Hi
The controller file for the category page is this:
catalog/controller/product/category.php
Not this:
catalog/controller/module/category.php
I think this extension can do what you need:
https://www.opencart.com/index.php?rout ... n_id=40564
- Mon Jan 25, 2021 10:43 pm
- Replies 5
- Views 274
Re: Maintenance Mode
Hi
No, It is not normal. It should display a message like this:
We are currently performing some scheduled maintenance.
We will be back as soon as possible. Please check back soon.
- Mon Jan 25, 2021 8:48 pm
- Replies 8
- Views 426
Re: addOrderHistory event not firing
Hi Remove `catalog/controller/` from the third parameters of the addEvent method, It should be: $this->model_setting_event->addEvent('module_xxx_add_order_history', 'catalog/model/checkout/order/addOrderHistory/after', 'extension/module/xxx/syncOrder'); Also when we add an install method to the cata...
Jump to post- Mon Jan 18, 2021 11:33 pm
- Replies 2
- Views 257