Page 1 of 1
Search found 8 matches
Re: Edit Shipping Options At Checkout
Has anyone managed to anything like this?
Jump to post- Tue Sep 11, 2012 8:25 pm
- Replies 1
- Views 320
Edit Shipping Options At Checkout
I've been thrashing around with this, on and off, for a number of days and I still can't seem to make any progress. I'm trying to display the shipping option in the checkout as a drop down menu (select) instead of radio buttons. The file I have been messing with is catalog/view/theme/sellegance/temp...
Jump to post- Tue Sep 11, 2012 4:09 am
- Replies 1
- Views 320
Re: PHP MySQL Error on Checkout Confirmation
@MMsheeks,
I have a similar issue, any chance you could let me know what you did?
Thanks
- Tue May 15, 2012 12:19 am
- Replies 5
- Views 9993
Getting Individual Product Options To Display 'Out Of Stock'
Okay, When a particular product option is out of stock, that option is removed from product.tpl. However I'm interested in keeping it in place but showing it as out of stock in a similar fashion to this Screen Shot 2012-04-30 at 18.06.56.png It doesn't have to be image based but I would like to be a...
Jump to post- Tue May 01, 2012 1:08 am
- Replies 1
- Views 233
Re: Display Product Options Horizontally
Thank you @pprmkr.
Just what was needed.
- Mon Apr 30, 2012 10:09 pm
- Replies 29
- Views 12080
Re: Display Product Options Horizontally
Hi Tcalp,
I'll PM you if that's okay as the site is in development and sat in a sub-domain at the moment.
- Mon Apr 30, 2012 8:40 pm
- Replies 29
- Views 12080
Re: Display Product Options Horizontally
it is .. try surrounding the input / label with a left floated div like this : <div style="float:left;"> <input type="checkbox" name="option[<?php echo $option['product_option_id']; ?>][]" value="<?php echo $option_value['product_option_value_id']; ?>" id=&qu...
Jump to post- Mon Apr 30, 2012 5:47 am
- Replies 29
- Views 12080
Display Product Options Horizontally
I have searched in depth for this but am still struggling to find a solution. Can anyone help? I want to use the checkbox for my options but it only displays vertically, using up valuable space Screen Shot 2012-04-29 at 20.49.17.png I believe that this is the bit of code from product.tpl that I need...
Jump to post- Mon Apr 30, 2012 3:54 am
- Replies 29
- Views 12080
Search found 8 matches