Shipping Charge Problems.

greenspun.com : LUSENET : S-Mart Shopping Cart : One Thread

I have been using S-Mart with non variable shipping.

When an item is purchased, the order page shows correct total cost of the purchase being made.

However, the shipping cost choosen is added AGAIN on the order confirmation page, and on the receipt emailed to the purchaser, inflating the cost of the purchase, and freaking out the customer.

Strangely, the order I recieve says the right price.

How do I fix this? Some detail is required as I am totally over my head with the Perl side of this.

Thanks in advance and all that jazz.

-- Waye Mason (waye@norecords.com), April 20, 1998

Answers

Wayne, I ran into the same problem and found this solution that was Answered by Rusty McKinley (mckinley@rjnet.com) on February 02, 1998 worked for me...here it is....depending on your text editor you will find the line to chanage around the 959 line mark.

---------------------------------------------------------

I have noticed the same thing as Denny Ladwig wrote above. As a solution to the shipping being doubled in the receipt email, insert $shipamt ="0";

above if ($shipping eq '0') {# Print Nothing}

Does anyone have a solution for the tax problem that Denny described?

Answered by Rusty McKinley (mckinley@rjnet.com) on February 02, 1998. --------------------------------------------------------------------------------

-- Rick Alionis (rick@lionis.com), April 22, 1998.


Rusty McKinley

I use your metod and it's working, but the script generate a extra option selection box that is empty, above the text that appears after the registration form is submited.

CAn you help me in this matter.

Thanks

-- Manuel Tavares (mar114@hotmail.com), November 24, 1999.


Moderation questions? read the FAQ