Jump to content
thirty bees forum

Yabber

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    10

Yabber last won the day on October 26

Yabber had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Yabber's Achievements

Contributor

Contributor (5/14)

  • Reacting Well Rare
  • One Month Later
  • Collaborator Rare
  • First Post
  • Week One Done

Recent Badges

26

Reputation

2

Community Answers

  1. Yabber

    Export CSV?

    Looking at your store https://bountyhuntertoys.com/store/ it is clear to me that absolutely NOTHING in this store has been configured. Starting from such basics as enabling friendly URLs or anti-spam protection of the contact form. Also switching to a paid SaaS might be a good option, pay $300 a month, then at least the basic configuration will be done for you by shopify support. As for migration, exporting data from thirtybees to CSV will not help you at all. You need to be very knowledgeable about the database structure of both applications to properly map the data. Also, it is best to pay a few hundred dollars and have the migration done by a company that will do it properly. For example, Cart2Cart: https://www.shopping-cart-migration.com/provided-services/data-migration-service-packages And such a note that the migration does not transfer customer passwords, also all your customers will have to reactivate their accounts.
  2. @DRMasterChief In blockcart.tpl template, change: {assign var='free_ship' value=count($cart->getDeliveryAddressesWithoutCarriers(true, $errors))} to: {assign var='free_ship' value=count($cart->getDeliveryAddressesWithoutCarriers(true))}
  3. @the.rampage.rado The order of attribute combinations in the product configuration has no meaning. If I change the “Position” in the attribute values then the order on the store front changes identically.
  4. I checked on TB 1.6 and sorting attribute values in BO by “Position” also works correctly on the front end on the product page.
  5. @DRMasterChief The code you provided in the first post is about features, not attachments. And can't you use this futures functionality to present this additional product data? Instead of making some weird modifications to the attachments functionality.
  6. Is it possible that we configure a different server and SMTP account in the module than we have in the “Mail via PHPmailer” module and the module uses those settings to send its emails?
  7. Domain is let go by cloudflare, and cloudflare caches static resources for a long time. We should clean cloudflare's cache after changes to the site.
  8. And I don't see any blocking by google: https://search.google.com/test/rich-results/result?id=M20EMayXf6pc4Bni8FkF7A&hl=pl
  9. SwiftMailer is no longer supported and developed: https://github.com/swiftmailer/swiftmailer
  10. There are a lot of modules for prestashop with security vulnerabilities: https://security.friendsofpresta.org/ Before installing any module, you need to check it for security vulnerabilities.
  11. It's not about email marketing modules but about mail transport module. Install and configure the "Mail via PHPmailer" module.
  12. php7.4-xml is a package of several modules. This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. And what does phpinfo() say? Do you have the SimpleXML module loaded?
  13. This is not possible, it would require a very serious modification of the thirtybees engine. And it would cause serious problems in the operation of the store, because, for example, all electronic payment gateways require customer address data. Only bitcoin payments can be anonymous.
  14. Install Lua module to nginx, you will have nginx with htaccess support: https://github.com/e404/htaccess-for-nginx?tab=readme-ov-file
  15. @wakabayashi From my tests, it seems that for AVIF format, Imagick gets better compression, and for WEBP format, GD library has better compression. It might also be worth adding support for Imagick to ImageManager class?
×
×
  • Create New...