Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
I was wondering if there was a way to make a product so that it Shows up on the store, but unable to be added to the cart(phone orders only) without making it out of stock.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
A quick and dirty trick would be to use remove the "Add to Cart" button. You could do this in two ways: 1) create a second product template and remove or comment out the button or 2) add some CSS to the product description that hides the button. Then for phone orders you could use the admin area to place the order. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
thank you very much
Although i cannot figure out how to get rid of the button. When i delete the lines or make them comments i get an error when i try to look at that product
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
If you delete the button then you will get an error unless you modify the code-behind file. However, you should be able to use an HTML comment (not an ASP comment). Alternately you could use CSS to hide the button; to do this you insert a <style> block into your product description. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/24/2009(UTC) Posts: 15
|
thank you very much for you help
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.