Jump to content
thirty bees forum

yaniv14

Trusted Members
  • Posts

    620
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by yaniv14

  1. https://github.com/thirtybees/paypal/commit/781f3ad363df3d1c4968c32d4a73cf9b9bca25d7
  2. I believe you are mistaken. if I remember correctly even the original uploaded image is being recreated. So you will never really have the original uploaded file. only a modified lowered quality image.
  3. Try using ImageMagick module by Thirtybees, it should work better than build in php gd. p.s. you need to make sure that imagemagick is installed on your server.
  4. You can add it to header.tpl or footer.tpl depends if you want it before closing head or body tags. in case your script has curly braces "{ ... }" like the async one you posted, than you should wrap it inside literal tag. e.g.: {literal} your script {/literal} Good luck. p.s. I believe that @SLiCK_303 suggestion would work as well, but I never tested that feature so I can't tell.
  5. If you are on Apache try to regenerate htaccess. probably saving again in seo & url page will do the job. otherwise you probably has some cache on your computer.
  6. try: {if $smarty.get.id_cms_category} {if in_array($smarty.get.id_cms_category, array(2))} {$content|escape:nofilter} {/if} {/if}
  7. It is normal tb/ps behavior because orders are tied to carrier_id and if you change carrier info (like tracking link) and want to look at old order than you can get the carrier info from that time. I really ate this behavior because I believe that the only thing matters in orders are the shipping price and this part already being saved in the order table.
  8. I dont know how the core updater code will work when doing those updates. But in general you shouldn't have any issue doing those changes in the DB. No data will be damaged or lost if the process will finished as it should.
  9. If you are on a shared host and using Apache webserver, try to disable mod_security.
  10. yaniv14

    Welcome Email

    You should look inside the social login module folder for a "mails" folder.
  11. I guess in your sample something like this will work: https://www3.royalmail.com/track-your-item#/tracking-results/@ @toplakd I am not sure about that. if I remember correctly the code is based on string replace from carrier->url. which mean that nothing will print if no carrier->url set
  12. In order for it to work you need to setup the tracking url in the carrier settings.
  13. On older version of TB there was a bug on module translations.
  14. Try to look for a pattern related to the price of the products that fails. Maybe price with decimal or not. Maybe price that with added tax comes to floating numbers. Its hard to tell without examining the module, but I guess this error comes from the payment gateway api and not from the module code.
  15. yaniv14

    address update

    Each column is a different module. Information = Block CMS My account = Block my account footer Store info = Block contact infos
  16. yaniv14

    Checkout Test

    So basically your original problem was not related to nochex module but was a problem with Knowbands Super checkout module? Now that you disabled supercheckout module both your payment modules works fine?
  17. yaniv14

    Checkout Test

    If Paypal module throw the same error than I guess the error caused by the supercheckout module. Try to disable the module and revert back to standard TB checkout
  18. yaniv14

    Checkout Test

    can you post the content of this file: modules/nochex/nochex.php
  19. yaniv14

    Checkout Test

    I just went to your site and I am getting error 500 when going to checkout. please check your php error log or check this attached log. exception_2020428292.txt
  20. Care to give access to your back end so I can take a look?
  21. can you put "9999" in "Will be applied when the weight is < " and also mark "All" and put "0" in the amount column, which will mark all continents and add "0" amount to them. and than save and see if it works
  22. send a screenshot of section #2 "Shipping locations & costs"
  23. can you send a screenshot of how you setup your carrier price range?
  24. Go to modules -> payment. and check all restrictions and payment methods.
  25. Look under preferences -> general and/or localization->currency
×
×
  • Create New...