๐Ÿ‡ฎ๐Ÿ‡ณIndia @DhruvR

Account created on 28 May 2021, almost 4 years ago
#

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello, Cilefen.

I have attached the sample YAML file in the project description. Please take a look.

Thank you for your support!

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello , I wanted to ask if somebody has face this issue yet, or is it something with my setup.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Closing this ticket, if you still have any concern please reopen this ticket.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Closing this ticket, If you have further please open it again.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello @sahil,

The issue you're facing with the [customentityname:original:label] token occurs because the original parameter isnโ€™t designed to fetch the label in the default language. Instead, it retrieves the previous version of the entityโ€™s label (or other field values) before any updates.

For example, this feature is often used in scenarios like hook_presave to compare the current value with the previous one, such as:

if ($entity->field_date->value != $entity->original->field_date->value) {  
  // Perform some logic.
}  

Unfortunately, this means the token wonโ€™t resolve the way youโ€™re expecting for multilingual alias generation. If your goal is to use the default language label, you might need custom token logic to achieve that.

Let me know if youโ€™d like further guidance!

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Thank you for your query!

The current module functionality is designed to work specifically with the Promotions module. The strikethrough (List price) and discounted price display are calculated based on the applied promotions.

For your use case, By overriding the product display template, you can dynamically show the List price as strikethrough and the Price as discounted without relying on this module.

Given your requirements, I would recommend not using this module. A tailored template-based approach will provide the flexibility and control you need for handling price variations effectively.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

DhruvR โ†’ created an issue.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello @all, After looking at the source the solution of this error.

The issue got fixed patch given in relevant module config_rewrite page.

https://www.drupal.org/project/config_rewrite/issues/3203786 โ†’

If anybody face this issue hope this help.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Nothing work for me can some one guide please

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello @all, Thank you for help the issue is resolved for me.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Thank you!! Will be waiting for your response :) @Iarowlan

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello @Iarowlan,

I see your point about accessing the display name directly from the database.
However, since the display name is derived from a combination of other user fields like first name and last name, we could utilize a concat SQL search approach.

Example:

SELECT *
FROM users
WHERE CONCAT(first_name, ' ', last_name) LIKE '%John%';

It would be beneficial to implement a method or hook that allows us to customize the search criteria for displaying results in the user autocomplete field.

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

The basic difference is in the Price Difference Formatter creating a separate formatter.

Which can cause lot of configuration update using price difference formatter for example:
Separate Views and multiple product fields configuration

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Hello Ravi,

I was able to install the opigno profile using this command
composer create-project opigno/opigno-composer:3.1 opigno_latest

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

I was able to install the composer based version of the site by using this command
composer create-project opigno/opigno-composer:3.1 opigno_latest

๐Ÿ‡ฎ๐Ÿ‡ณIndia DhruvR

Thank you Subodh, #3 is working for me.

Production build 0.71.5 2024