-
Posts
93 -
Joined
-
Last visited
Contact Methods
Profile Information
-
Location
Belgium
-
First Name
Sam
-
Last Name
Verdyck
Recent Profile Visitors
532 profile views
samverdyck's Achievements
-
Contact form Spammed by mail.ru addresses
samverdyck replied to goldbond's topic in Configuring and using PrestaShop
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. -
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?
-
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)
-
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.
-
Uitbreiden van Tabs
samverdyck replied to Erik's topic in PrestaShop Download: installatie, bijwerken en configureren
Wie zijn naar jouw ervaring de betere ontwikkelaars? Moet regelmatig ook een thema kiezen, er zitten er inderdaad soms wat mindere bij ook... -
Uitbreiden van Tabs
samverdyck replied to Erik's topic in PrestaShop Download: installatie, bijwerken en configureren
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 -
Change "from" address in mailalert mail
samverdyck replied to samverdyck's topic in Configuring and using PrestaShop
Clear answer, thanks! Figured it out further with the help of this post: -
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 );
-
I'm also looking for a solution to add the client's address to the reply-to field. Did you manage it?
-
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.
-
Exporteren producten
samverdyck replied to flyarrow's topic in PrestaShop Download: installatie, bijwerken en configureren
Exporteren van je producten naar een csv met alle mogelijke parameters kan via deze gratis module: -
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.