Jump to content
thirty bees forum

zimmer-media

Trusted Members
  • Posts

    486
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by zimmer-media

  1. @mdekker hi michael i have test it now with different adresses - order with german adress, france adress, philippine adress and a russia adress paypal-payment works, but test order with us-adress paypal-payment dont work see my last image error for 11 hours - im very confused :confused:
  2. @mdekker where i can find the api logs - its new for me paypal has works for me before i the last paypal-update install
  3. Is there already a solution to this problem? I have not had any orders with Paypal for over 4 weeks ....
  4. @yaniv14 Thanks for the answer. In the old PS-Shop I never tried that. I have a list of over 9000 products from a supplier. For the articles, one or more suitable products with the article number are listed in some columns. I have always taken only items I selected. Now I consider creating a separate shop for this complete range of jewelery. First of all, I assume that I have to do the data import 2 times so that the articles appear at all only once in the shop and then additionally an import with appropriate products. An assignment with the article number would be the easiest in this case. Otherwise I would have to look for a suitable formula, so that the article numbers get the right product id.
  5. I would like to import into a new shop products with accessories via CSV. Unfortunately, I can not find any information on what data I need to enter into the column for "Accessories (x, y, z ...)". Is the entry of the item number of the respective products sufficient? The Url of the products is not generated until the import. Thanks for help.
  6. @mockob yes, but i dont know more on wich store - i have more, and in one i cant expand/collapse etc the category-list with tb-admin-template - i changed to another admin-template for example prune, flex or fruit and it works without problems
  7. i changed the tb-admin theme to another and its works
  8. free https://www.prestashop.com/forums/topic/185401-free-script-prestools-suite-mass-edit-order-edit-and-much-more/
  9. @ajensen27 I had the same problem in a shop. I deleted the cookies and then ran it without problems.
  10. @hubbobubbo ah - ok i am not a programmer, but have you tryed the previous tbupdater 1.2.2. - udate to tb 1.0.2. then to 1.0.3?
  11. @hubbobubbo If I understand correctly from the first comment, was an attempt to use tbupdater in a Prestashop installation. Of course, this does not work.....
  12. @hubbobubbo look here and try this please https://forum.thirtybees.com/topic/488/community-theme-update/61
  13. @mdekker perfect - thank you
  14. A must have for my shops. A customer has a question about his order and only gives the invoice number. First look for the customer, then look in his orders what he means. Search and check. Better and faster search in the order list for the invoice number. Either integrated as an override or as a basiscode. override/controllers/admin/ -> create new file "AdminOrdersController.php" ``` <?php class AdminOrdersController extends AdminOrdersControllerCore { public function __construct() { parent::__construct(); $this->fields_list['invoice_number'] = array( 'title' => $this->l('invoice'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); } } ```
  15. @alwayspaws hi stephanie - if you have a refund or a partial refund -> open this order if you need click on the button partial refund then scroll down - quantity and price and shipping fees - then you can use "Re-stock products" and/or "Generate a voucher" after click on partial refund -> credit slip-pdf
  16. Is there already a solution for the problem and if so, which file can I find it?
  17. @Occam @lesley i disabled now many moduls. if i disabled the loyalty modul and if i change now the product weight than works the basic price und volume discounts changed correct. is it a bug/issue on loyalty modul ???
  18. I'm totally confused right now. I am still looking for the problems in my shop. Now I have under performance "Disable non thirty bees modules" yes. Does someone have an idea? prodct page __ After migrating from PS to TB I updated the PS modules from TB modul ist for front office __
  19. @Occam If it were conceivable that one or more files were not installed correctly during migration from PS to TB. If so, how do I find the best without all files individually to search or replace.
  20. @Occam i have only set a title tag "shipping" for tht shipping link, otherwise no further changes to the AEUC
  21. @Occam I found out today that the other problem I wrote yesterday as a bug is the same phenomenon. Only when I refresh the page, I get the correct information. I do not use other module for weight only TB with AEUC https://forum.thirtybees.com/topic/666/volume-discounts-with-combinations-false-price-fo-aeuc
  22. @marci123 no that isnt the problem - cache is off
  23. If I change the Varition in the FO with a product, the display of the base price disappears. However, when I update the page via F5, the base price appears.
×
×
  • Create New...