Search the Community
Showing results for tags 'Cart'.
Found 21 results
-
As an owner of a web hosting business, you probably know well how many factors and variables must be considered in the process of a successful transaction. But what if we told you that all the efforts you put into your business, like catchy advertising, personalized recommendations and accurate descriptions, still fail to bring around 70% of the transactions to an end? That is how often clients leave items in their carts without completing the checkout. Quite striking, isn’t it? We are here with a simple yet powerful solution to that problem. Having in mind certain habits typical for e-commerce customers, we have come up with a module which does most of the job for you. Thanks to Abandoned Cart For WHMCS, you will be able to easily send out customizable email reminders to potential buyers - both your guests and logged in clients - at various time intervals, and no less importantly, view statistics and log entries concerning added or removed products. We obviously want to share this wonderful joy of the new release with you, so if you are willing to put our product to the test, do it now and grab a spectacular 33% discount! Still curious? Find a full write-up about Abandoned Cart For WHMCS on our Blog! Need Custom Software Development For Your Business? Get Your Free Quote Now! Specially for you we will adapt an application and its design to your own needs, create a new module or even a completely new system built from scratch!
-
- ModulesGarden
- Modules Garden
- (and 12 more)
-
Hello, does any one else have the same issue as me, that the cart view is so bad on mobile devices what it takes away from the client ordering. The Categories, Actions & currency takes up the hole screen so users dont see the cart below has anyone done anything about this and if so can you pelase share? Thanks Jack
-
- Mobile
- Mobile View
-
(and 1 more)
Tagged with:
-
As of now if you go the cart.php (https://webhost.pro/cart.php) or (https://webhost.pro/index.php?rp=/store/) the page redirects to: https://webhost.pro/index.php?rp=/store/web-hosting Is there a way to have that redirect to a page that list all products? If not a redirect, is there a URL to show all products on one page? Thank you,
-
I know this is not a WHMCS issue and was just hoping someone here happens to know something about this issue. I added a mega menu to my theme and now when I go to the cart or client section of WHMCS the menu stops working. It works on all the normal site pages. Works fine here: https://webhost.pro/ Stops working in the cart: https://webhost.pro/cart.php?a=view I just added some basic new code to the custom CSS file: /* Dropdown content (hidden by default) */ .dropdown-content1 { /* csslint ignore:start */ display: none; position: absolute; /* csslint ignore:end */ background-color: #f9f9f9; width: 100%; padding:20px 0px 20px 0px; z-index: 15; } .menu{background:#FFF;padding:35px 0;font-family:'Source Sans Pro',sans-serif}.menu .navbar-brand{padding:0}.menu .logo:hover{opacity:.5;transition:opacity .55s ease-in-out;-moz-transition:opacity .55s ease-in-out;-webkit-transition:opacity .55s ease-in-out} .menu .navbar-nav .dropdown-menu{background:#FFF;margin-top:26px;border-radius:0;padding:0;border:1px solid #dedada;border-top:none}.menu .dropdown-item{color:#013d57;font-weight:600;font-size:12px;padding:10px 30px 10px 15px;text-transform:uppercase} I also changed the header.tpl file to use the new CSS code: <!--Begin Main Menu Item--> </li><li class="nav-item .dropdown{if $category eq 'hosting'} active{/if}"> <a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Services<i class="fas fa-fw fa-caret-down icon-dropdown"></i></a> <ul class="dropdown-menu dropdown-content1"> <div class="row"> <div class="col-lg-4 col-md-6 col-sm-12 col-xs-12"> <li><a class="dropdown-item" href="{$WEB_ROOT}/services/website-builder/"><i class="fas fa-fw fa-server"style="color:#585453"></i>Website Builder</a></li> <li><a class="dropdown-item" href="{$WEB_ROOT}/services/web-hosting/"><i class="fas fa-fw fa-server"style="color:#585453"></i>CPanel Web Hosting</a></li> <li><a class="dropdown-item" href="{$WEB_ROOT}/services/reseller-hosting/"><i class="fas fa-fw fa-users"style="color:#585453"></i>Reseller Hosting</a></li> <li><a class="dropdown-item" href="{$WEB_ROOT}/services/vps-hosting/"><i class="fas fa-fw fa-tachometer-alt"style="color:#585453"></i>VPS Hosting</a></li> <li><a class="dropdown-item" href="{$WEB_ROOT}/services/dedicated-servers/"><i class="fas fa-fw fa-tachometer-alt"style="color:#585453"></i>Dedicated Servers</a></li> <li><a class="dropdown-item" href="{$WEB_ROOT}/domainchecker.php"><i class="fas fa-fw fa-globe"style="color:#585453"></i>Register a domain name</a></li> <li><a class="dropdown-item" href="{$WEB_ROOT}/cart.php?a=add&domain=transfer"><i class="fas fa-fw fa-globe"style="color:#585453"></i>Transfer a domain name</a></li> <li><a class="dropdown-item" href="https://webhost.pro/services/ssl-certificates/"><i class="fas fa-fw fa-lock"style="color:#585453"></i>SSL certificates</a></li></div> <div class="col-lg-8 col-md-6 col-sm-12 col-xs-12"> <section class="heromenu img-fluid"></div></ul></li> <!--End Main Menu Item--> I keep removing stuff to see what's causing it but nothing seems to let the menu work again in the cart section. I did not change anything in the cart files. Thanks for any help, I'm stumped!
-
When clients sign up for your services, you may use configurable options to customize their services. Those options show up within the WHMCS cart's product configuration page. Sometimes it isn't clear what a configurable option is for based on the label. With this module, you can now add descriptions to configurable options so visitors have as much info as they need. You can even hide inputs on the product configuration page in the cart. Order now: $25 / yearly | View on the Marketplace Features Add descriptions to configurable options for visitors to see Hide inputs within the product configuration page in the cart Descriptions are displayed within: A tooltip that is shown when the input is hovered over A specified class - such as the bootstrap alert classes or any other CSS class Resize input containers to make those inputs larger or smaller - based on the input's container Input options can apply to all products or specific products
-
- addon module
- ordering
-
(and 2 more)
Tagged with:
-
Hi all. Recently I have a custom addon module which placing order through localAPI, but it seems this limits my client to purchase 1 item at a time, which brings not so good UX. I wish to get some input, what's the proper way to change the order placing through my custom addon module, direct to normal shopping cart. Thank you all in advance. Best Regards, Nelson Neoh
-
Hello Everyone! I have just auto updated whmcs 7.x to 8. Everything looks perfect but one major issue that iam facing is that when we click on order now button of any product it will redirect to this path(whmcs/index.php?a=add&pid=18) instead of (whmcs/cart.php?a=add&pid=18). I have tried it with my custom theme and with six theme as well. Looking for a solution. Anyone ?
- 6 replies
-
- orderpage
- order form
-
(and 1 more)
Tagged with:
-
If you have a bit of experience with WHMCS, you know that offering promotions just via coupon codes isn't so flexible. Many prefer to have products/services created specifically for special deals. Similarly others want to restrict domain purchase to customers with at least a product/service in their accounts. The hook lets you achieve both goals. Simply configure the following variables: $onetimeProducts array of product IDs to treat as "one-off" (customer is not allowed to order the same product multiple times) $onetimeProductGroups same as above but for product group IDs. Producs inside such groups are treated as one-off $firstTimerTollerance product-based restrictions are disabled for new customers placing their first order with you $notRepeatable if a customer already has a one-off product, he can't purchase further one-offs ($firstTimerTollerance is ignored) $domainRequiresProduct domain purchase is allowed only if any of the following conditions is met: Customer has an existing product/service (Pending and Terminated don't count) Customer is purchasing a domain and a product/service $promptRemoval notify customer about restrictions via (previews are below): bootstrap-alert right below Review & Checkout modal on screen js-alert on scren $textDisallowed message displayed for product-based restriction $textRequireProduct message displayed for domain-based resrticion When the hook detects that the customer is not allowed to order specific products/services and/or domains, it removes them from WHMCS cart showing alerts. Get the Code »
-
Hi, Just trying to get some insight on adding a shopping cart icon like on this image to the WHMCS main menu. blog.webhost.pro/wp-content/uploads/2015/11/cart.jpg I can add hooks, I just have no idea how to add a hook next to the menu "account" drop down link. I also am not sure how to add an icon with a number to show how many items are in the shopping cart. I am willing pay for help as well. Any insight will help me. Thanks so much for your time. Charles
-
Can Someone Please help me? When I tried to do a test checkout I realized that I cant continue. I get the following error, but I don't even have tax setup. I am using WHMCS 7.4.2 Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. If the problem persists, please contact us. « Back to Homepage For additional assistance, please reference the WHMCS TroubleShooting Guide » WHMCS\Exception\Billing\BillingException: Invalid tax percentage: in /home/myuser/public_html/vendor/whmcs/whmcs-foundation/lib/Billing/Tax.php:0 Stack trace: #0 /home/myuser/public_html/vendor/whmcs/whmcs-foundation/lib/Billing/Tax.php(0): WHMCS\Billing\Tax->validateTaxPercentage(NULL) #1 /home/myuser/public_html/includes/invoicefunctions.php(0): WHMCS\Billing\Tax->setLevel1Percentage(NULL) #2 /home/myuser/public_html/includes/processinvoices.php(0): updateInvoiceTotal(0) #3 /home/myuser/public_html/includes/processinvoices.php(0): createInvoicesProcess(false, true, '') #4 /home/myuser/public_html/includes/orderfunctions.php(0): createInvoices(1, true, '', Array) #5 /home/myuser/public_html/cart.php(0): calcCartTotals(true) #6 {main}
-
Hi, I need some help or more an idea how to solve this staff smarter. In Germany we need to show the customer exactly for what they have to pay, therefore we must show him all information until he press the Button buy. If this is the product then on the next page before check out we need to show him again all information: As you can see on the "Starter SSD Hosting" product we have all information the "Basic SSD Hosting" miss all this information which is standard by WHMCS. The first information was added by inline code {if $product.productinfo.name=='Starter SSD Hosting'} {$LANG.mein_Tarif1} {/if} and the $_Lang $_LANG['tarif1'] = "<strong>20 GB SSD</strong> Webspeicher<br /><strong>10 GB</strong> E-Mail Speicher<br /><strong>1 Domain inkl.</strong> (.de,.eu,.com,.net,.org,.info)<br /><strong>50</strong> E-Mail Konten<br /><strong>5 MySQL</strong> Datenbanken<br /><br /><strong><em>Fair-Use-Traffic-Flatrate</em></strong>"; So for every single product an override was needed. This hack was from 2014 I guess there is an smarter way to get this information filled in dynamical or ? Greetings Christian
- 2 replies
-
- cart
- viewcart.tpl
-
(and 1 more)
Tagged with:
-
Hi there, I am using WHMCS for 6 months now, but there's one bug I'm not able to fix. When I try to register a domain name at example.com/cart.php?a=add&domain=register&query=domain.nl I get the message Congratulations! domain.nl is available!, but in my spotlight TLD's it says that that domain is unavailable. Sometimes it's turned around, I get the message domain.nl is unavailable but then my spotlight TLD says I can add it to my cart. This only happens when I'm trying to register a domain name that is not registered yet. You can see it for yourself below: Does anyone experience the same issue or does anybody know how to fix this bug? Thank you in advance! Cheers, Dorus
- 5 replies
-
- cart
- domain checker page
-
(and 2 more)
Tagged with:
-
Hi, Inside the domainchecker.php the search bar includes search without entering the TLD. In that case the results are displayed with possible TLD's. Inside the cart, when a domain needs to be added to a products, the domain checker is split into parts. There is an input field for the SLD and a select field for the TLD. Is there a way to change this, into only 1 input field, that allows search without the TLD, just like the domainchecker.php? This so that the input can with or without a TLD and a user should not select the TLD before search. How can I achieve that?
-
After updating to the 6.3 no prices are displayed when I make a product option up/downgrade. All prices are 0.00 in the selection list Has any of you here have a solution?
-
Hi, I noticed with my WHMS installation, when a customer places an order for domain (only) they get a "go to cart" button and get redirected to the view cart page right after they select their domain, without going to the configure domain page. Is there a way to get the flow to go to the domain configuration page next, before going to the cart?
- 2 replies
-
- cart
- domain configuration
-
(and 1 more)
Tagged with:
-
Hi guys, I've tried searching for this in Google and all I see are other people's web sites that have the same issue On my cart page (cart.php) I get the following error: array_key_exists() expects parameter 2 to be array, null given in /path/to/orderfunctions.php In my configuration.php I have $display_errors set to E_ALL ^ E_NOTICE. If I add ^ E_WARNING then the errors go. So maybe the real question here is, should I be hiding warnings on production? Thanks for any advice on the issue.
-
Running latest WHMCS - 5.3.8 - and I have a custom module I have written that is performing validation on custom field input when a user updates their shopping cart using the hook: ShoppingCartValidateProductUpdate If a user goes through the order process straight through, add product to cart, enter field data, click on the Checkout button from the Configure Product page, then validation takes place as expected and if not valid it does not proceed. A problem arises however if a user first goes through the process and everything checks out, and then clicks on "Edit Configuration" under the product from the Review & Checkout page. They are then taken back to the Configure Product page, where they enter different data. If that data doesn't check out after they click Checkout and they decide to instead click on the back button in their browser, the invalid data that did not pass validation is now setup in their product configuration and will cause errors. Am I supposed to also provide a way to 'undo' an invalid entry if they are editing the configuration? I would think a hook called 'ShoppingCartValidateProductUpdate' would validate before updating the database, and not update the database and then figure out if it should have. Am I mistaken in this? Please let me know. Thanks.
-
Hi, I have a custom page that lists upcoming renewals, called: expiring-soon.php At the moment the page merely queries the db for upcoming renewal in 30 days and lists them. I would like to put in a link so that a user can perform a "Quick Renew" of a single domain (instead of going to cart.php?gid=renewals and being shown every domain he has) and post the renewal directly to the shopping cart. I had a look at http://docs.whmcs.com/Linking_to_WHMCS without success. It tried variations of something like /cart.php?a=add&gid=renewals&sld=test&tld=.com Any help would be appreciated