Jump to content
thirty bees forum

Yabber

Trusted Members
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    11

Yabber last won the day on December 3

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

27

Reputation

2

Community Answers

  1. There is no need to do anything about it. If you enable “Smart cache for CSS”, these errors will disappear.
  2. Adapting the prestashop 1.6 theme to thirtybees with PHP 8.3 is a very simple job. For example, the original default-bootstrap template has only a few errors, including two critical errors in the “blockcart” module templates. On the other hand, the modules sold on prestashop addons are a different topic. It can be said that all modules sold there have some major or minor errors. And it doesn't matter the PHP version. And the Vietnamese and Indian modules sold together with the themes are the ones with millions of bugs 🙂
  3. Such an approach will result in a store with no integration with any external services, and the only payment method in the store will be only traditional bank transfer. Currently written PHP libraries most often require a minimum of PHP 8+, and no one writes software for such ancient PHP versions as 4, 5 or 7.
  4. The 'mailalerts' module passes the {message} variable to the template email 'new_order' sent to the store admin. Check in this email template if you have such a variable.
  5. 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.
  6. @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))}
  7. @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.
  8. 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.
  9. @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.
  10. 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?
  11. 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.
  12. And I don't see any blocking by google: https://search.google.com/test/rich-results/result?id=M20EMayXf6pc4Bni8FkF7A&hl=pl
  13. SwiftMailer is no longer supported and developed: https://github.com/swiftmailer/swiftmailer
  14. 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.
  15. It's not about email marketing modules but about mail transport module. Install and configure the "Mail via PHPmailer" module.
×
×
  • Create New...