Jump to content

profoon

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Location
    belgium
  • Interests
    123
  • Activity
    Web development agency

profoon's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I SOLVED it myself. Works fairly well, is not perfect, but does the job. In this way I have done it : Look in your theme folder and open ” shopping-cart-product-line.tpl ” look for: {if (!isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed > 0) && empty($product.gift)} and replace it with: {if (!isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed > 0)}{* && empty($product.gift) *} -------------------------------------------------------------------------- In cart rules, I created different rules (actions> send a free gift) to give a free gift from a certain purchase amount, as a gift at 50 euro, or another gift at 100 euros etc .... The customer can then choose a gift from the list under the vouchers block. Now it would be useful if there is a delete button ( like a normal product ) present if the customer selected a wrong gift to remove it in order to select another gift. I've already looked at the file shopping-cart.tlp but did not immediately find something to fix it. Does anyone have any experience with coding, believed to be a few lines in which tpl file is modified. Best regards, Profoon ps: I use version 1.6.1.1 prestashop
  2. Ik hen het zelf opgelost. Werkt redelijk goed, is niet perfect, maar voldoet aan de gestelde eisen. Op deze manier heb ik het gedaan: Kijk in uw thema map en openen "shopping-cart-product-line.tpl" zoek naar: {if (! isset ($ customizedDatas. $ productId. $ productAttributeId) of $ quantityDisplayed> 0) && empty($ product.gift)} en vervang door: {if (! isset ($ customizedDatas. $ productId. $ productAttributeId) of $ quantityDisplayed> 0)} {* && empty($ product.gift) *} ------------------------------------------------------------------------------ Via de winkelwagenregels heb ik verschillende regels aangemaakt (bij acties > verzend een gratis cadeau) voor het geven van een gratis geschenk vanaf een bepaald aankoop bedrag, zoals een cadeau v.a. 50 euro, een ander cadeau v.a. 100 euro enz.... De klant kan dan een geschenk uit het lijstje kiezen onder de waardebonnenblok. Nu zou het handig zijn als er een delete knop (zoals bij een normaal product) aanwezig zou zijn om indien de klant zich van geschenk vergist heeft deze te verwijderen om zo een ander geschenk te kunnen selecteren. Ik heb al gekeken in de file shopping-cart.tlp maar kan daar niet direct iets vinden om aan te passen. Heeft iemand enige ervaring met coderen, vermoedelijk moeten er enkele regeltjes in die tpl file aangepast worden. Mvg, Profoon ps: maak gebruik van versie 1.6.1.2
  3. ok found it but where can i edit the translation for the PDF and emails I tried in the PDF and the images were gone?
  4. Hi where can i translate the front-office to dutch, tried in the back-office to modify the installed module translations but nothing is changing. Any help is welcome thanks
×
×
  • Create New...