Search the Community
Showing results for tags 'block cart'.
-
Hi, I'm using Prestashop 1.5.4 and I'm unable to delete products in block cart. Here's what I did: 1. Removed block cart from hook displayTop 2. Added block cart to hook displayRightColumn 3. Disabled ajax cart from module cart block Looking forward to your help. Thanks.
- 24 replies
-
Hi! My block cart module is not working as it should be. Instead of showing the information in modal it is on all pages. It alo tells me I have 1 product in cart but it is empty. Any suggestions? I have already checked tables cart and orders. Issue reminds of https://www.prestashop.com/forums/topic/358677-catalog-mode-not-working-and-site-messed-up/ only thing is that I don't have that module installed as that guy had. The text "Produkten tillagd i din varukorg and text below plus "Det är 1 artikel i din varukorg" and text below should be visible on a popup/modal. If I activate catalog mode it disappears BUT when it is off the problem returns... Thanks in advance
-
Hello, I recently installed Prestashop 1.6.1.20 and would like to move the shopping cart module from the header area to the very top menu. I'm using the Basic theme from Prestabrain, and if possible, I'd like to move the text "Shopping Cart" to be displayed to the right of the "Check Out" text. Is this possible to do? Here's a link to my test site: https://getkawaii.com/shop/ Any help much appreciated!!
-
Bonjour tout le monde, Je rencontre un problème concernant la position de mon panier, j'ai deux images pour l'explication: J'ai positionné le panier en haut de mon site à coté du menu, sauf que le contenu du panier se déroule pas au bon endroit quand on passe la souris, c'est très simple à placer en 'absolute', mais le vrai problème que j'ai, c'est de faire en sorte qu'il se place correctement comme sur l'image en dessus sur toutes les résolutions (ou du moins au dessus de 1024*768) Malheureusement si j'applique une position relative à ce block, bizarrement la transition s'applique à tout le block "header_user" c'est à dire le lien du panier et du bienvenue, identifiez-vous... ils montent, descendent quand on passe dessus en gros Et je ne trouve pas le css qui gère cette animation Je veux empêcher ceci selon la résolution de l'utilisateur:
- 12 replies
-
- panier
- position du panier
-
(and 2 more)
Tagged with:
-
Hi Everyone, I am working with prestashop 1.6x. I am stuck with cart block and currency block not showing up in top nav section of the page. I have tried working in module > position. But it's not showing up there. I am sharing the snap of Run live edit, Module > position backend , Front end top Nav and Desired Front end top nav. Kindly help me with this.. Thanks in advance
- 8 replies
-
- block cart
- block currency
-
(and 4 more)
Tagged with:
-
Hello, I did some modification on the blockcart module. In fact I was working on a solution for the "free shipping" issue. That issue I found, it is all about translations. At the ftp server, module/blockcart/translations there is only 1 translation (in my case nl for dutch) When you modify the language file you should be released of the "free shipping" in the Ajax popup block cart. Then you have to write and make a new language file for other languages your are using. Now, at the backoffice at the module blockcart there is written "vertalen" (translate) I thought That would be the way to make the other language files. I hit that button and... BLANK PAGE... After trying everything (that I know) I'm calling for help. When I go to the backoffice, I only get a blank page. No errors at all. Have changed define('_PS_MODE_DEV_', false); to define('_PS_MODE_DEV_', true); Webshop is still online : http://www.coastalscents.nl Cleared cache, deleted cookies. I'm using V 1.6.0.9
- 2 replies
-
- block cart
- blank
-
(and 8 more)
Tagged with:
-
Hey. Mam problem z przypisaniem modułu koszyka do nowej pozycji. Do pliku blockcart.php dodałem: public function hookCartinmenu($params) { $params['blockcart_top'] = true; return $this->hookTop($params); } Utworzyłem nowy hook w bazie o nazwie: displayCartinmenu Kolejny wkleiłem kod w miejscu gdzie chce umieścić ten moduł: {hook h="displayCartinmenu"} Wchodzę w pozycje modułów, klikam "transplant module" wybieram moduł: Block Cart następie pozycję: {hook h="displayCartinmenu"} Na koniec kilkam "Save" i wywala taki błąd...: This module cannot be transplanted to this hook.
-
Hello, Prestashop lovers. I'm having issues with my block cart and my Paypal modules. With the Paypal module, it turns out the image source is broken, how can I modify it in order to use my own image and I would like to do some html editing like divs and borders since the module just uses a <p> tag and it looks real simple. And the block cart module won´t do anything when hover or clicking on it at the top of the page. I would really appreciate some help! (:
- 1 reply
-
- HTML
- Development
-
(and 7 more)
Tagged with:
-
Buongiorno a tutti, utilizzo prestashop vers. 1.5.6.2 con tema di default. Vorrei fare in modo che il pulsante "aggiungi al carrello" si vedesse in italiano (con la dicitura "aggiungi al carrello" per l'appunto), anzichè con l'inglese "add to cart". Qualcuno sa dirmi come fare? Grazie!
-
As you can see in attachment, when you position cart module to side column, the module do not run properly (probably JAVASCRIPT). There are problems: When you ad product do cart, it does not display in cart in right column (just in cart module on header). It only updates the price, shipping price, but it still writes no products. You have to reload the page to see the product in cart. When you want to delete the product by clicking on X button in cart in right column, it does not erase the product. Both these cases works OK in cart in header, it just does not work in side column module. Does have anybody any idea WHY?
- 7 replies
-
- block cart
- error
-
(and 1 more)
Tagged with:
-
Hello Friends, There was bug in prestashop's all versions of 1.5 in Block Cart module. By default block cart module gets hooked in top of header and one can transplant this module in right column if needed. I have added this module in right column and when I add product in cart, products gets added on cart in header but not gets added to cart in right column. When I reload page then all seems fine. For more clarification see attached snap shot. Thank In Advance..
- 2 replies
-
- prestashop 1.5.6
- module
-
(and 3 more)
Tagged with:
-
Hi, I am using a very customized theme in which I moved the block cart to the blocktopmenu. The cart summary on hover is always correct, but the button that says "Cart x products" shows the incorrect number of products when I go to the home page and some of the other product list pages. It keeps changing back and forth. The strange thing is that the number of products updates correctly on my local computer installation, but it doesn't work online on the true site and I am using all the same files. I don't know what is different between them, except that I have SSL enabled online. The block cart is hooked to actionCartListOverride, displayHeader, and displayTop. If I switch back to the default theme, the cart products number works. I tried moving some code from the blockuserinfo.php to blocktopmenu.php but it still won't work. I am on 1.5.6 and recently upgraded from 1.5.2. I customized my theme from the 1.5.2 default theme files, but I have been trying to update them with the newer code of the 1.5.6 default theme. Does anyone have an idea of how to troubleshoot this? Nothing I've tried works. Thank you.
- 3 replies
-
- block cart
- blocktopmenu
-
(and 1 more)
Tagged with:
-
Hi, I've update PS from 1.5.4.1 to 1.5.5.0 and everything work fine except blockcart, it disappears (the new rules for ajax-cart do not comply as suggest in the http://forge.prestashop.com/browse/PSCFV-4096 ). I need the block cart always viewable, there is a same sort code patch to solve the problem ? Or maybe can i use the old blockcart from PS 1.5.4.1 ? Thanks, Amar,
- 5 replies
-
- cart disappear
- block cart issue
-
(and 1 more)
Tagged with:
-
Olá! Estou a usar a versão 1.5.0.17 do Prestashop e após algumas horas de configurações deixei de ver o "carrinho" no canto da pagina. Já apaguei o modulo, ja instalei de novo, tentei mexer no hooker (já nem sei em qual deveria ser). Já tentei adicionar produtos ao carrinho mas tambem não dá, o botão não está a funcionar, mas, secalhar devido ao facto de as quantidades estarem a 0 (será?). Que ideias me dão para colocar de novo a aplicação na pagina?
- 2 replies
-
- block cart
- carrinho
-
(and 1 more)
Tagged with:
-
How can I get block cart to be like in the demo store of 1.5? I see it uses blockcart2, but my 1.5 store doesn't have this module.
-
Bonjour , j'ai accidentellement appuie sur le bouton pour reinitialiser le block user info . et il a disparu du haut de la page et est maintenant au centre de la page principale. j'ai essaye de le rétablir sans succès. mon site est : www.hbtmobiles.co.uk vous pourrez voir mon panier au millieu de la page. merci
- 1 reply
-
- user info
- block cart
-
(and 1 more)
Tagged with:
-
Hello, I'm looking to slightly modify the block cart, and I'm trying to use the variable that stores the order step. Finding it was easy [ Tools::getValue('step') ] but as ajax is activated, I have to alter 2 tpl files : blockcart.tpl et blockcart-json.tpl. While I have no issue getting the proper value inside the first one, I can't use it on the json version as it always returns an empty string. Any solution on how to use that variable in the ajax template ?
- 10 replies
-
- block cart
- ajax
-
(and 2 more)
Tagged with:
-
how add&sub button to block cart
freepr1111 posted a topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hi, Button Subtracting and adding the product in the block cart with Ajax ? thnaks .