Re: Help with ROBOTS.TXT
Code: Select all
User-agent: *
Disallow: /*&limit
Disallow: /*&sort
Disallow: /*checkout/
Disallow: /*account/
Disallow: /*product/search
Disallow: /*affiliate/
Allow: /
- Thu Feb 28, 2013 10:15 pm
- Replies 3
- Views 560
Re: Vehicle Year Make Model filter
one of your vqmod is writing a function checkProducts() more than one time in catalog/model/catalog/category.php, you have to correct that vqmod.
Jump to post- Thu Feb 28, 2013 9:27 pm
- Replies 2
- Views 631
Re: Help with ROBOTS.TXT
Code: Select all
User-agent: *
Disallow: /*&limit
Disallow: /*&sort
Disallow: /*?route=checkout/
Disallow: /*?route=account/
Disallow: /*?route=product/search
Disallow: /*?route=affiliate/
Allow: /
- Thu Feb 28, 2013 8:42 pm
- Replies 3
- Views 560
Re: Changed domain, getting error
try re-installing vqmod by going to www.newsite.com/vqmod/install (this won't delete any installed vqmod )
Jump to post- Thu Feb 28, 2013 8:36 pm
- Replies 2
- Views 148
Re: Help me! which is the most stable version?
i think 1.5.4.1 is most stable so far .. after instaliing check some confirmed bugs and fixes here http://forum.opencart.com/viewtopic.php?f=161&t=81219
Jump to post- Thu Feb 28, 2013 8:32 pm
- Replies 5
- Views 773
Re: Product Compare (0)
Code: Select all
catalog/view/theme/your_theme/template/product/category.tpl
- Wed Feb 27, 2013 11:51 pm
- Replies 3
- Views 411
Re: How do I get a new line to show for paypal standard modu
its
Code: Select all
<i> text </i> you can also use <em> text </em>
with following code
Code: Select all
$_['text_title'] = 'PayPal <i><br> some italic <br> some more italic thing<br> last thing</i>';
- Wed Feb 27, 2013 10:56 pm
- Replies 4
- Views 626
Re: Product Compare (0)
from category.tpl find and remove
Code: Select all
<div class="product-compare"><a href="<?php echo $compare; ?>" id="compare-total"><?php echo $text_compare; ?></a></div>
- Wed Feb 27, 2013 8:57 pm
- Replies 3
- Views 411
Re: How do I get a new line to show for paypal standard modu
Code: Select all
$_['text_title'] = 'PayPal or Credit/Debit Card <br> (for cards, on next screen select \'Pay with a Debit or Credit card\')';
- Wed Feb 27, 2013 8:54 pm
- Replies 4
- Views 626
Re: Login / Logout Check
use this to check
Code: Select all
<?php if (!$this->customer->isLogged()) { ?>
<li><a href="/login">Login</a> / <a href="/register">Register</a></li>
<li><a href="/forgotten">Forgotten Password</a></li>
<?php } ?>
- Tue Feb 26, 2013 9:46 pm
- Replies 2
- Views 367
Re: Hide / remove the advanced in category template
oops copy paste problem , edited my original post, check itbendict wrote:that code is nowhere to be found in category.tpl


- Thu Feb 21, 2013 3:21 am
- Replies 6
- Views 880
Re: Duplicate modules
search before you ask
http://forum.opencart.com/viewtopic.php?t=6696
- Mon Feb 18, 2013 9:22 pm
- Replies 1
- Views 435
Re: Grid or list product default view
Why not provide a vqmod answer alongside the other answer? good question, you know its a community forums no one is being paid to answer , everyone is providing answers on their free time , without any incentive . if you want vqmod , try to make it yourself, then ask for problems you are facing or ...
Jump to post- Fri Feb 15, 2013 10:17 pm
- Replies 8
- Views 1196
Re: Set premissions for config.php
restart xampp, may be that can help
Jump to post- Thu Feb 14, 2013 11:43 pm
- Replies 4
- Views 865
Re: Grid or list product default view
"why not" what ? Jump to postWilliamBD wrote: I do not mean to sound like 'one of those guys' but why not?
- Thu Feb 14, 2013 10:53 pm
- Replies 8
- Views 1196
Re: Set premissions for config.php
have you considered reading install.txt file ( instruction file ) its clearly written there
Jump to postRename config-dist.php to config.php and admin/config-dist.php to admin/config.php
- Thu Feb 14, 2013 10:46 pm
- Replies 4
- Views 865
Re: i could be completely wrong 1.5.2.1
nothing like this in default opencart download ... so how did you solved that ?
Jump to post- Thu Feb 14, 2013 10:44 pm
- Replies 2
- Views 119
Re: Category spacing and expanded by default
may be then your theme is not compatible with 1.5.5.1, try replacing catalog/view/theme/your_theme/template/module/category.tpl with one found in default theme folder
Jump to post- Wed Feb 13, 2013 8:19 pm
- Replies 4
- Views 306
Re: How do I move the category description?
obviously you can see it in source i can see it in this page's source http://www.vipcases.co.uk/iPhone-5-cases .... moving a text block makes no difference
Jump to post- Wed Feb 13, 2013 2:36 am
- Replies 8
- Views 908
Re: Grid or list product default view
I thought changing the core was not advisable? Would it be better to use VQMOD and create a search and replace XML file? This way the core does not get changed. I appreciate this is just a simple change but when it comes time to update the core files again you may not remember. obviously vqmod is p...
Jump to post- Wed Feb 13, 2013 2:06 am
- Replies 8
- Views 1196