Jump to content

samverdyck

Members
  • Posts

    93
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Belgium
  • First Name
    Sam
  • Last Name
    Verdyck

Recent Profile Visitors

510 profile views

samverdyck's Achievements

Newbie

Newbie (1/14)

5

Reputation

7

Community Answers

  1. Easiest way is to buy and install a captcha module: https://addons.prestashop.com/nl/veiligheid-toegang/18478-re-captcha.html?pab=1& If you have some knowledge of how to edit the code, you can edit the contactform in this way: https://github.com/PrestaShop/PrestaShop/pull/8168 This worked for me.
  2. Does this solution works the same way in Prestashop 1.7? I did exa Does this solutions works the same way in Prestashop 1.7? I did exactly what you explained, and I'm getting a file in my mail, but it seems the file can't be found, see screenshot. It stays at "downloading", can't open it.
  3. Ik ben op zoek naar een module waarmee ik op een productpagina enkele dropdownveldjes kan zetten, waaruit bezoekers dan enkele waarden kunnen aanduiden. Deze waarden moeten meegenomen worden in bestellingsoverzicht, factuur en bevestigingsmail. Heb m'n situatie proberen oplossen via Attributen, maar het aantal mogelijke combinaties was gewoon te groot om beheerbaar te houden. Ik heb 4 dropdowns, met elk 20 waarden. Er zijn geen prijsverschillen of dergelijke tussen de waarden. Zie screenshot voor wat ik precies bedoel. Iemand weet van een module die dit kan in 1.7?
  4. I'm searching a module which allow me to add 4 dropdown menu's on a product page, where visitors can choose some extra settings for the product. (see screenshot) The values of the dropdown choices must be printed in the order mail, invoice pdf and in the order in the backoffice. Is there a module for 1.7.2 that can do this? (the idea behind is that I have a giftproduct where customers can choose 4 products from a 20 productpool. I tried it with combinations, but it created too much combinations to handle it efficient)
  5. In PS 1.6, is it possible to get the total Ecotax value of the order in the shoppingcart? I would like to show this to the customers.
  6. Wie zijn naar jouw ervaring de betere ontwikkelaars? Moet regelmatig ook een thema kiezen, er zitten er inderdaad soms wat mindere bij ook...
  7. Hallo Erik, ik denk dat je op zoek bent naar een module van deze aard: https://addons.prestashop.com/nl/bijkomende-informatie/4892-product-extra-tabs.html
  8. Clear answer, thanks! Figured it out further with the help of this post:
  9. I figured it out, got it functional with this code: if ($dir_mail) Mail::Send( $mail_id_lang, 'new_order', sprintf(Mail::l('New order : #%d - %s', $mail_id_lang), $order->id, $order->reference), $template_vars, $merchant_mail, null, $configuration['PS_SHOP_EMAIL'], $configuration['PS_SHOP_NAME'], null, null, $dir_mail, null, $id_shop, null, $customer->email );
  10. I'm also looking for a solution to add the client's address to the reply-to field. Did you manage it?
  11. Als je een afbeelding opslaat met rechtermuisklik, krijg je de bestandsnaam van de foto te zien. Standaard is dit inderdaad de naam het product. De "Title" van je afbeelding is echter iets anders, die zit achterliggend op je afbeelding, zie screenshot. Naar mijn weten houden zoekengines enkel rekening met de "title"-tag, niet met de bestandsnaam van de afbeelding.
  12. Blijkbaar een vraag die anderen zich ook stellen: Voorlopig nog geen antwoord op, maar je kan de post misschien in het oog houden voor moest er een oplossing uitkomen.
  13. Exporteren van je producten naar een csv met alle mogelijke parameters kan via deze gratis module:
  14. Hi Bestellingen aanpassen (producten toevoegen/verwijderen) kan makkelijk tot het moment je pakbon is aangemaakt, daarna vervalt deze functionaliteit. Meer info vind je hier: Maar ik vermoed dat in jouw situatie de pakbon en dergelijke al aangemaakt is. Makkelijkste, maar minst goedkope oplossing is een module te gebruiken, voorbeeld zou deze kunnen zijn: https://addons.prestashop.com/nl/orderbeheer/18850-order-edit-change-and-modify-existing-order.html Andere optie zou zijn om de originele bestelling te annuleren en via de backoffice een nieuwe order aan te maken met het uiteindelijke gekozen product.
×
×
  • Create New...