Jump to content

Shopping Basket


Recommended Posts

  • Replies 99
  • Created
  • Last Reply

Top Posters In This Topic

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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.

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