Page 1 of 1
Search found 6 matches
Re: vqmod to real core
because i dont want to add another layer to my website. Even if VQmod says it wont make the website slower, i personally have a fate in me that makes me believes it makes my website slower. And i dont really use the upgrades because i have the 5.2 version and ill stick with it since i use a french/...
Jump to post- Sat Feb 08, 2014 12:29 am
- Replies 10
- Views 1428
Re: Filter module opencart 1.5.5.1 - Guide?
If you want to search more than 1 filter replace location = '<?php echo $action; ?>&filter=' + filter.join(' and '); with: location = '<?php echo $action; ?>&filter=' + filter.join('&filter='); This will allow you to filter products on multiple filter, were as before the and only allowe...
Jump to post- Fri Feb 07, 2014 11:31 am
- Replies 109
- Views 110469
Re: vqmod to real core
because i dont want to add another layer to my website. Even if VQmod says it wont make the website slower, i personally have a fate in me that makes me believes it makes my website slower. And i dont really use the upgrades because i have the 5.2 version and ill stick with it since i use a french/e...
Jump to post- Fri Feb 07, 2014 11:09 am
- Replies 10
- Views 1428
vqmod to real core
Ok, dont ask me why, but i do not want to use VQMOD,
i want the files to be directly changed and replaced.
most extension use VQMOD.. is there a way to convert them and just replaces permanently my core files ?
- Mon Jan 27, 2014 12:46 pm
- Replies 10
- Views 1428
Re: language.tpl modify
to change the language flags into text, you have to modify 2 things. in language.tpl located in catalog/view/theme/default/template/module: <?php if (count($languages) > 1) { ?> <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data"> <div id=&...
Jump to post- Wed Jan 22, 2014 2:45 pm
- Replies 2
- Views 1591
2 different class applied to 1 product
ok basically, i have the normal taxes of the country wich is a pourcentage. but there is a new taxe on electronic devices that is a fixed price for all kind of devices. for exemple : display = 12 $ computers =8 $ laptop = 2$ So i want to be able to first : apply the electronic devides fixed taxes (i...
Jump to post- Wed Jan 08, 2014 11:08 am
- Replies 0
- Views 311
Search found 6 matches