Comma in Price & Have Home link to home page outside Quick.Cart

rag

No avatar

2007-06-26 01:13

I am a novice at php and Quick.Cart. I have been able to do a few simple things like change the bkg colors, etc. <br>
<br>
I am wanting to add a comma to my prices, ie $2,850.00. I am using V2.2 and it will not let me do it in the Add Product form. (I get an error message the all info has to be filled in)<br>
<br>
I am also looking for a way to have the Home button in the upper menu (I think that it Menu2) to take me back to my main site. You see, I have a furniture website that I want to add the sale of used, or overstock furniture. When you click on the Clearance button in the menu, you will go to the Quick.Cart pages to look for merchandise. When the visitor is finished [urchasing or if they don't find what they are looking for, they can click the Home button and return to the main site.<br>
<br>
Here is the main site http://www.adairof.com/<br>
Here is the test site for the Quick.Cart http://www.digitalives.com/<br>
<br>
Any suggestions? Thanks in advance!

» Quick.Cart v2.x

Cheers!

rag

No avatar

2007-06-26 04:16

I figured out how to have the navigation in the top menu go back to may main website. I edited the page.tpl and took this:
<ul id="menu2">
<li class="l0"><a href="?p=productsList">$lang[products]</a></li>
$sMenu2
</ul>

And made it this:
<ul id="menu2">
<li class="l0"><a href="?p=productsList">$lang[products]</a></li>
<li class="l0"><a href="http://www.adairof.com/">home</a></li>
</ul>
I removed the $sMenu2 because I was still getting the Contact menu item that I did not want.
I still need assistance with the comma in the price.

Cheers!

merci

No avatar

2007-06-26 08:39

rag - if about displaying currency with comma, please read documentation : http://opensolution.org/Quick.Cart/docs/?id=tips#how_to_change_displayed_price_format
When you remove $sMenu2 you won't be able to add in admin panel category to that menu. In admin ->config page you can select which page should be contact page, so maybe change this...

rag

No avatar

2007-06-26 19:36

Thank you Merci. Great Help!!!

Cheers!

Back to top
about us | contact