php - Amember set price in form -
how can set price in costum form, bill users every month?
i've tried manually editing this, without luck ( data-second_price ):
<input type="hidden" data-first_price="35.00" data-second_price="228.00" name="product_id" id="product_id-0" value="3-3" />
how can remove product , set price manually in form code? data_first_price 35, not monthly.
Comments
Post a Comment