Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,275
  • Joined

  • Last visited

  • Days Won

    121

Posts posted by the.rampage.rado

  1. 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.

  2. 2 hours ago, DRMasterChief said:

    ...useful to find malicious files on the server if they are placed, let's say in img where they are extremely hard to find manually...

    This is a very nice idea and a real business case  🙂  Maybe we can see more about this in future. 

    And regarding growing up, I'd like to say: my bank knows if there are too many zeros and it doesn't fit on the bank statement; they'll let me know  🤪🤑

    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.

    • Thanks 1
  3. 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)

  4. OK, let stick to topic here and I will split it later tonight.\

     

    EDIT - better late than ever... 

    Let's discuss community modules and core additions made with AI here. Vibe coders - unite!

    My entries:

    • antifraud module - sits in BO Orders and displays account info (number of orders, account age), device info (ip, location (based on external database), device, osint tools (sometimes it's usefull to check the customer email, phone in google if some order smells fishy - if they are present - most probably the order is OK). Also - 'soft ban' function - If I want to ban some customers and not fulfill their orders I can ban the account, the module tries to search for similar later registrations and notify me if it detects similar fingerprints. Also global account note - if I want to say something for later orders in this account it can be saved here.
      image.thumb.png.c0d8a893417da5c92a86e610c03f5519.png
    • control center - offers a dragNdrop dashboard for merchants that want to see the high-level information - order by status, order profit by period, other KPIs, template export/import, etc My vision is when I 'become big' I will have this in my office on an LCD on the wall and only drink my Caipirinhas while looking at the numbers.... 🙂
      image.thumb.png.7eecdb916fa10e7e09789f284c8c1a76.png
    • dual currency display for our EUR adoption - similar to Croatia we have to display prices in both currencies for a period - in FO and emails, not a complete solution but works.
    • Dynamic llms.txt per shop - set up a dynamic llms.txt file per shop in multistore
    • IndexNow Integration - update search providers that support it.
    • thirty bees File Integrity - most recent and still unfinished - goes through each file on the root and tracks edits, deletions, or new files. Using SQLlite it gives a quick note on what is changed on the server in all folders - useful to find malicious files on the server if they are placed, let's say in img where they are extremely hard to find manually
    • Dynamic Robots - serves a dynamic robots.txt file in a multistore environment. 


      And of course many attempts on core changes - visible in github.
    • Like 1
  5. 6 hours ago, Yabber said:

    Canceling an order is not the same as returning an order - they are two completely different processes.

    A customer who has no information about their order is not a customer.
    Can you log into your bank account without any login information?
    You can't make this feature so that hackers from all over the world can cancel all orders in our store.

    This is my own module running on the displayOrderDetail hook - it is visible in standard customer and guest orders. The screenshot shows a simple configuration of the module.
    Of course, for orders that have the status “Order shipped” or “Delivered,” there can be no question of canceling the order. For such orders, the customer should make a standard return after receiving the shipment.

    Screenshot_20260222_054320.png

    I like your approach for the guest customers. But here is what I think this law makes the waters very murky - I don't think it specifies certan cases of which statuses should be excluded from this option. I think it applies to all orders (probably even non considering download/digital products) - i believe it just upgrades the standard RMA and has to stay on top of it.

    So if you're using RMA, this button simply triggers the proces so you don't force your customers to manuall fill forms, send emails, etc.

    The moment where the customer would like to return (cancel/withdrawal) only part of the order is easily achievable by a table with all order products on the confirmation page and preselected checkboxes next to them. If they want to cancel the whole order, they simply have to click confirm. If they want only part of it - make the appropriate selection. But of course, this after that has to be wired to the current RMA process. How hard would it be - I don't know because I currently don't use it.

    IMHO the button should not be in the footer - it has to be in the profile of registered customers or as Yabber said in their guest tracking so there is at least some level of authentication. If the customer made a registration it is just as simple to cancel their order in their profile and this is the purpose of the law - 'order with one button' and 'cancel with one button'. Same with guest customers.

  6. Hi @DRMasterChief,

    Can you describe what you want to achieve?

    I reviewed few online articles and the information I get is:

    • we need to have a withdrawal button next to each order for the specified withdrawal period (by law or if extended by our policies)
    • we should lead the customer to another page where they can confirm the request of withdrawal
    • we should send them email with the details of the withdrawal request

    I think the best implementation would be in BO:

    • In Preferences->Orders - a value in days to specify the withdrawal period and a switch to display or hide the withdrawal button in FO-> order history

    In FO:

    • In My Account-> Order history right after the current buttons we place new column with the withdrawal button, after that we take the customer to a confirmation page and after confirmation we send out a withdrawal confirmation email.
      image.thumb.png.10c7cbd33cdb8b3ea679c19422a46b45.png

     

    After the request is recieved it gets little bit messy. Probably we will have to track those requests in separate BO controller and process them there. Or we simply receive a message with the order ID and we apply appropriate actions depending on it's current status (we contact the customer to return the products, cancel the order if not shipped, refund money, etc.). But then what happens with their personal data? Should we also obfuscate it as part of the process?

     

    Sources:

  7. The man is VERY busy.

    Unfortunatelly when the project relies on small number of people delays can happen, message chains could be forgotten, etc.

    Highly doubt you will even speak to a human with Shopify... 😉

  8. There is no sync script already baked in the platform.

    You would have to go and manually change those. 

    In general if certain product has no option to change certain parameter - use features. If it can be changed - use attributes. Later in Layered Navigation module you can apply filtering both by features and attributes if you need.

  9. 13 hours ago, DRMasterChief said:

    Good for customers? Time will tell.

    In any case, a lot would have to change. The current model is no longer suitable for e-commerce today (from the retailers' perspective).

    Good for the previous owner - they squeezed whatever they can and sold a shell...

    • Like 1
  10. Is it possible for this module to emit the following items:

    - current year - would be wonderful if we can activate the module in the footer of our theme or CMS page

    - shop name - if we have multistore and our CMS pages are the same, but we only want to switch the shop names

    - shop URL - same

    - contact email - point to our shop email in Shop Contacts, again useful in CMS pages

    I know that the module currently does not support CMS pages but for future release,s I think it could be interesting proposal.

  11. 17 minutes ago, cienislaw said:

    Let's hope that there still will be someone to be surprised - my client is moving to WooCommerce.

    What is the reason for this switch?

  12. 54 minutes ago, wakabayashi said:

    What does this mean?

    Unfortunately I didn't find time to participate a lot on github recently. Hopefully I can change it in 2026. I have so much open Todos 😑 But AI is helping to get faster at solving stuff with code. 😊

    The team is working on a surprise. When they are ready, it will be revealed. 🙂

    • Like 1
  13. 36 minutes ago, DRMasterChief said:

    Was any solution found for this? Or what triggered it?

    I'm experiencing a situation where, after updating to version 1.6, the thumbnails in the category previews are populated with the camera icon when there's no actual image.

    Previously, nothing was displayed there at all, just a blank white space.

    I have the .htaccess files from versions 1.5.1 and 1.6 for comparison, but of course, I'm stuck.

    Did you follow the guide from page 1? All entities set correctly? Here is an example from Warehouse:

    image.thumb.png.749d63462ae5ee95577e9326cc03edfd.png

    Have you regenerated all thumbnails with the new settings down the page:
    image.thumb.png.0e8a5fda3b7dcb21acbc5e4e52e7017e.png

    Did you regenerate your htaccess and does it include the images as:
    ....
    RewriteRule ^categories/([0-9]+)(\-[_a-zA-Z0-9\s-]*)?/.+?([2-4]x)?\.(avif|gif|jpeg|jpg|png|webp)$ %{ENV:REWRITEBASE}img/c/$1$2$3.$4 [L]
    ....
    RewriteRule ^products/([0-9])([0-9])(\-[_a-zA-Z0-9\s-]*)?/.+?([2-4]x)?\.(avif|gif|jpeg|jpg|png|webp)$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.$5 [L] and so on...

×
×
  • Create New...