

30knees
Gold member-
Posts
1,428 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by 30knees
-
I think reviews are very important. https://www.getdatakick.com/extras/revws-product-reviews/ is a great module that helps gather reviews.
-
ASM is the (buggy) Advanced Stock Management feature: https://www.templatemonster.com/help/prestashop-1-6-x-how-to-manage-advanced-stock.html I think you could also use https://www.getdatakick.com to gather the information. It's a great module with lots of capabilities.
-
PayPal order missing, even though paid and with shop order number
30knees replied to 30knees's question in Technical help
Unfortunately, I'm not sure how to check whether the Mollie module uses the rest api. But I did find that someone reported a similar issue: https://github.com/mollie/PrestaShop/issues/107 About the bit with the order number: I triple checked. The PayPal order number references a different customer's order. -
PayPal order missing, even though paid and with shop order number
30knees posted a question in Technical help
A customer wrote today asking about her order with the number XYZ. She said she paid by PayPal but didn't get any order confirmation from us. I checked and couldn't find an order in her name. She then forwarded me the PayPal confirmation email. It references an order in our shop that belongs to another customer. I can see the PayPal transaction in PayPal, but not in our shop. How is it possible that an order was successfully placed but without it registering in the shop? Is there a way I can figure out whether stock was deducted? We're using Mollie 3.3.5 to process PayPal orders. -
I've not personally needed to use Cloudways support lately, but I've read that recently it's not as good as it was. Also, they stopped offering thirtybees as a one-click installation. You could also look at going directly with DigitalOcean or a similar provider.
-
I use the opt-out version. Quite a few people opt-out, but some don't and some of them leave reviews. 🙂
-
Looks correct to me: https://github.com/thirtybees/thirtybees/blob/1.0.x/classes/order/Order.php public function getTotalWeight() { $result = Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue( (new DbQuery()) ->select('SUM(`product_weight` * `product_quantity`)') ->from('order_detail') ->where('`id_order` = '.(int) $this->id) ); return (float) $result; }
-
I have an order consisting of 10 x 1kg of Product A, so the total weight should be 10kg, but in the order class it's given as 100kg. I noticed this because the DHL shipping module I used wanted to calculate with 100g instead of with 10kg. I contacted the module developer and they checked and said it's a bug in thirty bees, because the order class says 100kg and that's where the module takes the weight from. How can I help find where the issue is? Note: It was only one order out of many, so if it's a tricky issue it might not be worthwhile digging too deep to find where the bug is.
-
Eine Rückmeldung, dass das Modul funktioniert und wir grundsätzlich damit zufrieden sind. Es hat einige Bugs, aber hoffentlich werden die gröbsten im Laufe der Zeit behoben. Leider ist der Support von Shoprunners nicht sehr zügig. Seit dem 6.2. warte ich, trotz zwischenzeitlicher Nachfrage, auf eine Bestätigung von ein paar Bugs. Darunter ist auch ein Bug, der eine Zustellung verhindert, weil manche Adressfelder nicht übernommen werden. Es ist leider auch nicht das erste Mal, dass ich Wochen auf eine bloße Bestätigung einer Email warte.
-
I can highly recommend the premium version. We've noticed how many more people are now leaving a review thanks to the auto-login functionality.
-
What I do is write something along the lines of: - I saw you started an order. For technical reasons, your data was saved. I would like to inform you that we are deleting it for data protection reasons with X hours. If you experienced any technical difficulties and do not want us to delete the data, please let us know.
-
A problem that I have is that customers are marked as having an abandoned cart even if they don't. Often it is because they visit the page again after having already placed an order (though without adding anything to their cart).
-
That's bad news. I'm talking to Mollie support at the moment. I'll ask whether they're blocking tb now. Did they tell you they're blocking tb? I'm running the PS 3.3.5. version and don't have any problems beyond the (still unsolved) one with some orders being cancelled after ca. 25 days. Mollie is still looking into the problem:
-
And I see you've also added the functionality that customers don't have to manually log in to submit a review when clicking on a review request email. Nice! I've noticed that customers click on the link but don't actually submit a review. I think it's because they don't want to write actual text. Would it be feasible and a good idea to already capture the star rating and save that as a review/rating in case they jump off when they click on the stars and are then taken to the text part of the review? Even though I let customers rate without submitting text, they still have to enter the title and click submit review.
-
We sell products with expiration / best before dates. How do you manage this? We'll have 10 on stock with EXP 11/19 and then get a new deliver of 15 with EXP 05/20 and we ship using FIFO. It would be great to be able to track this and have EXP date reminders, eg by email. I got this module https://addons.prestashop.com/en/stock-supplier-management/16828-traceability-management-dlc-bbd.html ages ago, but it's horrible and doesn't work.
-
I'm still getting orders cancelled despite the setting being set. After some questions, Mollie also stated they only need that setting for Klarna, which I do not use. Their support often doesn't seem to be very thorough or attentive to details, though always quite friendly and they reply within 24h. Mollie is still looking into it.
-
Nice! In addition to excluding the theme, as lesley said, all the things datakick mentioned further above should be excluded, too.
-
Die Statuse sind richtig gesetzt. Ich verwende die Mollie-Funktion nicht (siehe Screenshot). Womöglich interpretiert das Mollie dahingehend, dass nicht versendet wurde? Und nach X Tagen bedeutet das, dass die Sendung storniert wurde? Bei PayPal wurde aber nichts erstattet. Weiß jemand, wie das mit den "Versandinformationen" von Mollie funktioniert? Sendet Mollie eigene Emails mit Trackinglinks? @wakabayashi Zur Zeit eine andere Zeitzone als MEZ. 🙂
-
@wakabayashi I had some problems with the original PS version, so they gave me a beta to test. But it's interesting that @Pedalman has similar problems in that Mollie doesn't recognize if an order has been shipped and then cancels the order. I'll pass on this information to Mollie and report back what they discover.