Page 1 of 1
Search found 12 matches
Weight based shipping different depending on location?
Hello, I'm hoping somebody can help me with this. The shipping rate I would like is this: Every 1-4 items: £1 in the UK and £2 outside the UK. For example.... If somebody orders 10 items it will cost them £3 in the UK and £6 outside the UK. I got this figured out with Weight based shipping for the U...
Jump to post- Fri Nov 01, 2013 11:49 pm
- Replies 3
- Views 873
Sheol Clothing
I recently launched a webstore for my clothing line.
http://www.sheolclothing.com
Let me knwo what you think of it all. Website, designs, store... whatever.
- Mon Mar 07, 2011 8:32 am
- Replies 1
- Views 944
Re: Contact form telephone not required
Do you mean when a customer registers an account, you don't want it to be required that they need to give you a telephone number? If so: In: catalog/view/theme/YOURTHEME/template/account/create.tpl Find: <tr> <td><span class="required">*</span> <?php echo $entry_telep...
Jump to post- Sat Dec 11, 2010 12:46 pm
- Replies 10
- Views 5510
Re: about a CART ...
You can turn off "Guest Checkout" in the admin section in: "System>Settings" then the "Option" tab set "Guest Checkout:" to "No". It allows customers to add items to the shopping cart without beign a member or logged in but they MUST register an acco...
Jump to post- Sat Dec 11, 2010 12:30 pm
- Replies 2
- Views 580
Re: Remove Add to Cart on specific products
The easiest way would be to leave the Stock of the item at 0 and explain that customers must come to the store to purchase the bike in the description. Probably not the neatest or most effective but it will work.
Jump to post- Sat Dec 11, 2010 12:23 pm
- Replies 4
- Views 914
Re: Making "Out of stock" options unable to add to the cart
Thank you very much bro. It seems to work perfectly for me even when I deliberately put an out of stock option as the first in the sort order it automatically went to the next one upon loading the page so it is impossible to add it to the cart. Much appreciated my friend. It may also be noted that i...
Jump to post- Sat Dec 11, 2010 11:49 am
- Replies 6
- Views 3914
Re: Search results table
This is really simple. Just do something like this: <ul> <?php for ($i = 0; $i < sizeof($products); $i = $i + 4) { ?> <?php for ($j = $i; $j < ($i + 4); $j++) { ?> <li><?php if (isset($products[$j])) { ?> <a href="<?php echo $products[$j]['href']; ?>"><img src="<?php echo $products[$j...
Jump to post- Fri Dec 10, 2010 11:27 pm
- Replies 1
- Views 411
Making "Out of stock" options unable to add to the cart
I was wondering if it's possible to make items that have options appear as "Out of Stock" in the drop down menu and then impossible to add to the cart? For example: I am selling clothing items so I have the options of sizes, but users can still add the item to their cart if it's out of sto...
Jump to post- Thu Dec 09, 2010 11:02 am
- Replies 6
- Views 3914
Re: website help needed
Basically what you need to do is duplicate all files entitled "manufacturer" and rename them "bands". It's actually quite an easy job but maybe a bit tedious. The files you want to find/duplicate are in these folders: admin\controller\module admin\controller\catalog admin\languag...
Jump to post- Wed Dec 08, 2010 11:28 am
- Replies 6
- Views 1222
Re: How do I remove the top margin in default2free
If that is your complete stylesheet, try adding:
Code: Select all
div #container {
margin-top: 0;
}
- Wed Dec 08, 2010 11:09 am
- Replies 2
- Views 981
Re: Trying to get flash in to header.tpl
First of all, you seem to have got the location right, so that's a good start. Next, you should realize that you can not implement flash video files ".flv" in to HTML directly. You need a ".swf" which acts as the 'video player' and it is that file that you embed in to the HTML. S...
Jump to post- Wed Dec 08, 2010 10:59 am
- Replies 3
- Views 1429
Changing the 'home' page to a different page
I'm not entirely sure if this is a template issue or otherwise. But basically, I want all my products to show up as the first page when somebody goes to: http://www.site.com/store/ or clicks the 'HOME' button and goes to: http://www.site.com/store/?route=common/home Now I know this is kind of beside...
Jump to post- Tue Dec 07, 2010 10:34 am
- Replies 0
- Views 455
Search found 12 matches