Jump to content

Price Per Month Update


KissNode

Recommended Posts

Hi, is there any way to have the price per update start at 0.00 at increase ,70 cents per slot.. It seems like I've tried all the possible ways to do this. I tried making it so price per month was $0, and game slot quantity price was .70 per month, but then the monthly price just sites at 0.00 until checkout. Is there any way to make the monthly price increase .70 per slot WITH it showing the updated monthly price? 5opu1.png

Link to comment
Share on other sites

i've tried this quickly, and if I understand what you want, it seems to be working here.

 

you want the mod product to be 0, but each slot to cost $0.70 ?

 

if so, set monthly pricing for the mod at zero, but make it recurring, not free - it looks like you may have set it to free... price for the slots is $0.70 each per month.

 

if you want to avoid them ordering for free with no slots, then keep mod price at zero, but make minimum slot = 1 rather than 0.

 

either way, the monthly price is being updated with the slider... both on mine and on yours.

 

apologies if I haven't got my head around how you want to price this, it's a little late at night ! :shock:

Edited by brian!
Link to comment
Share on other sites

Yes, but the monthly price remains at $0.00 . I don't even understand why it's called monthly price. It should be called starting price. Guess I could change that, but I wish the monthly price could just update based on cost.. Very misconceiving for clients..

when looking at your site, for me the monthly price changes with each additional game slot - it definitely doesn't remain at zero.

 

http://prntscr.com/25p5ii

http://prntscr.com/25p5vh

 

perhaps you need to clear your browser cache or templates_c ?

Link to comment
Share on other sites

you'll never get that billing cycle figure to update in the way that you want - the important monthly price is the one on the right and the one that is seen on viewcart at checkout.

 

possibly the only way it could work would be if you used Product Bundles, but then the client couldn't configure the number of slots - you'd have to create a package with a fixed number.

 

another idea might be to remove any prices from that "choose billing cycle" box on the left, so that it only says Monthly, Quarterly etc.

 

you'd just need to edit the configureproduct.tpl in the 'slider' folder.

 

<label for="cycle1">{$pricing.monthly}</label>

becomes...

 

<label for="cycle1">{$LANG.orderpaymenttermmonthly}</label>

and then change the others to be $LANG.orderpaymenttermquarterly, $LANG.orderpaymenttermsemiannually, $LANG.orderpaymenttermannually, $LANG.orderpaymenttermbiennially and $LANG.orderpaymenttermtriennially

Edited by brian!
Link to comment
Share on other sites

Tried doing that, but it didn't work. Still shows price per month.

but you've changed both your template and order form... template choice is not important to this issue, but order form is.

 

if you've been modifying "configureproduct.tpl" in the slider folder, then it won't make any difference - you now need to modify the same file in the "modern" folder.

Link to comment
Share on other sites

the linking page in the documentation might be a good starting point - http://docs.whmcs.com/Linking_to_WHMCS

 

you could link to say to Minecraft using http://kissnode.com/clientarea/cart.php?gid=4

 

if no links are specified, it will show the first product category in your list of product groups, using either the default or specified orderform.

Edited by brian!
Link to comment
Share on other sites

in homepage.tpl,

 

replace "cart.php" with "http://kissnode.com/game-servers/"

 

<td><div align="center"><a href="cart.php"><img src="templates/kissnode/images/cart.png" border="0" alt="" /></a></div></td>

<td><strong><a href="cart.php">Order</a></strong><br />

<span style="color: #00FF01;">

Place a new order with us</td>

 

you've only changed the one on the right so far.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated