Jump to content
thirty bees forum

Wartin

Members
  • Posts

    347
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Wartin

  1. As Slick_303 said you can use the inspect tool to know exactly what to change. In this case, I had to do the same, make those spaces smaller. I changed this file: ./themes/niara/css/modules/blocktopmenu/css/superfish-modified.css check around line 169: .sf-menu > li > ul
  2. Sure you shouldn't :) it's a really good idea to have a clone shop with a different database just to try changes and not play with the real one. It's not difficult to do.
  3. Hello. I never used multiple addresses, I ask for one, and some customers create another one later in checkout. Did you see .tpl files? Have you tried the original files, not 3-step checkout? It doesn't show the second address neither?
  4. Once I thought it would be nice to have a Telegram group. Sometimes you just have some quick question.
  5. I don't have the underscore after featurename_ here works with category#/feat_ID-feat_Name-feature_value
  6. Hello. And welcome :) I'm not sure if you can disable the whole column from one place, but from Modules you can go to every module it shows there and click Configure -> Disable in mobiles. For example search Block best sellers: In order to have 4 columns in category product listing you should edit /themes/niara/product-list.tpl. You will find this: {if !empty($products)} {if $page_name == 'index' || $page_name == 'product'} {$product_block_size_class = 'col-xs-6 col-sm-4 col-md-3'} {else} {$product_block_size_class = 'col-xs-6 col-sm-6 col-md-4'} {/if} Just change col-md-4 to col-md-3 and that's it.
  7. If you have access to a bash linux console to write commands you can look for that string using this command: grep -Hr "personal data you" standing in your shop's root folder. That will fetch for that long string and will find out which .tpl file prints it.
  8. I'm not sure what do you mean. There is a .tpl for the registration page, you can change font sizes.
  9. Hello, and welcome ;) Can you log in the Backoffice? the address is your URL/admin<and some random characters> There you can go to Preferences -> SEO & URLs Check that domain's name is ok. You can try regenerating .htaccess down there.
  10. If you edit .htaccess the URL are correct? Maybe browser cache is remembering old setting? https is enabled in backoffice?
  11. Hello. Did you delete your old .htaccess and recreate it from backoffice? Check your database, there is a table named "tb_shop_url" (I had to finish the url with a /)
  12. I have the same question. I set a 'Pick up at store' shipping option. As it is free, the cart shows the less expensive carrier and display 'free shipping' to everyone, except in the last step where you can choose the right shipping option. It would be nice to exclude pick up at store from real shipping calculations, as you really don't ship anything to anywhere :)
  13. Or you can use Matomo and not give away your client's data to Google. Matomo module works great. I already had matomo installed and it started logging all the actions.
  14. en realidad comenté esa línea con #, es lo mismo borrar la línea. Saludos!
  15. Yes... it looks like that is happening... Here when something does not work as expected we try upgrading to the last version, 1.1.x, as it has a lot a bug fixes (it's called bleeding edge but it is the stable one). I use combinations and discounts, but my combinations do not add extra price, so I couldn't tell you if it will work... Good luck!
  16. Hello, welcome. I never used a negative price for a combination. Maybe you could set the base price without cup and than add 1p for the cup combination?
  17. Here it works perfect, in Niara. The product column becomes a little narrow now, but it's cool.
  18. But in the excel screenshot the name is empty. Yes, sometimes you need to clear the cache. It is in Advanced parameters -> Performance. (there is a search bar in the top-left, if you cannot find it search for 'cache').
  19. As Haylau said, maybe the problem is that '@'. Try filling the column with what is before the '@'. Or just with 'Doe', just to try. Always make backup of your databases :)
  20. I thank you for fast response I turned off the footer but the store address is still there. I want it there but need to change the phone #? Try in Preferences -> Contacts (or shop contacts)
  21. What part exactly you want to change? Footer is a place where several modules can 'hook' things. For example, if you go to Modules -> Block CMS you can disable some links or modules -> Block my account footer From modules -> Modules position you can see what is hooked to the footer, and then chase the right place to change.
  22. As seen in the picture, the date format is not correct. Instead of 4/2/1987 it should read 1987/02/04 (that is what yyyy-mm-dd means) Good luck!
  23. See if the input where the customer writes it's email address has an space as a value before writing.
  24. Did you try it? I like the override because it's real simple, you can add some strings and voilà, no more SPAM. The module seems to has much more functions than a simple override, I don't know if the free version is usable, I suppose they want to sell it... Anyway, thanks for the post!
×
×
  • Create New...