redrat Posted June 19, 2009 Share Posted June 19, 2009 Just to say thanks for your help Steve and report that all errors were entirely due to my own stupidity and carelessness. When I undid my errors it worked perfectly and I am delighted with the result. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted June 19, 2009 Share Posted June 19, 2009 I'll just leave it thanks. I can't see it fitting in with my design unfortunately... Its 100% customizable just like whmcs, if you need help I'm willing to assist! 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted June 20, 2009 Share Posted June 20, 2009 I find it works great. and was able to customise the width down to 175 nicely, except when there's a subdomain in the cart eg customername.yourdomain.com, or a very long domain name In this circumstance, the domain name item stretches the width of 110 column. Was just thinking that the pdf invoice has a bit of code in it which wraps text (product descriptions) greater than 75 characters. Could that sort of hack be implemented to keep the description width down? 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted June 20, 2009 Share Posted June 20, 2009 Look at mine close up wid a long domain. 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted June 21, 2009 Share Posted June 21, 2009 Ah, I see, put the price in the 90 column, the product tiitle etc in the 110 column, and join the cells for the description - smart thinking, 99. 0 Quote Link to comment Share on other sites More sharing options...
spaceman Posted June 21, 2009 Share Posted June 21, 2009 I make the description from the product with a tooltip. works good and the cart is not to big. Demo: https://www.provider-tec.com/cart.php?a=add&pid=138 Tooltip: wz_tooltip.js v. 5.31 The latest version is available at http://www.walterzorn.com or http://www.devira.com or http://www.walterzorn.de 0 Quote Link to comment Share on other sites More sharing options...
willow Posted June 21, 2009 Share Posted June 21, 2009 This looks amazing but would it be possible to show on the non whmcs part of the site? I use Joomla to power the front end at http://www.domain.com with whmcs installed in http://www.domain.com/members but i would like the cart contents to show on http://www.domain.com as well as /members. The other parts of whmcs integration works fine with showing the login form, domain search etc so could this be used in the same way? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 22, 2009 Author Share Posted June 22, 2009 unfortunately no it won't work outside of whmcs because it is a different session 0 Quote Link to comment Share on other sites More sharing options...
noisehosting Posted June 25, 2009 Share Posted June 25, 2009 Very nice mod and good support from sparky. I have noticed one thing that's not good. It works for any product that gets ordered except when you order only a domain name without hosting. Then it doesn't want to show. Will this feature still be added? 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted June 25, 2009 Share Posted June 25, 2009 If you notice with my ScreenShot it has domain only! Sparky will probably update it really soon! 0 Quote Link to comment Share on other sites More sharing options...
zoilodiaz Posted June 25, 2009 Share Posted June 25, 2009 hello, this version is very well, but when you add addons example in Dedicated servers you add more memory more hard driver or some, the basket cart no update the checkout price. in this way this basket show the real amount to the customer in real time. now no work. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted June 25, 2009 Share Posted June 25, 2009 Submit a support ticket to Sparky! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 25, 2009 Author Share Posted June 25, 2009 Very nice mod and good support from sparky. I have noticed one thing that's not good. It works for any product that gets ordered except when you order only a domain name without hosting. Then it doesn't want to show. Will this feature still be added? On the top line in the if statement change $smarty.session.cart.products to $smarty.session.cart hello, this version is very well, but when you add addons example in Dedicated servers you add more memory more hard driver or some, the basket cart no update the checkout price. in this way this basket show the real amount to the customer in real time. now no work. There is no java in it so it will only work server side and not client side 0 Quote Link to comment Share on other sites More sharing options...
noisehosting Posted June 26, 2009 Share Posted June 26, 2009 works perfect now, thanks sparky 0 Quote Link to comment Share on other sites More sharing options...
BubbleRack Posted June 26, 2009 Share Posted June 26, 2009 Just purchased, nice mod 0 Quote Link to comment Share on other sites More sharing options...
noisehosting Posted June 30, 2009 Share Posted June 30, 2009 I guess it wouldn't really be possible to get around the long domain names that stretch the basket width? Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 30, 2009 Author Share Posted June 30, 2009 I guess it wouldn't really be possible to get around the long domain names that stretch the basket width? Any ideas? You could probably use style="overflow:hidden" on that td field 0 Quote Link to comment Share on other sites More sharing options...
noisehosting Posted June 30, 2009 Share Posted June 30, 2009 You could probably use style="overflow:hidden" on that td field It doesnt appear to work. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 30, 2009 Author Share Posted June 30, 2009 here is an example of how to use it <table style="font-size:8px;" width="200" border="1" align="center" cellpadding="2" cellspacing="0" class="data1"> <tr class="basketheader"> <td colspan="2">Shopping Basket</td> </tr> <tr> <th width="110">Description</th> <th width="90">Price</th> </tr> <tr><td><div style="width:110px;overflow:hidden;">thisisatestreallylongstringtotesttheoverflowfunction</div></td><td>$20.00AUD</td></tr> </table> 0 Quote Link to comment Share on other sites More sharing options...
noisehosting Posted June 30, 2009 Share Posted June 30, 2009 works perfect, thanks again sparky. 0 Quote Link to comment Share on other sites More sharing options...
Dominic Posted July 6, 2009 Share Posted July 6, 2009 Nice addon, I wrote one for our site but it broke when upgrading to v4 and I haven't got to fixing it yet. In fact that's reminded me to now 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted August 9, 2009 Share Posted August 9, 2009 Sparky ref:"The rounded css corners will not work in IE" Have a look at this http://www.cssplay.co.uk/boxes/snazzy2.html this will sortout the corners. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted August 9, 2009 Author Share Posted August 9, 2009 Sparky ref:"The rounded css corners will not work in IE" Have a look at this http://www.cssplay.co.uk/boxes/snazzy2.html this will sortout the corners. Thanks.... that uses the same method as in the default cart template. 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted October 2, 2009 Share Posted October 2, 2009 I have been pointed out that for some reason, since adding this mod, when a customer goes to the product configuration page, after clicking the update cart button, although the cart on the left is updated, they are not redirected to the cart page, they stay on the product configuration screen. Is this supposed to happen, and if so, can it be made to forward them either to the view cart page or back to the top of the ordering process? We are using the web2.0 cart template. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 2, 2009 Author Share Posted October 2, 2009 The Shopping Basket Mod does not redirect to any pages at all. Any redirects are controlled by the whmcs cart script only. Check the changes that you made to your billing cycle on the cart config page for you problem. 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.