Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,294
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by the.rampage.rado

  1. I took few days off.... 😉
  2. Do you have proposal how to fix this 'bug'? I believe it's architecture change that breaks compatibility with many things.
  3. Yes, now drop the spam 🙂
  4. I hope I have something to show in the recent days.
  5. Yes, by using it you don't have to change your csv format. But of course it skips the whole column and if you need some data from there it becomes a problem.
  6. I'm giving an example with Excel: In this case id 2 and 3 will override the price with 0 and not simply skip the import and leave whatever price there was. Empty cell = ;; You are missing one more separator; you are starting with ID, which is empty in the example and you should have it as ;1;test;;; If your example with only 1 row you can set up your import template to ignore those columns: But of course, this does not work in my example above as you won't import any price for 1, 4 and 5.
  7. Yes, I created a feature proposal. Will update you if I can work out something with Codex. We have to be careful which fields we allow this for. If the whole column is empty, you can simply not import it. You can keep it in the csv that generates it, but you can skip it in the import template. But of course, if the column is partially populated, this does not work, as the fields that have nothing between the separators will also be overwritten.
  8. I assume you have a csv column that is partially populated and you want to keep the data in your db for the rows you have no value in the csv? If so currently, no - you can't do this in the importer. If of course your whole column is empty you can simply not import it but I doubt this is your problem. Created a new issue to track this: https://github.com/thirtybees/thirtybees/issues/2120
  9. Yes, the idea is generally targeted to multistore installations so we can achieve better coherence with FO branding and not use style-neutral templates. But it can also be useful for merchants using various modules from separate developers to track, detect, and unify them in one style. For example, currently my revws emails are quite different from my core ones. Yes, you can do that when using one shop by changing the module email template, but you have to keep a map of the modules that have emails and track this on every module update. Using the module, you will create a module email template override and use it instead of the standard one. Can you give some screenshots of the empty templates you use? The inspiration for this module came from one long forgotten one my theme developer supplied, but it is no longer packed with the theme, I even failed to find it in old backups of the template so no logic is shared at all.
  10. Hi forum, I'm 'working' on a small module that swaps the default email templates with new custom ones that can be configured in BO - for v1 - only colors and email logo, more additions later. It also detects missing email templates during sending, so the merchant can later add them. The idea is to have granular per-shop control over the styling and the theme used. We would have the opportunity to have multiple themes and use them simultaneously for different shops. What current templates do you use? Are you stuck (as I am) to the default ones, or have you created/adapted the code to follow your FO design more closely? Can you add screenshots?
  11. @vir - Because I have some ideas, can you help me with your workflow? How do you plan to proceed with those requests? What you envision is your optimal workflow in BO? Where are you located and what are your local requirements for delivery refunds in such cases?
  12. I have this issue also but i haven't noticed it until now, i simply forgot we are sending the images too.
  13. So now you have domain.com/admin/index.php and domain.com/index.php - and this is working but with domain.com/ and domain.com/admin/ it is not working? Then you do not have mod_rewrite active on the server, and you can't use 'pretty URLs' or Friendly URL as it's known in BO.
  14. You should always have index.php in every folder. This is not a fix. Something is breaking the installer. Did you have a running install on this setup before?
  15. What do you mean by 'installed to a brand new database'? If you run the installer, it should always be in new db. Sounds like the installer choked somewhere and did not complete the install. Did you use Softaculus or a clean download from the site? Did you try the other option?
  16. Click on the x and then on the last entry on the new page that shows. This will mute the banner for 1 month.
  17. Let's keep the discussion polite.
  18. I also have probably under 0.5% cancelations/returns. That's why I don't know (or care) about the exact numbers. How do you envision the validation before the customer/guest clicks on the 'withdraw contract' button? Guest tracking is only for guest orders - if you try to check your customer order, there is a message that shows that guides you to log in to your profile and proceed with tracking there. Withdrawal period could be easily configured from the day 'Delivered' status is set for the order. Let's say your T&C state 30 days returns - you set 30 days and after that the button is automatically hidden. If you have partial deliveries, mark the order Delivered after you have delivered the last item in it. The first ones will have a longer period, but I doubt any business will go bankrupt because of that option. And altogether this button is valid for the whole order, not for part of it, so the customer could choose to receive/keep or cancel/return all items.
  19. I continue to think that your tesis of 'available everywhere' is not needed. The document clearly states - 'make the process not harder than ordering'. For registered customers: They have to register an account -> checkout If they want to make a withdrawal -> log in to your account -> find the order in order history -> click on two buttons -> the process (manual or automatic) is triggered. For guests: they can order with just entering their data (including email) -> checkout If they want to make a withdrawal -> use Guest tracking controller -> enter the order number and email (same level of validation as when ordering) -> use a button on this page with the same effect as if a registered customer. Just expose your Guest tracking controller with link in the footer for all guests and this aspect should sufice. If you just make a new controller and put it in the footer, you will still have to have some sort of validation - you can put only the order reference field there, but I think this would not imrpove the process.
  20. I our local PS FB group, we had a lady merchant who was selling custom wedding lapel pins and other stuff. Her combinations per product were around 30k I think (5-6 dropdowns with many choices per dropdown). Of course, the system would fold... 😄
  21. Currently, there is nothing better in thirty bees. Soon there will be packs with combinations feature. You will be able to create packs where customers will be able to select colors, etc. But you hit another snag - sizing will have to be arranged manually with the merchant as currently there is no option to select 5xS, 5xM, 5xL in a 15x pack. How many colors, sizes do you have? I have products with 11 colors and 10 sizes. If you combine personalization in the attributes, you're doing it wrong.
  22. For sure, I'm not the first to come up with this idea, and precisely because of what nickz said (code quality) I will never release any of those as a paid module. Saying that, if anybody wants to further develop/maintain some of those modules or a later version is worthy of becoming a thirty bees free community module, I'm more than happy to assist.
  23. NOT A MAINTAINER, JUST SPAM MODERATOR HERE. Yesterday I started testing it. After two PRs in code I have used 50% of my session quota. No matter how better is than GPT if I can use it only when they want I will not use it. (I'm on the first paid plan, that have 'normal' usage quotas)
×
×
  • Create New...