Search the Community
Showing results for tags 'gift wrapping'.
-
Hi everyone, I just activated the gift wrapping option in Prestashop's back office for Christmas (I have an e-shop in French), and I realise the "I WOULD LIKE MY ORDER TO BE GIFT WRAPPED" text is in English-only, even if all the rest of the website is in French. I saw on the following topic where to find this text to be translated: It's in International > Translation > Theme Translation and there I'm supposed to find it inside Shop > Theme > Checkout. However, there is no such text to be found. Even using the search bar, it doesn't return any result matching the beginning of this text Can it be found somewhere else? Or is it trickier than I thought? For info, I'm on Prestashop 1.7.1.2. Thank you for your help.
-
PayPal express checkout and pay with credit card methods have a strange issue with gift wrapping costs The store has 4 currencies, all the values in the cart are getting converted correctly except the gift wrapping price. Did anyone encounter this issue? PayPal didn't set the "covertPrice" method's parameter convert to true. public function formatPrice($price) { $context = Context::getContext(); $context_currency = $context->currency; $paypal = Module::getInstanceByName('paypal'); if ($paypal->needConvert()) { $price = Tools::convertPrice($price, $context_currency, false); } $price = number_format($price, Paypal::getDecimal(), ".", ''); return $price; } If I change it to true, that converts the currency value to selected currency, I get error code 0 the last step of checkout.
- 1 reply
-
- paypal
- gift wrapping
-
(and 1 more)
Tagged with:
-
Hello, I just need help hiding (not showing) Gift wrapping when the price is (Free). I need to have that option enabled to offer customers an option to include a personal message with the order but as we are unable to gift wrap, I need to hide all occurrences (checkout, order confirmation, email, invoice) of Gift wrapping Free. I believe that this option should be standard but it is not. Can someone kind enough to help?
-
Hi @all, we are currently using your Prestashop module "Advanced EU Compiance" (v2.0.2) in almost all our Prestashop projects (version 1.6.1.1 - 1.6.1.9). So far it was working fine, but unfortunately when we enable the gift wrapping option in "Preferences->Orders", we are experiencing the problem that the gift wrapping costs are not being taken into account in the calculation of the final price of an order in step 5. It seems that the gift wrapping option is not being set within step 4 in the shopping cart after hitting the "Proceed to checkout" button. ==> Therefore step five does not recognize the wrapping option and does not calculate the wrapping costs accordingly. When I go to back to step 4 from here the checkbox for gift wrapping is not activated. I have not found any solution on the Internet yet and also did not find any source where someone experienced the same problem, but we have tried this on different prestashop instances and it seems it is a problem with the advancedeucompliance module itself, since the gift wrapping option works fine when we disable advancedeucompliance. This is a basic prestashop implementation v1.6.1.9 with the advancedeucompliance module installed and gift wrapping option enabled where the error appears: http://toys.thomax-media.de/en/ Do you have any idea what the problem might be and do you know a fix for this issue? Do you also experience this kind of problem with your latest version of advancedeucompliance (v2.0.2) or did we miss anything on the modules setup or configuration? Thank you very much in advance for your feedback. With best regards from Osnabrück
- 3 replies
-
- advancedeucompliance
- gift wrapping
-
(and 4 more)
Tagged with:
-
Hello Community, Begging your pardon in advance for my ignorance, I am a NOO-OO-OOB, totally lost.. I have read all the threads in this forum pertaining to Gift Wrapping and still no luck. Has anyone ever tried to require the Gift Wrapping Option in Prestashop 1.6? My store at www.promatespost.com does not offer gift wrapping. Even so, I would like to enable the Gift Wrapping option, modify the translations and use it for something else. However, for my purpose, I need to make the Gift Wrapping checkbox - in the shipping step of checkout, mandatory or required in order to continue the checkout process, exactly like terms of service. Any thoughts or direction will be greatly appreciated?
-
Hi. This is my very first post on this forum. Yay! I am wondering whether it would be a big job to implement the gift wrapping option in a slightly different manner. I have raised my question already in here: http://www.inmotionhosting.com/support/edu/prestashop-15/gift-wrapping/gift-wrap-opttion but I was adviced to go to this forum directly. So here I am. The thing is, I am running a decoupage on-line store using PrestaShop (currently v. 1.6.0.6) and I am offering an extra service of gift wrapping. I need to be able to offer gift wrapping at an item level rather than the order level. If someone orders 10 items, I am charging, let' say, €3 for wrapping a single item. The customer may want to wrap, let's say, 8 items out of the 10 ordered, in which case I would charge them €3 x 8 = €24 for the wrapping itself. This does not seem to be possible using the standard gift wrapping option of the current version of PS. With the current version, if customer selects gift wrapping, €3 will be added to the total price of the order which is not an option in my case. As a temporary measure I simply created an extra category (called "Gift Wrapping") with just one entry in it (called, surprise, "Gift Wrapping", priced €3) but I have a feeling that this could be done in a better way. Any hints? Advices? Piotr.
-
Bonjour a tous, Lors d'un remboursement ( partiel ou non ) le montant des produits est remboursé ainsi que les frais de port, mais pas l'emballage cadeau ? Est ce un bug ? L'avoir généré lorsque l'on effectue un remboursement est complet excepté l'emballage cadeau ... Comment y remédier sur le BO ainsi que sur le PDF généré pour l'avoir. Merci pour votre aide ( je suis en prod c'est urgent ). ( presta 1.5.4.1 )
- 5 replies
-
- Emballage cadeau
- emballage
-
(and 1 more)
Tagged with:
-
Prestashop 1.5.2 Paypal 3.5.5 (same with previous versions) Activating the option for gift-wrapping, when you make a payment via Paypal, instead of going to the Paypal page where you put the account to pay, it goes to a blank page with this url: mydomain.com/modules/paypal/express_checkout/payment.php Disabling gift wrapping, payment via Paypal works correctly. Any idea?
-
Hi, I currently use prestashop for our online plants business. Basicaly we sell plants by mail order over the internet. This works fine and I am so please with prestashop. My questions is i am going to make a new site which specialises in gift wrapped plant hopefully up and running ready for Christmas. Now I know i can add gift wrapping as a service along with a message but is there a way you can have it so they can choose a gift card to go with there gift and maybe the option to add other gifts to the order during checkout such as plant food or a box of chocolates etc. Any idea if this is possible how how to go about it. Thanks in advance.