I’m trying to sent out addtional emails after a customer has placed an order. These additional emails will be sent from configurable email adressess and templates. It is part of a custom payment module. So far I have created my custom module and all logic is working as expected, but […]
Daily Archives: September 25, 2023
If there is a way to set product attribute weight depending on it’s value? F.e. we have 2 attributes to search: name(weight=10) and description(weight=1) So in search results we’ll have first results with search query in name and then other results with query in description. The actual result we want […]
Why is it that when I execute a non-interactive command using the following syntax: docker exec -t flexsite /bin/bash -c "echo ${PATH}" it displays the path from my host operating system? However, when I log in interactively using: docker exec -it flexsite /bin/bash and then execute echo $PATH on the […]
I want to disable a cash on delivery payment method on the checkout for specific products I followed the code in this question Disable Payment Method at Checkout in Magento 2 Based on Product Attribute I modified the payment name in this file Vendor/DisableCOD/Observer/DisablePaymentMethods.php to cashondelivery <?php namespace VendorDisableCODObserver; use […]
Imported customer accounts the other day, with the notifications mentioning it was successful but so far, no new accounts have shown in the all customers section. Need to know what I missed For the record, the csv file I used had these types of data. Modified it the other day […]
I would like to assign a class label(new column value)for each row of an excell spreadsheet based on the value in 1 column. 64 entries have been classified manually and I would like to automate the remainder of the rows based on the previous entries.
I am running MacBook Pro 2020 macOS 12.6.8 This is not mine but business laptop. I don’t have admin privileges and I’m standard user. I am connecting to business network using VPN (Cisco Anyconnect) VPN lasts 24 hours ( for security reason) hence every morning I have to re-connect. I […]
This question is about “bat”, the “cat” replacement with sysntax coloring, not about Windows .bat files. According to the README on bat’s GitHub page as well as the man page, I should run bat cache --build when I want to add a new syntax definition. But when I do so, […]
I need some serious help guys. I am fairly new to postfix but have spent countless hours researching about my question. Let me cut to the chase… I would appreciate your responses entirely and please do your best to explain the steps in dummy language. Rationale: I want ALL bounce […]