Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    486
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by x97wehner

  1. 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.
  2. 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.)
  3. 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.
  4. 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.
  5. That's unfortunate. I really hampers the customer experience not seeing that customization they are ordering during checkout. Thank you for the response.
  6. @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?
  7. 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.
  8. I don't believe there is any custom sort method.
  9. 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:
  10. Thanks so much!
  11. 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 }
  12. 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.
  13. I have not noticed any issue recently. We use it heavily each day.
  14. 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.
  15. 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?
  16. 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.
  17. Also recommend this
  18. I do love how your search module works. Products and pages.
  19. Ditto.
  20. Didn't even know this existed. Looks like it's kept up to date though.
  21. The screenshot you shared has only ever happened to me when my SSL certificate expired on the URL. Perhaps verify on your host that yours is still good for that domain?
  22. You could do this in most digital marketing tools using a data attribute (Examples: Orders in last 7 days or people that bought product 'a' this month) to build that customer segment. Then send the email to them. Honestly, I do a ton of CRM and ERP work for a living and I've never had your request come up before that I can think of. Typically the goals is automation and it's assembled similar to how I explained.
  23. I totally missed this announcement originally. This is excellent!
  24. I've had this thought before as well. I've done all mine at the theme, but wish in retrospect that I had done the alternative.
  25. It should work if you use this instead: <br />
×
×
  • Create New...