30knees
Gold member-
Posts
1,397 -
Joined
-
Last visited
-
Days Won
34
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by 30knees
-
Those are things I also need. We have them implemented outside of the TB core. BBD gets shown to the cutsomer like this and each order tracks the BBD the customer got. Tariff is with our fulfillment center.
-
I noticed that the email review requests have in all languages in English "Rate this product". It's part of the {products} in the HTML of the email. Under Localisation and Module Translations "Rate this product" is translated. Where else do I need to translate so "Rate this product" is in the proper language of the email?
-
https://eoliashop.com/phenixsuite/prestashop-new Also didn't know! Anybody ever attempt to find out why?
-
datakick took a look and the correct version is: {categories}/{id}/{rewrite}\n
-
Aspect ratio and size of product pictures have changed - true?
30knees replied to Dolfijn's question in Updating thirty bees
Nothing for TB but 1.6 is close enough that it works. :) -
One feature suggestion would be to be able to bulk select mails in the queue for processing, that is either delete or send now. Otherwise: All works well!
-
Translations from payment modules not showing up in Chex frontend checkout
30knees replied to 30knees's question in Technical help
Yep, after the Stripe update the translations are showing. Thank you!- 8 replies
-
- translations
- chex
-
(and 1 more)
Tagged with:
-
Translations from payment modules not showing up in Chex frontend checkout
30knees replied to 30knees's question in Technical help
Thanks, yes, I'm aware of that. I tried changing the syntax but that didn't help, either.- 8 replies
-
- translations
- chex
-
(and 1 more)
Tagged with:
-
Translations from payment modules not showing up in Chex frontend checkout
30knees replied to 30knees's question in Technical help
@datakick Do you have an idea?- 8 replies
-
- translations
- chex
-
(and 1 more)
Tagged with:
-
Translations from payment modules not showing up in Chex frontend checkout
30knees replied to 30knees's question in Technical help
Thanks, I checked but I don't have Stripe or Chex in the frontend translation section. But I also can't find bankwire module in the frontend!- 8 replies
-
- translations
- chex
-
(and 1 more)
Tagged with:
-
I go into themes/theme/modules/payment module and see eg in Stripe/translations that strings are translated. But they don't show up in the checkout. And if I copy the translation files to modules/stripe/translations I'm also not seeing the translations in the frontend. What am I doing wrong? I flushed the cache.
- 8 replies
-
- translations
- chex
-
(and 1 more)
Tagged with:
-
@beetea2The API version should be fine. I can't comment on the rest.
-
I'm talking to Stripe about this because P24 regularly fails with me. The support is asking for any details we can share. I wrote what you wrote but is there anything else, some error log or anything that could be shared, too?
-
Thanks. I'd have thought it would be a business need that would be filled. What third party software do you use (if any) for the ads? Yep, I'm using datakick's module. It's a good start, you're right. Apropo his module: Do you use it with Facebook? Because Facebook is telling me that shipping information is missing from the feed.
-
$result = Db::readOnly()->getArray( ' SELECT c.*, cl.* FROM `'._DB_PREFIX_.'category` c '.($useShopRestriction ? Shop::addSqlAssociation('category', 'c') : '').' LEFT JOIN `'._DB_PREFIX_.'category_lang` cl ON c.`id_category` = cl.`id_category`'.Shop::addSqlRestrictionOnLang('cl').' '.(isset($groups) && Group::isFeatureActive() ? 'LEFT JOIN `'._DB_PREFIX_.'category_group` cg ON c.`id_category` = cg.`id_category`' : '').' '.(isset($rootCategory) ? 'RIGHT JOIN `'._DB_PREFIX_.'category` c2 ON c2.`id_category` = '.(int) $rootCategory.' AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`' : '').' WHERE 1 '.$sqlFilter.' '.($idLang ? 'AND `id_lang` = '.(int) $idLang : '').' '.static::getActiveColumnCondition($active, $useShopRestriction).' '.(isset($groups) && Group::isFeatureActive() ? ' AND cg.`id_group` IN ('.implode(',', $groups).')' : '').' '.(!$idLang || (isset($groups) && Group::isFeatureActive()) ? ' GROUP BY c.`id_category`' : '').' '.($sqlSort != '' ? $sqlSort : ' ORDER BY c.`level_depth` ASC').' '.($sqlSort == '' && $useShopRestriction ? ', category_shop.`position` ASC' : '').' '.($sqlLimit != '' ? $sqlLimit : '') ); I can't help unfortunately but if you want to try what ChatGPT suggests until someone competent answers, use the code above. Maybe it'll work and we can also test 4o's debugging skills like this. :-)
-
Sorry for all the clarification requests but I do not see where to disable delivery delay. The input field for the delay will not accept 0 (it accepts -1).
-
@datakick in case you missed this one (because you kindly replied elsewhere in the meantime). :)
-
Thank you for this solution. I've not heard back regarding the webservice. But I changed the delay in Revws to 1 day each and added the dedicated mail queue with a delay of 15 days. There is no condition "order status" in mailqueue, so this would now just be based on the order + 1 day. Is this correct? I don't understand why this would work to fix the delay in Revws, though. Won't mailqueue module only take over once Revws wants to send? Because Revws will still keep the emails pending.
-
Thank you for checking. It could only be the fulfillment center's webservice. I will ask them. Is there any way to have the review request sent X days after a certain status is set?
-
Yes, it shows up in the order, together with the invoice.
-
@the.rampage.radoNo, they are being sent, so the cron is working. @datakick That's the thing, the status has shipped. Both shipped and delivered have these settings.
-
These are my settings: And yet I have an order that was marked shipped 08.04.2024 where the request is still pending to be sent to the customer. The status "shipped" gives me in the automation queue the information "Merchandise hasn't been delivered yet" even though the status for "Shipped" has a delivery checkmark. Only when I mark the order as "delivered" does Revws say "Waiting for order to be delivered" for the period specified as the "delivery delay" (I am assuming). Does Revws have its own status interpretations or what is the cause of the above? Also, is there any way to simply have the review request sent X days after a certain status is set?
-
Revws module - possibly missing product structured data
30knees replied to 30knees's question in Module help
Ok, thanks. Yes, Google should have permit some "no ratings yet" value. Will try to get customers to review. :) -
Google Search Console tool shows me this: Either "offers", "review", or "aggregateRating" should be specified Items with this issue are invalid. Invalid items are not eligible for Google Search's rich results Learn more: https://developers.google.com/search/docs/appearance/structured-data/product I use the Revws module: https://store.getdatakick.com/en/modules/revws @datakick Would you have an idea?