How do I create a product with a recurring fee plus a one time fee?
i see in consolidated billing, our hosting packages can have 1 time set fee billing monthly fees on recurring basis.
i have customer, wireless service, needs similar , want able use cart system instead of check out form.
i need able set service recurring product, charge set fee. need these locked together, not grouped items can removed cart.
in instances, instead of set fee, buying device. 1 time charge able either set fee, or device, or whatever.
anyone have clue how can bc?
thanks!
david
ok made progress on this. have figured out, can add chained "add cart" items, when click button buy now, add both items cart. however, require me manually build each product page , generate custom button each 1 both product ids in it.
can offer on how put js in append second function onclick function bc generates dynamically?
for products require set fee, assume add in either product templates or in item description js find onclick of buynow button , append second function add cart setup fee product. end result being code looks this:
<input type="submit" class="productsubmitinput" onclick="addtocart(188536,6314368,'',4,'','',true);addtocart(188536,6314367,'',4,'','',tr ue);return false;" value="buy now" name="addtocart_submit" />
except of course, product id on first addtocart main product second 1 being 1 appended.
does of make sense? lol
More discussions in eCommerce
adobe
Comments
Post a Comment