Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to pass the amount from shopping cart oscommerce to st. george form page


gsedrak1

Recommended Posts

Posted

Hi

I got st george HPP to work now

 

I need some help

How to pass the amount from shopping cart oscommerce checkout_confirmation.php page to st. george form page, ?

 

what are the variable for the amount

 

I want to include it to the value of the form value="<? php echo ?>

 

can you tell me anyone can help?

 

you can go to www.shopoholic.com.au

 

george

Posted
The variable for the total amount in the shopping cart is:

$cart->total

 

I include it in the form value like this, I did not get the amount in the form from checkout_confirmation.php page

can you rewrite the php echo

 

<td><label>

<input name="amt" type="text" size="11" maxlength="11" value="<?php echo $cart->total ; ?>"/>

</label></td>

 

please help me

God bless you sir

 

George Sedrak

 

[email protected]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...