KissNode Posted November 20, 2013 Share Posted November 20, 2013 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? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 20, 2013 Share Posted November 20, 2013 (edited) 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 ! Edited November 21, 2013 by brian! 0 Quote Link to comment Share on other sites More sharing options...
KissNode Posted November 21, 2013 Author Share Posted November 21, 2013 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.. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 21, 2013 Share Posted November 21, 2013 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 ? 0 Quote Link to comment Share on other sites More sharing options...
KissNode Posted November 21, 2013 Author Share Posted November 21, 2013 Yes....... the FINAL price changes, but the monthly price remains at 0.70 ! I want the monthly price to increase by .70 each time, but also allow for the game slots to increase. Do you not understand how the standard set up could be misconceiving to clients? 0 Quote Link to comment Share on other sites More sharing options...
KissNode Posted November 21, 2013 Author Share Posted November 21, 2013 testttttttttt - - - Updated - - - Ok, can someone please remove that test post. I need the standard monthly price to update, http://puu.sh/5pfVl.png , see, I do not want the price to say 0.70, that’s very confusing for customers. I want the monthly price to be the final price, because it technically is. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 22, 2013 Share Posted November 22, 2013 (edited) 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 November 22, 2013 by brian! 0 Quote Link to comment Share on other sites More sharing options...
Krell357 Posted November 22, 2013 Share Posted November 22, 2013 Feel free to visit my buy portfolio lighting site. Eventually i am come here and want to say you that thanks for sharing your concept regarding the post. 0 Quote Link to comment Share on other sites More sharing options...
KissNode Posted November 24, 2013 Author Share Posted November 24, 2013 Tried doing that, but it didn't work. Still shows price per month. - - - Updated - - - http://puu.sh/5s0IW.png - - - Updated - - - See this image 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 24, 2013 Share Posted November 24, 2013 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. 0 Quote Link to comment Share on other sites More sharing options...
KissNode Posted November 24, 2013 Author Share Posted November 24, 2013 Wow it works, you guys are all gods and goddesses. - - - Updated - - - So when I have clients order, is there any way to make them choose product category instead of automatically going to one? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 24, 2013 Share Posted November 24, 2013 (edited) 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 November 24, 2013 by brian! 0 Quote Link to comment Share on other sites More sharing options...
KissNode Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) Thanks! Please close. Edited November 24, 2013 by KissNode 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 24, 2013 Share Posted November 24, 2013 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.