Search the Community
Showing results for tags 'shoppingcart'.
-
I have a products category in my cart that is subject to a specific minimum order quantity rules; when I update the quantity, the cart modal goes into a loop and only by reloading is the set quantity updated; the error is: errors: [,…] 0: "error_text" hasError: true id_product: "id" id_product_attribute: "0" linkAction: "test" modal: false quantity: 100 success: false Anyone can help me please? THANKS!
-
- update
- shoppingcart
-
(and 2 more)
Tagged with:
-
Hi, I have recently started to work with the display of the missing amount to give a discount. This information displays above the basket in the form: " You are missing xxx.xx EUR for the -10% discount". I have added a simple piece of code in the cart.tpl file, while I would like this information to be displayed using AJAX. I'll make no secret of the fact that I'm green in this subject and I don't really know what variables I need, and whether it's necessary to define additional variables or simply call the cart refresh again. Below I add a snippet of HTML code with the Smarty Variables addon as it works now. The shop is based on the IQIT Warehouse theme. Thanks in advance for your help
-
Hi, I have a problem related to Shopping cart. I implemented the option to increase / decrease the number of products in the card view( it is the same function as in Proceed To Checkout). - Screen 1 In "Proceed to checkout" the function works fine, adds products and refreshes every time. but on the main page you can only add the product once and it will refresh only once, in addition, the buttons for increasing and decreasing the amount disappear. I suspect it's Ajax's fault, but I'm not sure. Do you have any solution? - Screen 2 PS. When I enter the manual number into the field without any buttons and confirm it with the enter button, the number of products will be saved correctly
-
- shoppingcart
- mainpage
- (and 5 more)
-
Hi I have an issue with a shopping cart, its Empty after user Logout/Login. Here is sequence of the issue: 1. I create a shopping cart as a "registered user", then I LOGOUT without completing the order. 2. If I login once again with the same user, my shopping cart is EMPTY, so the user must add all products once again. Since I see that prestashop save data regarding the shopping carts and which user what has added, why this data are not show to my registered users once they logout/login? I have seen that other prestashop websites like monsieurchaussure.com and papiertigre.fr are working fine, once I logout/login (also in a new device) the shopping cart I have filled is saved within my account. Thank you in advance for suggestions My shopping cart Advanced Parameters> Admnistration> General Settings> 480 Hours for all cookies (frontend/backend) my ps is 1.7.7. / php version is 7.3 Website: http://shop.torrazzettavini.it/
-
Hi it seems that prestashop Core doesnt provide a solution (correct me if i'm wrong), I'm interested how the following could be corrected: Once a registered user add product to its shopping cart but not complete the order and then he will logout or use his account on a new device - his cart will be empty. Since Prestashop already register all data of existing carts associated to registered users, how I could keep always a cart to a specific user until he will delete objects from the cart or will complete the order. We have the same "shopping cart rules" within amazon or ebay, and its very helpful, since I add products to a cart now, and will continue later, maybe from another device... thank you p.s. I have seen that other ps shops like monsieurchaussure.com and papiertigre.fr are already working this way, any cart of registered user is available after logout/login and if user access from another device, his shopping cart load the products and quantities he has put inside. my ps is 1.7.7. / php version is 7.3 Website: http://shop.torrazzettavini.it/
- 1 reply
-
- sales
- shoppingcart
-
(and 1 more)
Tagged with:
-
Hello, in presta 1.7, classic theme I want to delete "Cart" text on the top menu. I'd like to have the cart icon only remained. Regards
- 2 replies
-
- 1.7x
- shoppingcart
-
(and 1 more)
Tagged with:
-
It's now the second time my shopping cart has disappeared, the first time it was in the ver. 1.7.2.3 and I could not get it back and could not remember all the changes I had made so I made a complete reinstallation this time with ver. 1.7.2.4 and now the same thing had happened! I would love to have it back - can anyone help me? I'm missing the Cart on the front page and there is no "Add to cart" on the product pages! This is my first attempt with Prestashop and I'm really not impressed, the error with the cart comes after approx. 1.5-2 days in the shop setup and you have already spent 10-15 hours of work on the shop and then the most important item in an internet store disappears - I really hope that it's an error I've made. I use the "Classic" theme I had not touched displayNav2 I have installed two modules (cart was still there after installation): European Union Cookies Law - v1.7.5 - by MyPresta.eu Color change - v1.0.0 - after RSI All "../design/positions" are the default See my shop here: http://ambjerghus.dk
- 5 replies
-
- shoppingcart
- cart disappeared
-
(and 3 more)
Tagged with:
-
I was looking for a way to display the displayNav3 in base prestashop theme in 2 different hooks, the first one for the cart and the second one for the customer sign in. After a few hours, looking for a solution, i choose to override Ps_Shoppingcart in the way you can see below <?php class Ps_ShoppingcartOverride extends Ps_Shoppingcart { public function __construct() { parent::__construct(); } public function install() { return parent::install() && $this->registerHook('displayHeaderCart'); } } here is my header.tpl file : <div class="secondaryNav"> <div class="secondaryNav-content"> <div class="secondaryNav-img"> <a href="{$urls.base_url}"> {* <img src="{$shop.logo}" alt="{$shop.name}">*} <img src="https://img/img.png" alt="{$shop.name}"> <!--todo dell image en dure--> </a> </div> {hook h='displayTop' mod='ps_searchbar'} {hook h='displayHeaderCart'} </div> </div> It's working (i can move displayHeaderCart anywhere in a .tpl file), but i don't understand why it's work,there is absolutly nowhere a declaration of hookDisplayHeaderCart. i would like to know how it's work. i found nothing about this subject. Ty For help !
-
Hi guys, After changing some things, don't quit know what went wrong, the shoppingcart can't load the page anymore. So it is not possible to change the cart after adding products. I have redirected the button to order so customers can order, but hope to find a solution. Found out it seems to bee a cookie problem. When cookies are deleted, cart page does load. link to website: deisolatietoko.nl link to shoppingcart: deisolatietoko.nl/winkelkar Somehow it does work fine on mobile and tablet. Hope you can help. Mike
-
Bonjour ! Je possède une marketplace et je recontre un problème lors de l'utilisation sur mobile avec la version responsive du site. Le problème vient du fait que le panier disparais. Il est pas seulement Hidden la node HTML est tout simplement supprimée. De plus, le modal de confirmation de l'ajout au panier n'apparait plus même si la requête d'ajout au panier se fait toujours. Du coup impossible d'accéder à mon panier pour valider l'achat. Ce problème arrive seulement sur une largeur d'écran <= 767px. J'utilise le module ShoppingCart de Prestashop pour gérer mon panier. Je pense avoir vérifié dans tout les fichiers concernés par le Shopping Cart et aucun ne supprime de node HTML. Je suis donc dans une impasse pour le moment si quelqu'un pouvait m'aider je lui en serait reconnaissant. Merci !
- 3 replies
-
- responsive
- bug
- (and 10 more)
-
Hi I'm rather new to prestashop and have an issue with the shopping cart, I'm not allowed to put any product in the cart Please see the attached picture. The button is somehow disabled - I have checked that you are allowed to order just 1 item of each product and the product is available What am I missing
-
Hi, After proceed to checkout, the cart page is not loading and showing error. Can anybody help in this regard. I recently upgraded to 1.7. It was working fine. Then this issue started.
- 1 reply
-
- shoppingcart
- cartnotloading
-
(and 1 more)
Tagged with:
-
Inconvenient with ajax in own theme when adding a product to the cart: Greetings. Today I have made a theme of my own. I have used Prestashop in a vagrant box and everything works correctly, the problem is when I upload it to the server, the only problem is that when I add a product to the cart, I add it but it does not show the popup with the product I am adding , As well as the predictive text in the search box. I have reviewed the apache configuration and everything looks fine with ajax in apache. In local use php7.1 and apache all over ubuntu On the AWS server I have php7.0-fpm with apache also on ubuntu. I sincerely hope any advice. Thanks in advance.
-
Hi everyone! I'm having a very weird problem, that is driving me crazy. When you enter the shopping cart in Chrome / Firefox, the categories block in the left menu looks normal. Like this: http://i.imgur.com/O8oxYoi.jpg But when you enter the shopping cart on Internet Explorer, the categories block is empty. It is there, but it is empty. See here: http://i.imgur.com/p65KeSP.jpg I have tried for hours to fix this but I simply can't find the issue. Btw. it does not make a difference if the cart is empty or not - the problem is the same. Anyone who can help me? Thanks in advance
-
Hi al, I have a B2B webshop using 1.6.1.4. I have had a problem with empty shopping carts (Non Ordered) for some time, and I can´t find a way to stop it. The weird thing is, that the shop is a private shop/log in only, and the shoppingcarts shows its visitors not logged in customers. I can get 500 empty shoppingcarts in a day. Can You help me, as its hard for me to get an overview of real customers that put products in the cart, but don´t order. Its hard to follow up. Please see the attachment. Thanks in advance. Jacob
- 5 replies
-
- shoppingcart
- error
-
(and 2 more)
Tagged with:
-
Hello everybody, Since we work with low quantity stock, we frequently have products that are temporarily out of stock. Clients that add a product to their cart (while it was in stock), abandon their cart and later come back to do check-out (when the product is not stock anymore) encounter an error advising them that they cannot proceed as one or more items are out of stock. So far so good. The issue is that it is not easy to know which products triggered the error, e.g. which products have to be removed to proceed with check-out. The more items in the cart the more complicated it is to guess which item to delete. Therefore my question is: is there a way to highlight the products in the cart that are out of stock? For example in red, with an exclamation sign etc. Anything would do really... Thanks in advance! Decorocco
- 1 reply
-
- out of stock
- cart
-
(and 5 more)
Tagged with:
-
Bonjour, je m’apprête à lancer mon site. Je viens de refaire un tour complet de celui ci et je viens de m'apercevoir que le "cart-delete" du panier de shoppping-cart.tpl ne fonctionne plus. Il n'apparait même plus et je ne vois pas pourquoi avec firebug. Pourtant je n'y ai rien changé depuis sa conception où je l'avais laissé tel quel. Avez-vous une piste ou une idée? La boutique du site est pleine je l'ai donc désactivé. Merci;
- 2 replies
-
- shoppingcart
- cart-delete
-
(and 1 more)
Tagged with:
-
Is this enable to change text name "add to cart" to others without changing class name? thank you for your cooperation..
- 2 replies
-
- shoppingcart
- products
-
(and 1 more)
Tagged with:
-
Hi When I turn on Friendly URL function, everything works fine except login page, shopping-cart page and Checkout page. When i click "Log in" i get error message If I turn off Friendly URL, all are OK. How can i fix this. ? Ps 1.5.6.0 Plutten22
- 2 replies
-
- friendly url
- login
-
(and 1 more)
Tagged with:
-
Hello? At the moment I want to show my products in a kind of preview mode: Visitors can't actually buy them (yet) - though they should be able to preview, compare, even download information ... Or in other words: I am looking for a kind of a "display shop window mode" without access to the cashier/cart section of the system ... How to do that? thx for helping, piku