Jump to content
thirty bees forum

toplakd

Silver member
  • Posts

    755
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by toplakd

  1. If using other paypal module that has lower version than tb paypal, tb will always show notification to update. To avoid that notification, change other paypal module version to higher number.
  2. During migration modules are not upgraded. Change the version number of the module that you dont want to upgrade to higher number. Like to 99 or so.
  3. So if paypal claim is opened (for whatever reasons) this might lead to 100% lost case because it was not shipped to the address that is registered with paypal, if customer entered different address in shop.
  4. So does this mean that customer can order to different address compared to the address customer has in paypal?
  5. toplakd

    footer emails

    As it seems nobody translated that part for your language. Who does not want to provide a little advertisement for free software he is using, that one should modify and remove the parts on it's own ๐Ÿ™‚
  6. Don't know where this error comes from, but I do think it has to do something with hosting provider and server/mail configuration and has nothing to do with the contact form itself, as contact form is working flawlesly, no matter if phpmail, smpt, ssl or no ssl. During time I was on PS I have read a lot of people had such troubles when upgrading to different 1.6 versions. I have updated everytime when update was available and contact form has never been a trouble for my shop. And after migration to tb everything just works as before. No matter if tb theme or ps theme, phpmail or smtp mail. It just works.
  7. Duplicate function does work. If you use friendly names, check if the friendly name for duplicate was changed from original. As it seems you have now 2 products with same friendly url. When in product there is SEO tab, click on it and than click generate.
  8. It seems strange. As i never had problems with it. It finds the characters within product names or product description Tea has special characters in description text. Have you imported Czech Localization pack or just the language?
  9. All mentioned works 100%. Just tested the latest niara120.zip on totaly fresh TB 1.0.8
  10. As you have said in other topic, you have also PS shops installed on same servers and contact form works on them. And as you already have native TB instalation to test, you can try to copy contact-form.tpl from prestashop, and test it, and if it stil does not work you can also try to copy the /controllers/front/ContactController.php delete /cache/class_index.php after upload, and also in Dashboard/Advanced parameters/Performance check force compilation and disable cache. Attached are the files from 1.6.1.23 And even if it works after, as lesley said it could be server settings related as no matter where i install (have also 3 different hostings at current time) the contact form works out of the box. ContactController.php contact-form.tpl
  11. Tommat has fixed this in Niara yesterday, just didnt have time to upload the recent version.
  12. Try to use stock contact form template from community theme, to see if the issue is in template or somewhere else.
  13. What is mentioned above should realy be changed in the upcoming version. As many shop owners don't even realize that If shop default country contains states, and they have account creation with address, than customer (which comes from country that does not have states) can not register in their shop. This can be very easily verified. Fresh TB has default country USA, then enable one or more countries that does not have states. Than try to register new account with that country. No-go ๐Ÿ™‚
  14. It was just a thought as on second test with order reference his contact form went throught. But it was just coincidence, that first 1 got error, then entered order ref and it went through. As it always goes through when clicking second time on send. Fist time click gets red error, second click gets mail sent ๐Ÿ™‚ So some other issue. My mistake.
  15. I don't think this is the issue, as I do use varius non-domain emails on my test instances and such behaviour is not showing up. Email is always sent. Problem is likely in the template. As it could be that it has required tag on Order refference.
  16. It's happening only if Advanced EU compliance module is activated.
  17. Firefox, Opera and Chromium on linux desktop and Chrome on android. There is position:absolute and right:9000px on the checkboxes
  18. Terms of service on shipping step if standard 5step, or terms of service on payment step if advanced 5 step. Fresh tb with 1.1 niara.
  19. Just noticed one thing. Checkboxes for terms are out of sight and therefore not visible because of "right: 9000px;"
  20. For themes based on PS themes I've edited order-steps.tpl , read post above this one. Picture of 2nd step out of 3 on free Niara theme from community member Tommat (advanced checkout page enabled - AEUC module)
  21. Edited post. For PS based themes following order-steps.tpl can be used. Styling is edited and inline so it will not conflict any other styling in page, and can also be moved to global css. order-steps(ps-themes).tpl
  22. Little more detailed - how to mod your non community-default theme from 5 order-steps to 3 order-steps.: 1. You need order-address.js and OrderController.php from package in the mentioned directories. 2. change order-steps.tpl accordingly to be like the one in provided package. 3. add {include file="$tpl_dir./order-carrier.tpl"} to the bottom of order-address.tpl to include the carrier on address page (the .php. and .js files cover the needeed functions) 4. In order-address.tpl remove original order address buttons (back and proceed) as the ones from order-carrier.tpl will be used. 5. In order-carrier.tpl disable or delete {include file="$tpl_dir./order-steps.tpl"} to prevent showing additional order steps in the middle of the page. 6. In order-carrier.tpl search for step= and change the number to step=0 so the back button will bring you back to cart summary 7a. If classis payment checkout is used, open order-payment-classic.tpl, search for step= and change the number to step=1, so the back button will bring you back to address step. 7b. if Advanced EU checkout page is enabled, open order-payment-advanced.tpl, search for step= and change the number to step=1, so the back button will bring you back to address step. This is the most basic 5step to 3 step conversion. 1st step - cart summary page 2nd step - login-address-carrier page 3rd step - payment page
  23. Yes, this was added, so shopping cart on payment page does not allow changing quantity, and in same moment the sentence is used to hide the payment buttons payment step shopping cart, as shopping cart is moved to top in the payment step. So payment buttons in advanced-payment are under the payment/terms selection and have been added to advanced-payment. And no, I did not comment a lot on templates.
  24. Will write more when im home. Not all changes are needed if doing customization of own template, as current files support standard 5steps and advanced 5 steps with aeuc modules.
  25. Package is ready. Included are 3 zip files which need to be extracted. IMPORTANT: Do make backup first. Test it on backup shop, and if you like it apply it to live shop. It works with standard 5 step checkout on standard payment checkout or advance checkout page enabled (Advanced EU compliance) Tested on Thirty bees Community-theme-default and Free Niara template from community member Tommat For PS based themes uses order-steps.tpl that are attached separately. Description about it few posts below. Replace following files /themes/community-theme-default/ order-address.tpl (included order-carrier.tpl and disabled original bottom buttons, as the ones from carrier are used) order-carrier.tpl (hiding double order-steps) order-payment-advanced.tpl (changed back step number from 2 to 1, added advanced payment checkout buttons) order-payment-classic-tpl (changed back step number from 2 to 1) order-steps.tpl (changed 5 steps into 3) - for themes based on thirtybees default theme. shopping-cart.tpl (added stuff for payment step - addresses, hiding double order-steps, disabling quantity edit on payment page.) Replace following files /themes/community-theme-default/js/ order-address.js (included all lines from order-carrier.js + included a line to refresh carrier when selecting addresses with or without tax included marked with /* alza comment) Copy files to: /override/controller/front/ OrderController.php (created OrderControler.php override and moved carrier into address step) Ater all 3 steps are done, don't forget to delete following file to make sure override will start working: /cache/class_index.php 01-tpl-files.zip order-address.js.zip OrderController.php.zip order-steps(ps-themes).tpl
ร—
ร—
  • Create New...