Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Monthly installments using the paypal modual!


Guest

Recommended Posts

is there a cont that utillises the palpay abbility to use monthly billing and make it work from the cheakout instead of entering a single price and displaying :-

Subscription To:

Ground Control [jhjhg]

 

Subscription Terms:

3.00 GBP for the first month

Then 3.00 GBP for each month

 

Currency:

Pounds Sterling

Amount Paid Today:

?3.00 GBP

instead of

 

Currency:

Pounds Sterling

Amount:

?15.00 GBP

 

so basicly setting up subscription on payment options!!

Link to comment
Share on other sites

yes, paypal has a recurring option,

 

you just swap there code for that with the current paypal code,

 

its very easy, you will see it when you get the code from the paypal site.

 

once you do that and you need help, just post back here

*Outlined in chalk everone looks the same*

 

Currently useing OSC 2.2 MS1

running on Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b

Link to comment
Share on other sites

the orginall is

$process_button_string = tep_draw_hidden_field('cmd', '_xclick') .

tep_draw_hidden_field('business', MODULE_PAYMENT_PAYPAL_ID) .

tep_draw_hidden_field('item_name', STORE_NAME) .

tep_draw_hidden_field('amount', number_format(($order->info['total']

 

and i can see that if i make

$process_button_string = tep_draw_hidden_field('cmd', '_xclick') .

into

$process_button_string = tep_draw_hidden_field('cmd', '_xclick-subscriptions') .

 

but dunno how to make it so i can get length of billing and periods between billing and also how to get just normall payments working :\

 

please help!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...