Jump to content
thirty bees forum

musicmaster

Trusted Members
  • Posts

    692
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by musicmaster

  1. I have a product without an image. In the category view it looks like expected: the drawn camera. However, on the product page I get instead the Dutch flag. Does anyone have an idea where this could come from?
  2. musicmaster

    New Theme

    Can you share what kind of modifications are needed?
  3. Which file produces the error?
  4. Be careful upgrading Panda. Panda versions 14 and 15 are very different. They have different modules and there is even a hook on a different place. Their website says that you must run 15 with TB 1.1 but it is not clear to me why. 14 worked perfectly for me with 1.1 - with only a fix for the “Cannot use object of type carrier as array” problem caused by the Smarty upgrade. Also I didn't like their redesign of the checkout page in version 15. They have changed the page in a way that makes it easier to overlook the login link. And then existing customers try to create a new account. That results in an error message that they don't see as it is above the form outside the visible part of the page. So they conclude that the Save button doesn't work and your webshop is defect.
  5. Did you investigate whether the combination Easy Checkout-Stripe works on Prestashop 1.6?
  6. I use Stripe on the Prestools website, I regularly receive payments through it and I haven't received complaints. So maybe there is some instability in your shop outside TB and Stripe.
  7. Can you explain that? I don't understand what you mean.
  8. Paypal, Stripe and Mollie all work ok for me.
  9. You might consider submitting an error report in Github. Anyway, to help you a little further: The file where this is handled is /controllers/front/ParentOrderController.php The code handling it start with: if (Tools::isSubmit('submitReorder') && $idOrder = (int) Tools::getValue('id_order')) In the (older) version where I checked this it was at line 87.
  10. I ended up upgrading to 2.3.7 - that was recently released. This solved the problems.
  11. Thirty Bees already has more features than Prestashop. I don't see much urgency to add more at the moment. What I consider much more important is getting Prestashop users to switch over. I don't think the lack of features is stopping them. Rather it is a lack of templates and to a lesser extent modules. Sure, Thirty Bees offers support if you use templates and modules that aren't guaranteed by their makers to work with Thirty Bees. But that is a rather weak offer. It would be much better when they could point to a list of templates and modules that have been tested and found to work. In this light I would prefer to be reticent in adding new features. At this stage maintaining PS 1.6 compatibility is crucial and any addition is a risk factor for compatibility.
  12. "Class not found" often happens when some class file is missing or damaged. So the first thing to check is the file /classes/shop/shop.php.
  13. I don't get any problem updating the category title. Is Spanish your only language? Or is English also installed? Do you use multishop? Did you check the indexes of your _bees_blog_category_lang table?
  14. My standard next step in this kind of situations is to disable pretty urls. That makes it much easier what file is looked for and what is there. But there are other potential trouble spots such as the spaces in the filenames and the "2x". Spaces are allowed when the filename is within quotes and that is sometimes a problem.
  15. Thank you. I found a solution that works for me now.
  16. "We are sorry, we only allow ticket purchases from internet addresses inside the united states." I can 't see your site.
  17. I tried. After four answers that missed the point (my impression is that everything goes via Google Translate) I am about to give up.
  18. Does anyone know how to program the mobile hamburger menu button under the Panda template?
  19. I used to have such a thing with Prestashop 1.5. It probably was related to my template. Anyway, I got used to emptying the cache every time I changed the products on the front page. I haven't seen this problem with Thirty Bees.
  20. Are you sure these are all your console errors/warnings? It takes only one unrelated javascript problem and then jQuery isn't loaded and you get all these follow-up errors. With javascript errors you should always look at the oldest first. All the rest can be follow-up errors caused by the first one.
  21. When Jquery doesn't work it is usually because there was a javascript error before it was supposed to be loaded. So I am very curious how your javascript console looks.
  22. I can't recommend a specific module. But I can give you a few considerations: - you have three kinds of attributes. You have attributes that don't affect the stock, such a whether a piece of furniture is polished. You have attributes that have their own stock, such as hard disks when you sell computers. And you have attributes that define a unique type of product. It is the last type that Thirty Bees/Prestashop standard supports. - so when you buy a module you should check which of the other types it supports and whether that fits your situation. - if you want to make a do-it-yourself solution for attributes that don't affect stock you can consider using the customization field.
  23. First of all you should enable debug mode so that you can see which error is the real problem. You mention some errors in the log file, but it is unclear whether they are happening now when you refresh a page or happened somewhere in the past. https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Besides that I would suggest disabling all non-TB modules. (you can use Prestools for that). If decoding the error message indicates some problematic module you can also disable that by renaming it. It is a crude method but it will at least give you access to the backoffice.
  24. musicmaster

    Nginx

    It could be just some local prosecutor who took the initiative. And he may well have been bribed to do so. Most likely we will first see some judicial fights inside Russia - with a lot more people getting involved. If that goes against Nginx the next step will be international. But we still don't know what Rambler wants. Do they really plan to go after the end users or are they just hoping to get some money from Nginx Inc?
  25. Is it possible to duplicate orders? I thought there was an option. But I can't find it anywhere.
×
×
  • Create New...