πŸ‡¬πŸ‡§United Kingdom @Rob-PS

Account created on 13 June 2021, about 3 years ago
#

Recent comments

πŸ‡¬πŸ‡§United Kingdom Rob-PS

Thanks for the response, apologies for "hyjacking" the issue.

Is there still work done on the 'negate' issue not working in the condition interface or temporary delayed?
I tried several ways using "Order contains specific product variations" with the OR option to see if that works. I need this and what ever I try nothing works, in all cases the negate is ignored.

In the interface I have something set which should NOT be applied when there is an item in the condition interface like 1 Product variation, this to create an exception.

Thanks!

πŸ‡¬πŸ‡§United Kingdom Rob-PS

Imagines there are 500 shirt products with the same discount. Only 2 have a different offer.
You don't to create 498 variation entries, and then new promotions for the other two.

I tested creating a promo with order group x "discount all" then give 2 poducts of that group a different discount. That does not work, the result is always all get discounted.

Proposal:

Add the option to add AND / OR between the offers to create a combined offer like this.

OFFER 1 --- discount all products
OR if
OFFER 2 --- discount this separate (of that product group in OFFER 1)
OR if
OFFER 3 --- discount this separate (of that product group in OFFER 1)
-----------------------------------------
Create AND/OR and drag to position

-------standard condition block -------------
conditions with AND / OR options
all conditions must pass or only one <--- this seems to apply only to the condition area.
-----------------------------------------

Would be helpful if also the offers groups can be dragged to reorder.

πŸ‡¬πŸ‡§United Kingdom Rob-PS

Would it be possible to use an attribute to select on?
Then negating things is not always needed (still has to be solved for case like "not dollar currency".

------- the 'plus' select block --------------
attribute = "free product"
-----------------------------------------
Hence if a product attribute is set to "Charged" then the product is not free.

πŸ‡¬πŸ‡§United Kingdom Rob-PS

I have tried option using OR to test if the negate is picking up

customer buys 1
set to product
product A (the cart product(s) )

custiomer gets 1
set to product
product B (the cart add-on product(s) )
add on is set to "100% off" so is Free.

------- I use in the 'plus' select block --------
product variation = "product X within A" --> Negate
(There is nothing here to place "OR")
-----------------------------------------
The result should be "not a free add-on". But the result is a free add-on.

------- I use in the 'plus' select block --------
product variation = "product Z within A"
-----------------------------------------
The result is "not a free add-on", which is correct.

So negate fails.

πŸ‡¬πŸ‡§United Kingdom Rob-PS

I discovered that the following steps resolves the issue that it does not pick up the order confirmation twig (in my case in my own theme).
After adding the module and running drush updatedb:
clear cache
- enable the setting "Commerce order Warning: Experimental, may change Disabled Order type settings"
clear cache
- disable Commerce order Warning: Experimental, may change Enabled & imported Order type settings
clear cache
the final setting must be "the setting "Commerce order Warning: Experimental, may change Disabled Order type settings"

πŸ‡¬πŸ‡§United Kingdom Rob-PS

"It definitely is not using the existing twig template (in my project) like it did in 1.2."
I found the same problem in a test, even after clearing the cache.

The first entry in the received email is an comment box to add a new comment.
I see the order log history in the top in the outgoing email.
If I create a dummy order as admin I see in the email result on the last lines two buttons "validate or cancel the order".
Customers do not see these buttons. The IP address of teh one placing an order is also visible in the email.

I had to revert back to 1.2. The order confirmation twig file is definitly not used.

πŸ‡¬πŸ‡§United Kingdom Rob-PS

Same here.
Currently I only see the quantity and product-variation-title on the email (via commerce-shipment-confirmation.html.twig) like this sample.
1x Milaan

In my case I need the product title and the SKU. In some cases the product-variation-title can be the same. Then I'm unable to distinguous the products in case part shipments take have to place, and the customer has no clear notice.

The email should show ideally give this overview format:
1x [sku] - [product-title] - [product-title-variation]
1x AAA Bikes - Milaan
1x BBB Seats - Milaan

The [sku] - [product-title] - [product-title-variation] are properly visible on the order receipt.

πŸ‡¬πŸ‡§United Kingdom Rob-PS

Same here.
There is no 2.0.1 version
If I try manually like this composer require 'drupal/views_accordion:^2.0.1' I get

composer require 'drupal/views_accordion:^2.0.1' --dry-run
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/views_accordion ^2.0.1 -> satisfiable by drupal/views_accordion[2.0.1, 2.0.x-dev].
- drupal/views_accordion[2.0.1, ..., 2.0.x-dev] require drupal/jquery_ui_accordion ^2.0 -> found drupal/jquery_ui_accordion[dev-2.x, 2.0.0, 2.x-dev (alias of dev-2.x)] but it conflicts with your root composer.json require (^1.1).

-W does not work either

Production build 0.69.0 2024