Search found 19701 matches

Search found 19701 matches

Re: Checked.cache getting huge and killing the stores

So the issue is with the new push from the admin to move the "storage" folder out of the public_html folder. This isn't a bad idea for upload and download files, but isn't really needed for modification files but they are lumped underneath storage. vqmod can't cache files in a directory hi...

Jump to post
  • Fri May 24, 2019 5:21 am
  • Replies 39
  • Views 37621
Re: Checked.cache getting huge and killing the stores

So the issue is with the new push from the admin to move the "storage" folder out of the public_html folder. This isn't a bad idea for files, but isn't really needed for modification files but they are lumped underneath storage. vqmod can't cache files in a directory higher than itself so ...

Jump to post
  • Fri May 24, 2019 5:20 am
  • Replies 39
  • Views 37621
Re: Sitemap Page ( Disable links)

It is not the helper's place to ask "why". Just give the answer. EDIT: catalog/view/theme/default/template/information/sitemap.twig FIND: <div class="col-sm-6"> <ul> <li><a href="{{ special }}">{{ text_special }}</a></li> <li><a href="{{ account }}">{{ text_ac...

Jump to post
  • Fri May 24, 2019 4:55 am
  • Replies 7
  • Views 1656
Re: Remove Breadcrumb

You could also just simply hide it with css .breadcrumb {display:none; } Or another non-permanent way would be to use vQmod or ocmod. Match catalog/controller/*/*.php (error="skip") and find a common tag that all controllers use: $data['column_left'] = before, add: $data['breadcrumbs'] = a...

Jump to post
  • Fri May 24, 2019 4:50 am
  • Replies 3
  • Views 2437
Re: Subcategory is not showing in opencart 3.0.3.2 admin panel

Yea honestly It's really tiring to see people answering questions with questions when the answer, or at least the gist, is quite obvious. I see a lot of people "acting stupid" when it comes to simple answers by trying to passive aggressively get you to word your question better and it's da...

Jump to post
  • Fri May 24, 2019 4:40 am
  • Replies 6
  • Views 1036
Re: Error with UPS shipping extension - Permission denied?

Looks like UPS dropped support for www on the production url completely now so anyone with this error: Fatal error: Call to a member function getElementsByTagName() on a non-object in /home/xxx/public_html/catalog/model/extension/shipping/ups.php on line 2.3 or later: EDIT: catalog/model/extension/s...

Jump to post
  • Thu May 16, 2019 10:49 pm
  • Replies 10
  • Views 2698
Re: vQmod 2.0 Official Thread

Version 2.6.4 has now been released! Changes ======= - Fix for PHP 7.3 warning about continue 2 instead of break 2 DOWNLOAD NOW To upgrade, 1. Simply upload all the new files from the vqmod folder in the zip file to the vqmod folder on your store. 2. Then run the installer by going to http:// <your...

Jump to post
  • Fri May 10, 2019 10:09 am
  • Replies 23
  • Views 255361
Re: vQmod 2.0 Official Thread

Version 2.6.3 has now been released! Changes ======= - OpenCart 3.0.0 support added - Fix for case insensitivity for <ignoreif> tag DOWNLOAD NOW To upgrade, 1. Simply upload all the new files from the vqmod folder in the zip file to the vqmod folder on your store. 2. Then run the installer by going...

Jump to post
  • Fri May 10, 2019 10:08 am
  • Replies 23
  • Views 255361
Re: vQmod 2.6.3 Released! OpenCart 3.x supported! Backwards Compatible

(Note: version 2.6.3 still says 2.6.2 when you download it, just so you know.) This is intentional.. sorta... Since we have an opencart version and a standalone version... the opencart "vqmod_opencart.xml" script was actually updated after the code. So I bumped the script to 2.6.3 while t...

Jump to post
  • Wed Mar 13, 2019 4:27 am
  • Replies 8
  • Views 11073
Re: vQmod 2.6.3 Released! OpenCart 3.x supported! Backwards Compatible

So I've installed the latest 3.0.3.1 release version now and trying with the latest existing release of vQmod (2.6.2). So far it works fine for me. - Edit admin controllers... check - Edit admin twig files... check - Edit library files... check - Edit engine files... check - Edit catalog controllers...

Jump to post
  • Tue Mar 12, 2019 4:25 am
  • Replies 8
  • Views 11073
Re: 3.0.3.x Issues and Bugs

since 2.x some similiar like VQMod is already included in the core: OCMod So there is really no need to install an additoinal tool which does primary the same! And if an extension relies on VQMod only, forget is. Lol.. well I am bit biased, but vQmod is vastly superior to ocmod for development and ...

Jump to post
  • Fri Mar 08, 2019 3:39 pm
  • Replies 99
  • Views 186870
Re: paypal standard payment

Shipping extensions have their own tax class. You likely never disabled shipping tax if you dont want shipping tax. The tax total is the sum of tax calculated on each item and shipping if enabled. So all the calculations are working fine in OpenCart.. you just need to configure it correctly.

Jump to post
  • Tue Jan 15, 2019 12:28 pm
  • Replies 3
  • Views 877
Re: Stres with openCart and extensions

I'm sorry you had such a bad first experience. OpenCart is actually quite stable and powerful.. but I think you picked an unlucky string of 3rd party addons which gave a bad first impression. The first error about currency divide by zero.. this is actually an opencart bug that happens when the curre...

Jump to post
  • Mon Jan 07, 2019 4:24 am
  • Replies 13
  • Views 5901
Re: Load module model

Hi I have controller in catalog/controller/extension/module/dc_modulename.php and I have model in catalog/model/extension/module/dc_modulename.php Model has name ModelExtensionModuleDcModulename when I try load model in controller by this code $this->load->model('extension/module/dc_modulename'); ....

Jump to post
  • Thu Oct 11, 2018 5:14 am
  • Replies 8
  • Views 3474
Re: [vQmod] - Force Login/Register to see site (1.5.x/2.x)

Updated for 3.0 Technically it already worked for 2.3 and 3.0 but as netsabilism noted, you could still access the homepage. I've separated that feature a bit and moved it to its own line so if you want to still allow the homepage to be loaded but no other pages, then you could uncomment the noted l...

Jump to post
  • Tue Aug 07, 2018 10:22 pm
  • Replies 47
  • Views 66082
Re: [vQmod] Enter Percentage for Discounts & Specials

Turns out it already supports 2.3 and 3.0 so keep it going :)

Jump to post
  • Tue Aug 07, 2018 10:02 pm
  • Replies 19
  • Views 25531
Re: Button to custom module on products page

Well do you want these custom products being picked up by SEO? To add it for SEO, it would require a 3rd party SEO mod that supports custom paths. OpenCart built in SEO only supports default category, product, manufacturer, and information pages. So once you've got that done and working, just link t...

Jump to post
  • Fri Jul 13, 2018 4:20 am
  • Replies 1
  • Views 657

Search found 19701 matches