Page 1 of 1
Search found 8 matches
Re: [RELEASED] Make an Offer
I have an idea, may be you can add feature auto accep/ reject range. ex price $25 and the auto is between $22-$24 for qty. 4, etc. then auto approve when user make offer between those value, and rejected below it. this will make the owner much easier when they have lot of product I'm looking for ex...
Jump to post- Sat Feb 25, 2012 6:00 pm
- Replies 25
- Views 12429
Display "free delivery" text on products in 1 category
Hi all I'm very new to PHP and i'm trying to add what i think is simple code to display a message in the product descriptions within a single category. I have tried the code below but it's not working <?php if ($category['category_id'] == "88" ) { echo "Free Delivery"; } ?> You c...
Jump to post- Tue Feb 07, 2012 10:36 pm
- Replies 0
- Views 442
Re: Custom Out Of Stock Status
Oh dear it seems iv'e been so wrapped up in code i was looking for it there! thankyou ever so much!
Jump to post- Wed Nov 23, 2011 6:41 pm
- Replies 4
- Views 815
Re: Custom Out Of Stock Status
Couldn't find that.
Basicaly i want to add another option from the selection. "Delivery Within 10 Days"
Is this possible?
Thanks for your help
Regards
- Tue Nov 22, 2011 12:31 am
- Replies 4
- Views 815
[SOLVED] Custom Out Of Stock Status
Hi Guys, using OC 1.50 is there a way i can change the out of stock status or add a custom element?
Regards
- Mon Nov 21, 2011 8:11 pm
- Replies 4
- Views 815
Re: 1.5.1 Categories side menu always expand
/catalog/view/theme/(your theme)/template/module/category.tpl
Around line 13 change
Code: Select all
<?php if ($category['children']) { ?>
<ul>
Code: Select all
<?php if ($category['children']) { ?>
<ul style="display:block">
- Fri Nov 11, 2011 12:00 am
- Replies 4
- Views 6018
Categorty Tree Expanded View 1.5
I have search around and found solutions to this on older versions of Opencart but nothing for 1.5
Does anyone know how to get a default expanded tree view of the sidebar categories?
your help is much appriciated!
- Wed Sep 28, 2011 7:50 pm
- Replies 1
- Views 408
Re: [1.5.0]Set grid view as default
for anyone who have tried all the above and still opencart displays list view the problem lies with you hosting providers firewall settings rejecting the cookie opencart is trying to set to display grid view
Jump to post- Mon Sep 26, 2011 10:12 pm
- Replies 80
- Views 118104
Search found 8 matches