Search the Community
Showing results for tags 'Add to cart'.
-
Hi I´ve purchased and installed a module called: customer files upload to allow costumers attach different type of files such as .ftp, .tiff, .eps, to a product they are buying (is for a printer bussiness). And works great! but it hasn´t the option to block the check out of a product if there is no attachment file. I´m trying to hide the button "add to cart" with some "if" order in the product.tpl file, in this line: <p id="add_to_cart" {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE}style="display:none"{/if} class="buttons_bottom_block"> The module creator says that the module can´t do this right now, but it is possible to develop and they woud prepare for the next version of the module. Sadly I´m a bit of a hurry, and can´t wait too long. Somebody has implemented this module and knows some clues on how to do this? Or knows if exists something like "&productAttachments ->quantity <=0" ? thanks in advance.
-
- add to cart
- attachment
-
(and 1 more)
Tagged with:
-
Hi there, I am using the default theme to set up my webshop. At the beginnin I see the add to cart function. Customer can add to cart and go to check out. But after a while, on the way I am configure other basic information, when I come back to view my site. The function "Add to cart" disappeared. I do not know why. Can anyone help? Thank a lot!
-
Hi I just upgraded my shop from PS 1.4.9 to PS 1.5.6.2 everything works perfect except one thing when I enable SSl which is must required on checkout page Add to cart button stops working then text appears unable to add product anyone found a slution yet ? Followed this topic http://www.prestashop.com/forums/topic/155662-critical-ssl-bug-in-ps-147-fix-inside/page-4 but nothing happning
-
I have prestashop 1.6 installed on StartLogic. Also installed is Advanced Customization Module. I have a site with jewelry on it for sale - or it should be. Option to enable 'guest checkout' is enabled under Preferances, so that users can buy things without registering if they chose. Problem - if I test as a user who is not registered, I have no option to add to cart. If I log in, I see add to cart code. Anyone know if there is another setting on which the preferences setting is dependent or if there is another setting that over-rides if enabled? I am a newbie - but I have the shop up and customizations configured, so I have gotten fairly familiar with the back office. Any ideas appreciated!
- 5 replies
-
- cart
- add to cart
-
(and 3 more)
Tagged with:
-
Hi, 2 issues: 1. I imported the combinations and I can see them in Back office. The problem is that they are not displayed in Front Office, for any product... 2. The add to cart is not working properly (I have already uninstalled and reinstalled it). When I click the button nothing happens (the cart remains empty). In Settings > Products I have the following configuration: I tried to disable the cart ajax in Cart Block Module: Result: you already have the maximum quantity available for this productHow is it possible that I allow orders with products out of stock and it warns me about the quantity? I figured out that this bug happens with products that have combinations (which have 0 quantity).
- 1 reply
-
- Prestashop 1.6.0.6
- Product combinations
-
(and 1 more)
Tagged with:
-
I have a store that has thousands of products and prices suffer large changes in suppliers regularly, this is a big problem for a person without stock for most products. Is there any possibility that they include an option to hide the button "add to cart" and displaying other "request a quote" when the product is not updated for more than xx days. Where xx (number of days since the last update of the product) could be set up in the back office. The client by clicking on "request a cote" opens a popup with a form, where it should put the name and email address, the reference product is automatically selected. If the customer has logged the name and email must be filled automatically, the customer simply press "Send Request for Quotation". Vote for this idea: http://feedback.prestashop.com/forums/124931-general/suggestions/6215754-request-quote-button-when-products-is-not-updated
-
hello I want to change or replace "Add to Cart" button from my store (prestashop 1.6) , I can change it on product page vary easily by overriding product controller but how can I change from homepage thare is two different module used named "popular" & "best salers", these both are use "add to cart" button so I cant edit their php file,
- 6 replies
-
- replace
- add to cart
-
(and 4 more)
Tagged with:
-
Prestashop 1.4.8.2 Hello We have a small issue with one of our sites. We allow out of stock ordering if the quantity is >= 0. If a customer adds stock to the basket yesterday when the product is in stock and then comes back today and the product is out of stock, they can still buy the product even though it is now out of stock. Is this a bug? Thanks as always for any help.
- 3 replies
-
- out of stock
- add to cart
-
(and 1 more)
Tagged with:
-
Hi, So I have a module called related products. I am trying to add this into the blockcart module so that it will display there in the pop up. Is there someway to do this that is fairly easy? Or do I need to completely redo the blockcart module? Can I make a call to the other module inside the smarty template? Thanks
-
am making tutorials using CMS pages in prestashop about the items i sell , I need to add the needed items images with a link under them to add the item to the cart. is that possible? my imagination to page is like the attached file, i made it using paint
- 7 replies
-
- Add to cart
- CMS
-
(and 1 more)
Tagged with:
-
Sorry, still learning my way around this forum. I posted this somewhere else and realized it should be here, but can't figure out how to delete my other post. Anyway... Running 1.5.5.0 on IIS 6.0, PHP 5.3.2, and MySQL 5.1.34-community. I've loaded a few dozen products and assigned categories. I bring a single product on screen, change the quantity (say, 5) and click "Add to Cart." The icon magically floats across the screen and spawns the correct shopping cart entry, but the quantity is 1. This happens every time, with different products and quantities. Have I missed something? ADDENDUM 9/5/2013: I also copied the site/data to a different server running Ubuntu/PHP/MySQL and get the same faulty behavior.
-
Bonjour, Dans ma boutique Prestashop, sur mon FrontOffice, certains produits sont mises en avant grâce à un module spécifique. Je suis donc allé dans le BackOffice pour traduire le "add to cart" en "ajouter au panier", mais impossible de trouver la ligne correspondante. Je suis donc aller voir dans le code du module en question. Mes connaissance en code étant limitée, voici les seules lignes de code du module dans lequel apparait "add to cart". La question est simple, lequel ou lesquelles je dois changer pour que cela change sur mon FrontOffice. Merci d'avance {if ($product.id_product_attribute == 0 OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product.available_for_order AND !isset($restricted_country_mode) AND $product.minimal_quantity == 1 AND $product.customizable != 2 AND !$PS_CATALOG_MODE} {if ($product.quantity > 0 OR $product.allow_oosp)} <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='cshomefeatured'}">{l s='Add to cart' mod='cshomefeatured'}</a> {else} <span class="exclusive">{l s='Add to cart' mod='cshomefeatured'}</span> {/if}
- 17 replies
-
- add to cart
- module
-
(and 1 more)
Tagged with:
-
Hello, I am using PS 1.5.6.1 (www.petrolejovalampa.cz). Loading of pages is fast (cache is used) but If I add product to cart it takes up to 70 seconds to display cart (non ajax cart is set up). Most of the time the browser is waiting for the the response (90%) on the action e.g. http://www.petrolejovalampa.cz/kosik?qty=1&id_product=563&token=74e930b8cec984edde9cf6f2ac1c06f3&add (I am using friendly url where kosik=cart.php). Then the browser is redirect to http://www.petrolejovalampa.cz/objednavka?ipa=563 (objednavka=order.php) which is fast. If I set up profiling I receive only information to the second page which is fast. I have investigated that the action add to cart is slow after approximately 20 minutes after last action add to cart. If I add product to cart the next action is fast. To minimise the lost I am using firefox plug in to add product to cart every 5 minutes so the action add to cart for the time I am running my browser. Do you have the experience with this behaviour? Do you know how to profile cart.php to see what is slow? Thank you.
-
HI, I have a serious issue. Prestashop latest version 1.6.0.6 Products are not added to cart. i'm not in catalogue mode i have installed uninstalled cart module i have allow order when out of stock products i've run throu all forum topics i've found to solve my problem No luck so far... HELP!!
- 9 replies
-
- add to cart not working
- add to cart
-
(and 1 more)
Tagged with:
-
Hi everyone I'm just getting back into using Prestashop and I have to say I'm really liking 1.6. I have an issue I've encountered and it may just be due to my lack of knowledge regarding Prestashop's attribute system. I've searched around, but haven't found anything that solves this, particularly for 1.6. Here is my scenario: I have a site that will sell prints of images. What I would like is a product page for each image. However each image can be brought either as a canvas print, a framed print or a standard print, with each having multiple sizes to choose from. In addition the framed prints have different types of frames that the customer can choose from. My problem is when I have tried to set this up using the attributes, it treats it shows these as drop downs in such as way as the customer would have to choose it as a canvas print, framed print and standard print all at the same time, rather than being able to choose only one of these. The ideal situation would be to have multiple add to cart buttons, one for each set of attributes. Is this possible? Thanks for any help regarding this issue.
- 3 replies
-
- attributes
- 1.6
-
(and 1 more)
Tagged with:
-
Hello, I have dev to true in the php file. The site is www.alexis-apparel.com. Literally nothing happens when you click the add to cart button. Also, when you try to register it comes back to the same page. You can't register or add items to the cart. I have not seen any errors come up even though the dev is set to true. Does anyone have any idea what is going on?
-
Preciso de uma grande ajuda. Desabilitei o carrinho ajax para o cliente ao clicar em comprar ir direto para o pedido (checkout) .... mas quando estou na página do produto e clico no botão comprar (add to cart) nada acontece ... não vai pra lugar nenhum ... acredito que seja um erro na página do product.tpl ... meu presta é 1.5.4.1 ... Alguem pode me ajudar? Ou tem um método diferente? Obrigado.
- 3 replies
-
- checkout
- product.tpl
- (and 4 more)
-
Here is what came after I uploaded a product. There is no Add to Cart option as seen in the photo. How can I add the Add to Cart button?
-
Hi Does anyone know how to make a "Select product" button on a product that contains combinations? On http://smokeit.erpbasen.dk I have added a product, but the button has an add-to-cart action. When disabling this in the backend, no button appear? Is it possible to make a "Select produkt" button instead?
-
- add to cart
- select
-
(and 2 more)
Tagged with:
-
Further to an earlier post I still can not get "add to cart" buttons to display EXCEPT when I compare two products. If I try to use them they don't work (the cart remains empty) but it does return a "non ordered" cart listing. I have exhausted my limited knowledge so if I can't get this up and running soon I will have to ditch Presta and settle for something which at least gets something into a cart and paid for. For information my products only ever have a stock quantity of 1 (i.e. unique).
-
Hi, I have upgraded to 1.6 and am using default bootstrap theme. I can't display any add to cart buttons on my products except when I compare two or more products. If I then attempt to use add to cart it returns an error message "you already have the maximum quantity available for this product" All my products have a maximum available quantity of (1) (each is unique) and I have elected to update quantities manually. I suspect it might have something to do with stock control however I have tried all the permutations I can think of, to no avail. Any suggestions? PKH
-
how to visible add to cart button on product page when quantity for that product is 0, by default its disable . something happens with js i think . but i cant recognize so can anyone help me to display add to cart button on quantity 0
- 2 replies
-
- Add to Cart
- prestashop 1.6.0
-
(and 2 more)
Tagged with:
-
Hi All PS 1.5.6 Although i will not manage stocks with Prestashop, i want the clients to receive the message in the product page with the availability, so i have enabled the stock management and will update the stocks problably with a query to my ERP DB. For now is manual. I have all the produts to allow orders if out of stock. What happens is that if the product has stock 0, the "add to cart" option will be enable, the client can add but then it receives an IE/chrome message saying: "The webpage indicates: You already have the maximum available quantity for this product" (Translation can have some diferences) And it does not add it to the cart... What is going on here, anyone can help please? Thanks
- 2 replies
-
- Add to cart
- stock management
-
(and 1 more)
Tagged with:
-
I intalled 1.4 mobile theme a few month ago in prestashop 1.4.5.1. It worked well. But after I upgrade the prestashop to 1.4.10, the mobile theme doesn't work well. I can visit the home page and product, but can not open the cart or add product to cart. Get the error information : too many redirection! I use the one page checkout and allow guest check out. How can I do to resolve it? Thanks