Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    495
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by x97wehner

  1. I did something a little different, but similar within the warehouse theme. It's not perfect, but works pretty well still. It's a construct of CSS and JS primarily on the radios. It was with @wakabayashi's help. You can see the result here https://twighockeycompany.com/hockey-sticks/senior-sticks/rogue-c-hockey-stick-senior document.querySelector('#buy_block').addEventListener("click", function(event) { updateLabelsSelectedClass(); }); updateLabelsSelectedClass(); function updateLabelsSelectedClass() { var attributes_options = document.querySelectorAll('#attributes input'); if (attributes_options) { attributes_options.forEach(function (element) { var label = element.closest('li').querySelector('label'); if (label) { (element.checked) ? label.classList.add('labelSelected') : label.classList.remove('labelSelected'); } }) } }
  2. Hi, Every free shipping customer facing module I've ever seen only shows the free shipping amount target in the shop's default currency or that value currency converted. What we really seek is the ability to show a specific free shipping target amount in the currency the customer is using. We have one shop, it is not multi-store. I can make the backend work correctly already for providing free shipping, but the front office customer display does not work this way. What I mean is this: Free shipping at are store is order amounts of EUR € 100, USD $ 100, and CAD $ 150. As you can calculate, these are not even currency conversion calculations so using the default currency conversion doesn't work. We have the back end setup to handle this correctly for orders. But I want to show the customer how close they are to this amount on the front end. Have a module that just converts our default currency for this, doesn't work since they are static amounts and conversion amounts aren't applicable. Has anyone seen a module that can handle this display type well?
  3. This ended up being a TB bug in BE that @datakick resolved quickly. Thanks again for the fast resolution.
  4. I was able to validate that this is only happening on bleeding edge. I flipped it back to 1.5 stable and it works perfectly. Update to the latest bleeding edge, and I get the same issue. There is nothing being logged in the tb /log directory or on the collectlogs module. This has only been an issue since I updated to bleeding edge about two weeks ago and remains an issue with the latest update. It appears to be a bug in the latest tb updates. Any idea what could be causing it @datakick?
  5. And this is the snippet of code driving the error message: <?php /** * Smart Popup (Newsletter Popup) * * @author Rolige <www.rolige.com> * @copyright Since 2011 Rolige - All Rights Reserved * @license Proprietary and confidential */ require_once dirname(__FILE__) . '/../../../config/config.inc.php'; require_once dirname(__FILE__) . '/../../../init.php'; require_once dirname(__FILE__) . '/../rg_smartpopup.php'; $module = new Rg_SmartPopup(); if ($module->active && $module->public_key == Tools::getValue('public_key')) { $json = Tools::file_get_contents('php://input'); $data = json_decode($json, true); if (!$data || !isset($data['rgsp_id']) || !isset($data['rgsp_token'])) { RgSpTools::log('Subscription: Data error', $data); die(json_encode([ 'result' => RgSpSubscriber::RESPONSE_ERROR, 'msg' => $module->l('An unexpected error occurred, please try again later.', 'subscription'), ])); }
  6. We use pop up module by Rolige, https://addons.prestashop.com/en/promotions-gifts/41771-smart-popup-newsletter-popup.html. It has worked great for years, but with the latest bleeding edge update, we now get the below error. I checked with the developer and he, as I expected, will only provide minimal support since this is not actually prestashop. He did advise that this issue is usually caused by a permissions issue. His actual words "file permissions, be sure that all your files are accesible, normally 0755 for directories and 0644 for files." My question is likely for @datakick, but is there something related to newsletter subscriptions that would have changed in the latest bleeding edge versions and would have caused this issue? If so, ho would I resolve it? I appreciate the help.
  7. Twig Hockey Company https://twighockeycompany.com
  8. You'll either have to adopt a weight-based shipping price model or a dollar based price model. You can set the price for each weight tier or dollar tier according to where a second bag would fit into it.
  9. Personally, I manage my ads independently with each media tool. They all have different ad needs and campaign structures and I'm relatively familiar with them so I just do it myself and bounce around. Hubspot is the tool I'm most familiar with, but it's generally priced for larger businesses (Which I am not.)
  10. I don't believe you'll find it's that easy. The whole digital ad space changes so often that it takes a third-party software to help you build and manage the ads in the format you are inquiring about. You can use the @datakick module to get your product feeds flowing into all those services and that will give you a nice head start. From there you can either utilize each service to build your ads independently, or you can utilize a third party software that allows you to do the same in a more uniform format.
  11. If they give you the incorrect shipping address, there is not much to do except have them pay the difference, or cancel and refund and let them reorder correctly.
  12. That's unfortunate. I really hampers the customer experience not seeing that customization they are ordering during checkout. Thank you for the response.
  13. @datakick, making sure you see as I expect you can advise the quickest. Is there a way to get that customized product data to show in chex below the product in cart, similar to what it is doing above?
  14. Hello, @datakick or @haylau or anyone else, I've become aware that the chex module does not appear to show customized product data in the cart as nearly all other great carts do. Is there an easy way to do this? I'm referring to the screenshot of giftcard information below from the regular tb One page checkout.
  15. I don't believe there is any custom sort method.
  16. One more question for you @datakick. I've updated to PHP 8.3 now and all is functioning correctly. When I review error logs though, I have many deprecation warnings around controllers::$admin_webpath making dynamic properties. Is there an easy fix to resolve those? Here is an example of just one:
  17. Thanks so much!
  18. Hi, I have a module with a php 8 error that I just can't figure out how to resolve. I'm sure it's very easy, but I'm struggling. Anyone know how to resolve? @datakick? This is the error: This is the code snippet causing issue: public function __get($name) { if ($name === 'module') { return $this->module = Module::getInstanceByName('rg_smartpopup'); } if ($name === 'popup') { if (!(int) $this->id_popup) { throw new PrestaShopException('The property `id_popup` is required.'); } return $this->popup = new RgSpPopup((int) $this->id_popup, (int) $this->id_lang); } return parent::__get($name); // Ensure compatibility with ObjectModelCore }
  19. Hi, I'm finally getting back to this now that the busy season is gone. I've debugged much but still running into some glaring errors I can't figure out. Could you share your working version with me? Or if you know what you did, that would be great as well.
  20. I have not noticed any issue recently. We use it heavily each day.
  21. I'd like to move off of our old prestahero simple blog module and into the Bees Blog module. Is there a way to easily move this content? Your help is appreciated.
  22. Well, you can't get an official Warehouse theme anymore, so that's probably off the table. I find it the best, however, due to it's easy configurability of many options. I don't know the ins and outs of software licensing, but at what point could someone create a TB theme that is basically an updated copy of it since the dev has verbalized they will not ever do it and it's been multiple years now since their last update?
  23. I just tried one that supposedly would work, and of course, it hadn't been updated in two years and doesn't. Does anyone use a UPS real-time rate api module to show customers rates at checkout? Trying to do this because of the large swing in shipping costs between geographic regions within certain countries.
×
×
  • Create New...