Jump to content
thirty bees forum

piet

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by piet

  1. No need to copy, you can also use the multistore feature. You'll find the option in preferences/general.
  2. @lesley said in Ebay and ThirtyBees inventory: There are ebay modules like this one, https://store.thirtybees.com/shop-modules/administration/thirtybees-ebay-intergration-prestabay?search_query=ebay&results=3 that should sync the inventory. @lesley I just took a look at the module in the Thirtybees you've linked. The first thing I noticed is the compatibility of the module, it stops at version 1.03. If I wanted to buy this module I stepped away because of this. Maybe you should ask the developers whenever a new TB version is released the adapt the compatibility of the modules in the TB store.
  3. Hi, To show the status messages in the correct order you can add a number before the status like "1. Awaiting Payment, 2. Preparation, etc." That's the way I solved this. For the not used statusses I added NA in front to mark them as not applicable.
  4. @steve said in Restrict access to product per customer: My website will be B2B, I want some manufacturers not be able to see some brands (every category is a brand in the shop) that they don’t work for. Whenever a customer is not logged in the products will be seen by the customer unless you show only products to logged in customers only. So I think creating a new group will not cover the needs you have.
  5. Thanks. Now I see it's a module in the Transformer theme.
  6. In PS 1.6 there is a tab related products in the product screen. I don't see this tab in TB. Where is the posibility to relate products to each other? Is it gone or am I looking on the wrong place? Best regards, Piet
  7. Hi Patrick, In advanced settings/email you can find the email sent to the customer. You also can see which template was used for the email. In translations you are able to see the content of the template. Best regards, Piet
  8. piet

    Create new account

    Did you have a look in the Preferences/ countries? for each country you can change your default requirements.
  9. @datakick Modified your code and it works like it should. Thanks for your fast reply and the solution. @lesley This is exactly an example why people should switch to Thirty Bees :) Me happy!
  10. @datakick Thanks for you fast reaction. Below the code. /* ------------------------------------------------------------- / / /* FRONT OFFICE RELATED STUFF /* /* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */ /* PREPARE FOR HOOK /* ------------------------------------------------------------- */ private function _prepHook($params) { $this->context->smarty->assignGlobal('PRESTAPASSIONSMARTCODES_ENABLE', Configuration::get('PRESTAPASSIONSMARTCODES_ENABLE')); // Register prestapassionProcessSmartCodes smarty plugin $lazyRegister = SmartyLazyRegister::getInstance(); $lazyRegister->register(array('prestapassionSmartCodesProcessor', 'prestapassionProcessSmartCodes')); $this->context->smarty->registerPlugin('function', 'prestapassionProcessSmartCodes', array($lazyRegister, 'prestapassionProcessSmartCodes')); } /* ------------------------------------------------------------- */ /* HOOK (displayFooterSocialLinks) /* ------------------------------------------------------------- */ public function hookDisplayHeader($params) { $this->_prepHook($params); } }
  11. Hi, I just tried to install a theme and got an error. Swtching on the debug mode gives following information. Same theme is working on 1.06 version. What is wrong? Warning: Declaration of Link::getImageLink($name, $ids, $type = NULL, $rollover = NULL) should be compatible with LinkCore::getImageLink($name, $ids, $type = NULL, $format = 'jpg', $highDpi = false) in /home/xxxxx/domains/xxx/public_html/shop/override/classes/Link.php on line 0 [ThirtyBeesException] Too few arguments to function SmartyLazyRegister::register(), 1 passed in /home/xxx/domains/xxx/public_html/shop/modules/prestapassionsmartcodes/prestapassionsmartcodes.php on line 258 and exactly 3 expected at line 237 in file config/smarty.config.inc.php /** Register a function or method to be dynamically called later @param string|array $params function name or array(object name, method name) */ public function register($name, $type, $callable) { $this->registry[$name] = [ 'callable' => $callable, 'type' => $type ];
  12. @traumflug said in products with multiple features: Say hello to thirty bees! Here we actually solve misalignments and bugs. Great answer :) It seems ps users are looking for answers on the TB forum
  13. @idnovate said in [idnovate] price increment reduction by group category and more: If you are interested in, you can purchase the module from here: https://addons.prestashop.com/en/promotions-gifts/7422-price-increment-reduction-by-group-category-and-more.html and we will send to you the last version fixed and we will offer the support if it's necessary. Also, all our modules are compatible with ThirtyBees, here is the link of the complete list: https://addons.prestashop.com/109_idnovate Don't hesitate in contact with us from Addons if you have any problem with any of them. Regards, David Maybe it's a better idea to add all the compatible modules to the Thirtybees store then the revenue will flow in the right pocket :)
  14. Did you upload the right zip file?
  15. @testtb4store You've made your point, no need to endlessly repeat your comment. If it doesn't work don't use the full page cache, the bug is reported so it will be fixed when it will be fixed. Thanks for testing and reporting.
  16. @testtb4store there is a lot of negative vibes in your posts, I wonder why is that?
  17. @spidawebs We use the 5 step but one step is also not giving troubles
  18. @spidawebs I just checked our installation and we don't have this issue. We have 1.04 installed, we ran 1.03 before and never had this issue. Maybe this occurs in combination with a module you've installed.
  19. Indeed not right and against all regulations. Have you tried to order with the newsletter registration enabled?
  20. piet

    Specific prices edit

    @traumflug Thanks. I thought maybe it was possible to make it editable with a little change but appearantly it's not that simple.
  21. Hi, We need to edit our specific prices for a new webshop. I can only delete the specific prices and add a new one. Is there a simple way to make specific prices editable> Best regards, Piet
  22. @mediacom87 https://github.com/thirtybees/psonesixmigrator/releases/tag/1.0.0
  23. @daokakao Thanks, but this is not the one I was talking about. But when answering your comment I found it :)
×
×
  • Create New...