• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How to add shipping cost in Custom RSformPro

How to add shipping cost in Custom RSformPro 13 years 1 month ago #16556

  • anil23
  • anil23's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
How to add shipping cost in custom rsformpro ? I want to add shipping cost when customer order is less than 5 If greater than 5 no shipping cost. I have tried but bad luck I haven't got the result :(
Please help me.

Thank you very much :)

Here is the paypal script.

if($_POST != '0')
{
$business = ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ';
$item_name = 'Products';
$currency_code = 'USD';
$undefined_quantity=1;
$amount = $_POST;
$return = 'www.mysite.com/';
header('Location: www.paypal.com/cgi-bin/webscr?cmd=_xclic...y.'&return='.$return); exit();
}
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!