Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,428
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by 30knees

  1. @mdekker said in New General Data Protection Regulation 2018-05-25: An unsubscribe option by email (w/o account) is more important. From the Dutch GDPR regulator's website (www.autoriteitpersoonsgegevens.nl): Correct - unsubscribe is super important. The unsubscribe link should also be in every newsletter sent, etc.
  2. @datakick said in Question: GDPR for module developers: I have two modules that I believe could be affected - revws module that collects product reviews, and price alert that notifies your customer when prices drops below some threshold. Both these modules collect personal information, specifically email addresses. But you don't get any personal data, only the shop owner does, right? This should be covered in the privacy notice towards the customer. What you want to make sure is covered is: - Export of the data supplied, eg in a CSV - Data deletion - Data correction The PS guidelines say you need a consent tick box. That is incorrect. Consent need not be indicated by a tick box. If the customer submits a review it's clear that they consent to that processing.
  3. @lesley said in New General Data Protection Regulation 2018-05-25: I personally do not think a contact form needs a consent. A user knows what they are doing when they trigger that form. They know emails are stored. Quite right, no tick box needed. Two possible legal bases here: 1) Consent, which is indicated by contacting you. 2) In order to take steps at the request of the customer prior to entering into a contract. A lot of people think consent is something the GDPR requires. That's a huge misunderstanding. It's one of a couple of legal bases for any processing.
  4. One solution for 'services' like social sharing, send to friend, etc, if technically possible, would be to drop the cookie only when the service is requested. I think there's a good argument then that no consent is required.
  5. Nope, haven't found any solution yet. :(
  6. Thank you for this. module. You could edit the title so it's clear right away what the module does.
  7. Thank you! :) I get the following: ``` ThirtyBeesException Class 'Stripe\Customer' not found at line 119 in file modules/stripe/vendor/stripe/stripe-php/lib/Util/Util.php php 114. if (isset($resp['object']) && is_string($resp['object']) && isset($types[$resp['object']])) { 115. $class = $types[$resp['object']]; 116. } else { 117. $class = 'Stripe\\StripeObject'; 118. } 119. => return $class::constructFrom($resp, $opts); 120. } else { 121. return $resp; 122. } 123. } 124. /** - ThirtyBeesStripe\Stripe\Util\Util::convertToStripeObject - [line 135 - modules/stripe/vendor/stripe/stripe-php/lib/ApiResource.php] - [2 Arguments] php 130. protected static function _create($params = null, $options = null) 131. { 132. self::_validateParams($params); 133. $url = static::classUrl(); 134. list($response, $opts) = static::_staticRequest('post', $url, $params, $options); 135. => $obj = \ThirtyBeesStripe\Stripe\Util\Util::convertToStripeObject($response->json, $opts); 136. $obj->setLastResponse($response); 137. return $obj; 138. } 139. /** 140. * @param string $id The ID of the API resource to update. and more, but it looks like the above is the relevant part.
  8. I'm getting a 500 server error message at the "Card verified, redirecting" stage. I've copied the error code, which looks like def5020***. If it's safe to do so, I can post it here. I'm using the latest Stripe API and the logs in the Stripe account don't show anything. The customer is captured, but the payment isn't. Any idea how to troubleshoot?
  9. Take a look at the @datakick module. It's very capable!
  10. I was looking for something similar, see https://forum.thirtybees.com/topic/806/using-packs-and-combinations-a-possibility-or-is-there-another-solution I don't think it's possible. :(
  11. @manisch I've had that, too, but with a different shop software. Because of that, I think it's often the customer. I've not been running tb long enough to have it happen with tb yet.
  12. @geo86 You can have different categories of attributes. You could call one global and the next product-specific. Then you can mix and match the global ones with the product-specific ones. Would that work for you?
  13. @wakabayashi I just noticed that while the hack fixes the problem on the order creation page, it pushes it further down the line for the first order attempt. Now the error pops up on the next page after clicking "Create the order". But, when I tried a second time, like you wrote above, the order went through. Might there be another spot where some code needs to be edited?
  14. @wakabayashi I turned off multistore but get the same error message. Your hack works perfectly, though! Thank you!
  15. @wakabayashi I'm using 1.0.3. I'll test turning off multistore and also your hack and write again. Thanks! :)
  16. @wakabayashi Thanks for confirming! Multistore is active, but I only have one store. I've tried to create the order multiple times and it still doesn't work. I've also cleared out any unordered carts, etc.
  17. It's really nice!
  18. With certain customers, and I haven't been able to figure out which, I'm unable to place a manual back office order. I get this error message when I select any product: An order has already been placed with this cart. This product cannot be added to the cart. Does anyone have an idea how to troubleshoot the issue?
  19. @kryotic said in Floating/Fixed Top Bar: Thanks for suggesting the Sunnytoo themes, they definitely do it. It's a bit too early to invest in TB though. Will be checking out Woo and PS 1.7. I was in your shoes a while back. If you're testing and comparing, I'd recommend focusing on non-theme elements, on functionality, etc., unless you're looking at how easy it is to edit the theme yourself. Each of those alternatives can be made to look similar.
  20. Nice module! @zimmer-media You wrote: "The same applies to products with variants in which the possibly higher purchase price is not available etc" That means the wholesale price of variants isn't used, is that correct? At least it doesn't look like it's being used in my shop.
  21. I canceled an order and the stock was replenished. I had to undo the cancel, though, by moving the status back to waiting for payment. I noticed the stock was not diminished after "uncanceling" it.
  22. Yes, it's quite strange. But my support expired and they weren't able to help while it existed, so I see no sense in extending it. @datakick I'd love your module. I bet it would work as perfectly as all your other modules do. :-)
  23. In the module backend under the tab "tools" the "queue" fills up with stuck SKUs. When that happens, the stock doesn't sync for anything anymore. I have to manually delete the queue then edit each and every stock entry so that it syncs again with Amazon. I've had lots of exchanges with their support. The support person I was assigned to asks the same questions again and again and forgets they already asked the same question further up in the thread.
  24. Picking up on this as I'm really unhappy with the @Common-Services module. It's so buggy when it comes to syncing the stock. Has anyone tried any of the other Amazon marketplace modules?
  25. My friend checked and the CCC worked like a charm. Thank you all for replying!
×
×
  • Create New...