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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -