Re: [OC 2.0] OCMod+ Developer Friendly OCMod Enhancements
looks like it stored in the database under "modification" so how do you easily delete and flush the opencart cache to clean it out if you got a conflict you need to fix? VQMOD you just delete the cache folder?
Jump to post- Sat Apr 11, 2015 11:42 am
- Replies 3
- Views 1583
Re: ocmod cannot handle renamed admin folder
looks like it stored in the database under "modification" so how do you easily delete and flush the opencart cache to clean it out? VQMOD you just delete the cache folder?
Jump to post- Sat Apr 11, 2015 11:41 am
- Replies 16
- Views 7140
Re: vQmod To OCMod Conversion Thread
where does all the xml live in opencart with this installer. Vqmod mod everything lived in xml folder. so with OCMOD where do you find the files if a conflict happens?
Jump to post- Sat Apr 11, 2015 11:16 am
- Replies 58
- Views 50861
Re: [OC 2.0] OCMod+ Developer Friendly OCMod Enhancements
where does all the xml live on opencart with this installer. Vqmod mod everything lived in xml folder. with OCMOD where do you find the files if a conflict happens ?
Jump to post- Sat Apr 11, 2015 11:04 am
- Replies 3
- Views 1583
Re: ocmod cannot handle renamed admin folder
Not sure if this a correct place to ask... But here I go.. I am using opencart 2.0.2, I was updating a extension via OCMOD by uploading the new file package via the uploader. What happened is the old file did not get deleted/overwritten after the update like with VQMOD files being overwritten. So th...
Jump to post- Sat Apr 11, 2015 10:30 am
- Replies 16
- Views 7140
Re: Understanding GNL Public License with Opencart
you have to give full credit on your agreement and not hide the fact you used other code based off the GNU. If any one asks for the code you have to give it to them. Remember it does not have to be compiled code just source code... Take a look at the agreement section.... http://opensource.org/licen...
Jump to post- Mon Dec 08, 2014 2:40 am
- Replies 38
- Views 18085
Re: Understanding GNL Public License with Opencart
If you want to dive into this topic with a different example look at Linux different flavors such as redhat (Linux) and centos (linux). Linux was created redhat modified it. Redhat is a paid version of linux and one of the benefits of using redhat is you get support when you buy it. when you are gre...
Jump to post- Mon Dec 08, 2014 2:25 am
- Replies 38
- Views 18085
Re: Extension Installer
This VQMod Manager works with 2.0
http://www.opencart.com/index.php?route ... load_id=37
- Sun Oct 26, 2014 3:06 pm
- Replies 22
- Views 7364
Re: CKEditor greyed out / disabled
Was a fix ever found... The issue I am having is when I go in to source the save button is grayed out but not in other modes....
Jump to post- Sun Sep 29, 2013 2:52 am
- Replies 2
- Views 1218
Re: Shopping Cart AJAX Popup with Colorbox
Hi... Really like your work on this.....I have an issue I am trying to overcome and I hope some how this will solve my page caching issues and would like your input... Here we go.... The issues with pages caching is when someone adds a product to the shopping cart page caching turns off and you defa...
Jump to post- Sat Sep 28, 2013 1:40 am
- Replies 2
- Views 4377
Re: Proper Shiprush Integration Coding
Hi.... Not sure if you can help me or not... I am trying to use myshiprush but I am running into an error asking for PDO and I do not have PDO enabled for MYSQl and do not know what affect it would have to enable it. When I read the PHP page I worry about how it will affect my site.... May insight w...
Jump to post- Wed Jun 12, 2013 11:52 am
- Replies 2
- Views 1983
Re: SSL Setup Checkout 404
Did you find a solution?
Jump to post- Mon Jun 10, 2013 7:01 am
- Replies 2
- Views 1030
Re: Add to cart button - not working on HTTP, just on SSL pa
I seen Add to cart button - not working on HTTP, just on SSL pages on my site as well
Jump to post- Mon Oct 29, 2012 6:37 am
- Replies 8
- Views 2227
Re: [MOD] Auto-Include width/height tags for images
Thanks for the code... I am also getting errors in the error logs it looks like this line of code... Wish I know more to troubleshoot and sugestions?
if (count($info) == 3 && $info[1][0] == 'src') {
- Fri Oct 19, 2012 7:56 am
- Replies 68
- Views 142791
Re: [1.5.4] FEDEX module is totally DEAD
Hi... I want to thank everyone for looking into the Fedex issue... I have uploaded the new files and FexEd appears in the Checkout, BUT the weight are wrong so the shipping cost end up being to low from what I pay even with our discount. Any hints in where to look for this in the code? Is anyone els...
Jump to post- Sun Oct 07, 2012 1:08 am
- Replies 33
- Views 16905
Re: Fedex Error
there are two FedEx.PHP.... one in the catalog/model/shipping/ and one in the admin\controller\shipping\ ... The one I copied from the master file on https://github.com/opencart/opencart is in the catalog/model/shipping/fedex.php...That fix my issue... Hope this helps...
Jump to post- Sat Oct 06, 2012 1:10 pm
- Replies 6
- Views 4106
Re: Minimum order and tax collection
Hi... Can I bump this topic... I would like to create a lower 48 shipping Geo Zone. Is there a way to add 48 states in the database so it shows up in the country or do I have to add 48 individual state to a geo zone. The issue I am running into is when I go back into the geo zone to add more states ...
Jump to post- Sat Sep 22, 2012 11:59 pm
- Replies 6
- Views 772
Re: How to remove welcome message
(Remember to backup your files before doing any editing) Just remove the below line from the welcome.php page...... Path \catalog\view\theme\default\template\module\welcome.php Remove this line <div class="welcome"><?php echo $heading_title; ?></div> Hope this helps......
Jump to post- Thu Sep 20, 2012 1:00 pm
- Replies 30
- Views 19525
Re: [SOLVED] How too disable brands? [SOLVED]
Hi... The Geen Arrows are from your Extensions->Modules -> Carousel as mentioned... How ever you do not have to uninstall... All you have to do in click edit and either delete the proper carousel you no longer need or edit so to move to a diffent section of the page that fits your needs... I hope th...
Jump to post- Sun Sep 09, 2012 12:22 am
- Replies 9
- Views 5955