![]() |
View Only - Until logged in
I bet thas been covered but I can't seem to find a thread for it.
What I want to achieve is that people can view and see the pricing, but cannot buy until they log in. Has someone got a link for a thread that achieves this ? Thanks in advance for your help. |
Re: View Only - Until logged in
Hi Stuart, can you please update your signature with your X-Cart version? Each version is completely different and the answers you receive depend on the version you have. Thanks!
|
Re: View Only - Until logged in
done it thanks
|
Re: View Only - Until logged in
Ok, just surround the buy now and add to cart buttons with an {if} statement like this:
{if login ne ""} code for button {/if} |
Re: View Only - Until logged in
Thanks do you know which templates this relates to....
off the top of my head as I'm at work. Products Detailed & Buy Now |
Re: View Only - Until logged in
|
Re: View Only - Until logged in
Had a look at your thread which makes sense....altered
customer/main/product.tpl - I have made some minor changes to the templates in the past in terms of positioning and coding I can cope with at a minor level at the beginning and then I seem to pick it up quick. So I opened the template with Notepad ++ and found the code for Add to Cart and pasted you code top and bottom. {if login ne ""} <form name="orderform" method="post" action="cart.php?mode=add" onsubmit="javascript: return FormValidation();"> {/if} Still the add to cart is showing..Its looks okay to me but maybe I'm missing something here. |
Re: View Only - Until logged in
You need to surround the button, you surrounded the form line only. The button on product.tpl is this:
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"} |
Re: View Only - Until logged in
Did it...
<td> {if login ne ""}{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}{/if}</td> But still not working. |
Re: View Only - Until logged in
May need to clear your template cache to see the changes.
|
All times are GMT -8. The time now is 07:07 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.