1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » Can you remove the checkout/cart?
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 2059 Views |
-
Can you remove the checkout/cart?

8 July 2009 at 12:36am
Hi would it be possible to use this module without the cart so that I can use it just to display products.
I have not tried to install it yet just thought I should ask first.
Thanks for the reply's.
-
Re: Can you remove the checkout/cart?

8 July 2009 at 2:38pm
Yes.
It's all in the template. You can remove the add-to-cart button etc I have done this for a client using SS.
Cheers,
Rich
-
Re: Can you remove the checkout/cart?

9 July 2009 at 6:45pm
Hi is this the line of code in Product.ss that you change because I want instead of add to cart to have.Contact us for prices and a link to our cantact page.
<a href="$addLink" title="<% sprintf(_t("ADD","Add "%s" to your cart"),$Title.XML) %>"><% _t("ADDLINK","Add this item to cart.") %></a>
Poor attempt to edit. Nothing happened?
<a href="/contact" title="<% sprintf(_t("ADD","Add "%s" to your cart"),$Title.XML) %>"><% _t("ADDLINK","Contact us for prices.") %></a>As you can see I am lost and need help and also do you have to refresh the page somehow to display the changes what command would you use.
Thankyou for any responces.
-
Re: Can you remove the checkout/cart?

9 July 2009 at 6:50pm Last edited: 9 July 2009 6:55pm
Hi,
Will take a better look at your code change later but I think you might need to make more changes.
Yes you do need to do something to see changes, the templates are cached so add ?flush=1 to the end of the URL to make your changes visible.
Cheers,
Rich
p.s. which version of ecommerce are you running?
-
Re: Can you remove the checkout/cart?

9 July 2009 at 7:33pm
Hi thanks for your past good to no somebody cares?
I think I have all the latest versions.
Versions:
SilverStripe-v2.3.2
E-Commerce 0.6 beta
payment-0.1-beta1This is the website that I am testing on: www.thermalzombie.com
This is the website that I want this for: www.thebrumbyshop.com -
Re: Can you remove the checkout/cart?

9 July 2009 at 8:54pm
Sorry, it's been a while since I've looked at the ecommerce model.
let's back up a bit...
have you gone to the product in the CMS, at the bottom of the "main" tab there's a checkbox called "Allow product to be purchased", does this not do what you need? then it's a case of removing the cart from the sidebar.
If not then we will have to take product.ss apart.
This is the first chance I've had to look at 0.6b1, it's quite a complicated template at first glance, will will have a poke around at the weekend
Cheers
Rich
-
Re: Can you remove the checkout/cart?

9 July 2009 at 10:19pm
Hi what I want to do is remove price and any referance to the cart.
I also want to remove the add this item to cart link and replace it with contact us for details.
If you scroll down this page you should see $15.00 USD want that gone.
http://www.thermalzombie.com/example-product/Sorry I couldnt see the checkbox you were talking about I made a screenshot of my cms.
I just installed new firefox 3.5 do you like the theme only one I could find.
-
Re: Can you remove the checkout/cart?

10 July 2009 at 9:03am
ok, first thing, the screen shot shows a product group page, if you click on a product (e.g. example product) and go to the bottom of the main tab, the checkbox I talked about is there (or should be).
Next, if you don't want the price displayed, why set it? have you tried clearing this field or setting it to zero and see if it still displays?
ecommerce module might not be the best solution for you if you don't really need cart and only some elements of catalogue.
sorry for the short reply, I'm off to a meeting, will jump back on the forum later.
Cheers,
Rich
| 2059 Views | ||
| Go to Top | Next > |
