Re: Should I release this as a contrib?
any one want to design this... even if it has to be a com...
Jump to post- Fri Oct 30, 2009 3:21 pm
- Replies 24
- Views 5789
Re: New Product Layout: jcarousel extra images + buy now options
how do i get the buy now option?
Jump to post- Tue Oct 13, 2009 5:08 am
- Replies 35
- Views 11575
Re: New Product Layout: jcarousel extra images + buy now options
Hi, is it possible to create this mod? http://crafts.yobah.co.uk/
Jump to post- Tue Oct 13, 2009 3:02 am
- Replies 35
- Views 11575
Re: Quick Checkout / One Page Checkout - Call for Feedback
well i like it. seems pretty easy to use. Simple and Fast
Jump to post- Fri Oct 09, 2009 7:52 am
- Replies 18
- Views 11805
Re: Should I release this as a contrib?
Can anyone contrib one of these jobbies?
Jump to post- Fri Oct 09, 2009 3:31 am
- Replies 24
- Views 5789
Re: Email Validation
is there also a problem with sub domains? have a few problems with <name>.<name>@subdomain.<domain>.<ext> address's.
Jump to post- Fri Oct 09, 2009 3:24 am
- Replies 7
- Views 6416
Re: [RELEASED] PollPlus 132
has anyone got a download of poll plus 132, i cannot seem to access fido's site anymore... its like its no longer available....
Jump to post- Mon Sep 28, 2009 12:25 pm
- Replies 12
- Views 4382
Re: [Released] Add "<< Previous" and "Next >>" links
This works a treat, thank you so very very much, legend!!!!!
Jump to post- Fri Sep 25, 2009 12:45 pm
- Replies 63
- Views 23916
Re: Should I release this as a contrib?
I hope you can share, this would be sooo good!!
Jump to post- Fri Sep 25, 2009 8:45 am
- Replies 24
- Views 5789
Re: would like to have a (max) number of items per order
anyone?? Jump to posthowever it would be nice to be able to stop them adding more than 4 products to the cart.
anyone got any ideas on how to do that?
- Fri Sep 25, 2009 4:42 am
- Replies 3
- Views 984
Re: would like to have a (max) number of items per order
<?php if ($comment) { ?> <b style="margin-bottom: 3px; display: block;"><?php echo $text_comment; ?></b> <div style="background: #F7F7F7; border: 1px solid #DDDDDD; padding: 10px; margin-bottom: 10px;"><?php echo $comment; ?></div> <?php } ?> <?php if ((int)$this->cart->countPro...
Jump to post- Wed Sep 23, 2009 8:13 am
- Replies 3
- Views 984
Re: would like to have a (max) number of items per order
1. This could possibly be better done with a proper Order Total Module 2. If you want an easy hack, you could make it a lot easier. Try this: EDIT: catalog/view/theme/default/template/checkout/confirm.tpl FIND: Code: Select all <div id="payment"><?php echo $payment; ?></div> REPLACE WITH:...
Jump to post- Wed Sep 23, 2009 7:01 am
- Replies 3
- Views 984
Re: Should I release this as a contrib?
Yes please!!!
- Wed Sep 23, 2009 6:46 am
- Replies 24
- Views 5789
Inquiry button for each product?
just an idea to have a Inquiry Button for each product, clicking this would send an email to the shop owner regarding additional information that the customer would like before putting down there cash. would open an email full addressed in their default mail app... maybe subject as the product name....
Jump to post- Tue Sep 22, 2009 5:48 pm
- Replies 0
- Views 445
request a quote for shipping if over a certain value?
hi all,
also a mod that would be useful, if a "request for a quote for shipping over a certain value occurs"
- Tue Sep 22, 2009 5:43 pm
- Replies 0
- Views 422
would like to have a (max) number of items per order
Hi All,
does anyone know a way to have a max number of items that can be put into a single card at one time?
ie: say i wanted to have a max number of items per cart load.. of say 2 items.
maybe a message saying your cart is full.
- Tue Sep 22, 2009 5:28 pm
- Replies 3
- Views 984
Re: 1.3.2 Display stock levels in storefront (numbers or icons)
got it working !!!! yay... if ($product_info['stock_status_id'] == '5'){ $this->data['stock'] = '<img src="catalog/view/theme/default/image/stock_red.gif">'; // Product discontinued, show red. } elseif ($product_info['stock_status_id'] == '6') { $this->data['stock'] = '<img src="catal...
Jump to post- Tue Sep 22, 2009 11:11 am
- Replies 11
- Views 4743
Re: 1.3.2 Display stock levels in storefront (numbers or icons)
yep tried that, but just an error then occurs,
T_ELSE, expecting T_Function
- Tue Sep 22, 2009 10:58 am
- Replies 11
- Views 4743
Re: 1.3.2 Display stock levels in storefront (numbers or icons)
if ($product_info['quantity'] <= 0) { if ($product_info['stock_status_id'] == '5'){ $this->data['stock'] = '<img src="catalog/view/theme/default/image/stock_red.gif">'; // Product discontinued, show red. } elseif ($product_info['stock_status_id'] == '6') { $this->data['stock'] = '<img src...
Jump to post- Tue Sep 22, 2009 10:35 am
- Replies 11
- Views 4743
Re: 1.3.2 Display stock levels in storefront (numbers or icons)
Well i can now make it kind of work. if ($product_info['quantity'] <= 0) { if ($product_info['stock_status_id'] == '7'){ $this->data['stock'] = '<img src="catalog/view/theme/default/image/stock_red.gif">'; // Product discontinued, show red. } elseif ($product_info['stock_status_id'] == '6'...
Jump to post- Tue Sep 22, 2009 9:53 am
- Replies 11
- Views 4743