Search found 60 matches

Search found 60 matches

Re: 3.0.3.x Issues and Bugs

In 3.0.3.3 version, notice that on the time of edit orders from the backend. If we have custom fields for the address then it sends the data as custom_field[$custom_field['custom_field_id']] but in the API controller it like that $this->request->post['custom_field'][$custom_field['location']][$cust...

Jump to post
  • Tue Jun 16, 2020 4:01 pm
  • Replies 99
  • Views 185550
Re: 3.0.3.x Issues and Bugs

In 3.0.3.3 version, notice that on the time of edit orders from the backend. If we have custom fields for the address then it sends the data as custom_field[$custom_field['custom_field_id']] but in the API controller it like that $this->request->post['custom_field'][$custom_field['location']][$custo...

Jump to post
  • Tue Jun 16, 2020 12:56 am
  • Replies 99
  • Views 185550
Re: Minimum Order Quantity (product specific)

Hi, Well, That is already an in-built option available in Opencart. On the time of Product add/edit inside the Data tab there is an option available "Minimum Quantity" you can use that to force customer to buy at least X number of quantity rest customer are free to buy any quantity above t...

Jump to post
  • Tue Nov 12, 2019 1:46 pm
  • Replies 6
  • Views 2148
Re: Error - maps.googleapis.com

Hi, Make sure you are removing this code from the actual file or from the VQMOD file instead of removing the code from the cache file, as cache file generate whenever file or code not found. Below is the real path of the file: catalog_view_theme_default_template_information_contact.tpl OR if this co...

Jump to post
  • Tue Nov 12, 2019 1:35 pm
  • Replies 2
  • Views 425
Re: [SOLVED] Thumbnail images blurry, full size not blurry

Every module has its own way for working and design so that's the reason image size different module to module but anyhow, Glad to hear that it's sorted

Regards

Jump to post
  • Thu May 09, 2019 6:08 pm
  • Replies 5
  • Views 1506
Re: Thumbnail images blurry, full size not blurry

Your category listing images are also defined with 140X140px make sure to change them too with 240 X 240 px at least

Regards

Jump to post
  • Thu May 09, 2019 2:51 pm
  • Replies 5
  • Views 1506
Re: Thumbnail images blurry, full size not blurry

Well, Its blurry due to size as you defined the size of the featured products images are 150px X 150px but in the theme, image stretch to 240px X 240px. That's why it's coming up with blurry, So I suggest change the image size to 240 X 240 px in order to clear the image

Regards

Jump to post
  • Wed May 08, 2019 6:10 pm
  • Replies 5
  • Views 1506
Re: Reduce Product Height Box

That will be done by the CSS

In the Style.css file reduce the min-height

Code: Select all

.product-thumb .caption{
	min-height:  it should as per your requirment OR set this to " auto";
}

Jump to post
  • Wed May 08, 2019 2:12 pm
  • Replies 2
  • Views 557
Re: Category image in product slider

$this->load->model('catalog/category'); $this->load->model('tool/image'); $category_id = 'Get the category ID from your module'; $category_info = $this->model_catalog_category->getCategory($category_id); if ($category_info['image']) { $data['category_image'] = $this->model_tool_image->resize($categ...

Jump to post
  • Tue May 07, 2019 3:51 pm
  • Replies 5
  • Views 1009
Re: no drop down menu

Glad to hear that and thanks for the update! :)

Jump to post
  • Tue May 07, 2019 3:32 pm
  • Replies 4
  • Views 728
Re: no drop down menu

well, I just checked the demo link of the theme owner they just have sub-categories in the dropdown of the menu nothing more than that. so when you add sub-category it will start showing in the dropdown and beside the name, it will show you the total number of products that sub-category have. below ...

Jump to post
  • Mon May 06, 2019 1:44 pm
  • Replies 4
  • Views 728
Re: Product options not showing on product page

Try to follow the below video link. If still, you find the issue then try to disable the extensions which you are using on your store
https://www.youtube.com/watch?v=5eI_tx4kA1s

Regards

Jump to post
  • Fri May 03, 2019 6:41 pm
  • Replies 5
  • Views 1419
Re: huh? cant change site logo

In your theme, you defined the logo statically on your style sheet that's why it's not changing.
http://prntscr.com/njunt0

Check the above screenshot link

Jump to post
  • Fri May 03, 2019 5:23 pm
  • Replies 5
  • Views 856
Re: Google ecommerce Analytics code is installed but tranzaction are not visible

well, try to install Tag Assistance a google chrome extension which helps you, Is that code working properly and also let you know about the issue/error if any in your code

Jump to post
  • Thu May 02, 2019 1:39 pm
  • Replies 1
  • Views 630
Re: worldmap widget module, not displaying sales when status updated to shipped

well, required some more information on it, for now, you can try with disable all extensions which you are using and then check that if it's working

Jump to post
  • Thu May 02, 2019 1:35 pm
  • Replies 1
  • Views 380
Re: OC 3.02 Cannot login to admin

Hi,
It seems like you have not uploaded the files properly like bootstrap.css
Regards

Jump to post
  • Mon Apr 08, 2019 2:16 pm
  • Replies 26
  • Views 5105
Re: Broken images.

Well, i suggest you to clear cache and cookies once and check them again sometimes this happen due to cache and also refresh the modification

Jump to post
  • Sat Feb 16, 2019 1:07 pm
  • Replies 3
  • Views 1126
Re: How to change multiple products' category?

you can use the extension which helps you to update the mass products in one click. free and paid both extensions available for that
https://www.opencart.com/index.php?rout ... n_id=25297

Jump to post
  • Fri Feb 15, 2019 2:30 pm
  • Replies 6
  • Views 1530

Search found 60 matches