Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,397
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by 30knees

  1. It's not just Germany :) They only have the most publicity. The Norwegian authorities had this on their radar in 2012 (?). But super that it'll go onto the roadmap. Thanks!
  2. It's best practice in the EU in order to be compliant with data protection law. It'll only get stricter with the GDPR. Would you be able to implement a tickbox to activate/deactivate the function? Here's some information I quickly found on the legal status: https://www.iubenda.com/blog/privacy-policy-google-analytics-germany/
  3. I have the same problem. It's not just when you resend the email, but when you create the order in the backend and send out the initial email from the backend.
  4. I entered carrier percentage values of 120 in the dashboard statistics field for carrier percentage values: AVERAGE SHIPPING FEES PER SHIPPING METHOD. I got an invalid error message. I think it always expects a value of <100; at least that's what it looks like from the example instructions: Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field.
  5. @daokakao So basically setting up tb to not use something like Elastic email but go through the email provider of your choice?
  6. I don't know, but you could try translating here and then importing from there: https://crowdin.com/project/thirty-bees/et
  7. I agree - some customers have told me information is missing in their emails, eg bank details. It would be great to get the exact same email the customer gets, even if it's just looking at the email under Advanced Parameters>E-mail.
  8. Hi, Is Anonymize IP setting activated in the thirty bees module? https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#anonymizeIp I think a little option box on/off would be a nice feature.
  9. @dynambee Take a look here: https://forum.thirtybees.com/topic/1078/how-to-mark-a-thread-as-solved I agree it is a bug.
  10. What do you mean exactly?
  11. Hi, I'd like to import customer reviews from my old shop into the new shop. I didn't import the old customer accounts, so I can't map the reviews to existing customer IDs. What would be the best way to import the customer reviews? Can I assign each review to a new unique customer ID without any associated information such as email address, physical address, etc., but with their name/initials? If so, how do I do this without messing up the customer ID table that already exists in the new shop? And how can I mark the new unique customer IDs as guest accounts? Thanks!
  12. I would argue that if the prohibited transaction was done via the Envato platform, it should be on Envato to not have either any developers or end-customers who are located in restricted countries. Any user of the platform should trust in Envato doing their duty and that all users are vetted and can transact with each other.
  13. @wakabayashi Bug or is there something I need to consider when activating ASM regarding existing stock? I activated ASM. I set a default warehouse. I went to a product and activated ASM there. When I did that the product's stock quantities suddenly changed from 47, 2, 7 (different attributes) to -21, 0, 0, if I remember correctly.
  14. @traumflug Thank you! I'll add the code right away. The customer still hasn't replied.
  15. Cool! I'll mark as solved (and need to post for that - I can't select dekker's post)
  16. Nope. I only have enabled: Website Payments Standard
  17. Hi, I have a PayPal order that is marked as paid in the shop but online in my PayPal account it's marked as pending. Is there a setting somewhere that I overlooked or might this be a bug?
  18. Waiting for the reply. :-) If it's not the plus, I'm wondering whether she used the letter oh instead of a zero. Thanks for the explanation of the *!
  19. A customer wrote today saying they couldn't order because their phone number was being rejected as invalid. I followed the instruction here https://www.prestashop.com/forums/topic/393876-how-disable-phone-number-format-check/ and did this: Find in classes/Validate.php public static function isPhoneNumber($number) { return preg_match('/^[+0-9. ()-]*$/', $number); } and change to: public static function isPhoneNumber($number) { return true; } I'm wondering what the customer might have entered that gave the error. Do I read the original code properly that it demands a plus? If so, it might be a good idea to change that. I'm sure this affects lots of customers.
  20. This is smart. Did you find a fix in the meantime?
  21. @jamesblond008 Awesome! So I can only mark my own posts as the correct one.
  22. I don't think I have that. Neither primary post nor any other post. See screenshots. I used to have it, but something changed. I thought it was the forum software. But maybe it's my account?
  23. I don't think so. The state was filled out initially when "state" was active. And it didn't work when state was active and the state was still there from the first attempt. I had to re-save the address after turning off "state" to get the state dropped from the address.
  24. I solved the problem, and I think this is a bug. "State required" was activated. When I turned it off, I tried checking out, but that didn't work. Then I thought of going back into the address and saving the address again without the "state" field. That worked. But why would having the state activated cause this problem?
  25. The product can allow all carriers and the country is enabled. If I move the country to another carrier I get the same message.
×
×
  • Create New...