Page 1 of 1

Quick Question

Posted: Fri Jul 18, 2008 7:59 am
by Robbie@FireFold
Hey Guys,

I have a question on adding a shipping calculator. I searched and found the post on how to remove it..

I have the shipping calc below the mini cart, but I want to have an option on basket.aspx. I'm thinking it would be an easy add - as we just need make it look nice.

Thoughts?

Re: Quick Question

Posted: Fri Jul 18, 2008 9:37 am
by mazhar
Hey Guys,

I have a question on adding a shipping calculator. I searched and found the post on how to remove it..

I have the shipping calc below the mini cart, but I want to have an option on basket.aspx. I'm thinking it would be an easy add - as we just need make it look nice.

Thoughts?
Please explain it a little more

Re: Quick Question

Posted: Fri Jul 18, 2008 9:39 am
by Robbie@FireFold
Below the mini cart on the right sidebar there is a 'shipping calucaltor' where you input your state, zip, etc. - then it displays your total shipping rate(s).

I want this in the basket.aspx also - so a customer can estimate his shipping on this page before entering all his information.

Re: Quick Question

Posted: Fri Jul 18, 2008 3:53 pm
by jmestep
I moved ours to the top of the basket listing. Here is what I have when I edit the basket scriplet:
<div class="pageHeader">
<h1 class="heading">My Basket</h1>
</div>
[[ConLib:Custom/BasketShippingEstimate]]
[[ConLib:Basket]]

(I'm using it from the Custom folder because I took the city out)