Any update on this?
maheshb
@maheshb
Posts made by maheshb
-
RE: How to change inputs validation language?
Do you have update on this? We need to change the language of validations.
-
RE: Product Name in Order Details Page
Hello Shivam,
Thank you for your response. Apologize if there is any confusion from my end. Please follow the steps for reproducing the issue -
- Created a product with the name Sample Product for both the locales i.e. English and Arabic as you have described above.
- Logged in as a customer.
- Placed order of Sample Product and my selected locale was English
- Goto User profile > orders
- Clicked on View Order link
- In the order details grid, Product name is shown in the English and this is correct.
- But if I changed locale to Arabic, the product name is not available in Arabic i.e. showing in English
Hope this clarifies the scenario
-
RE: Product Name in Order Details Page
Hello,
Thank you for quick response. If I understand correctly - if customer has placed his order through Arabic language then he won't be able to view his ordered product name in English language if accidentally/willingly he has change his language?
We have product added for both the locales. We are assuming that product name should be visible irrespective of the locale selected and the locale selected while placing the order.
Right now if we are placing the order using one locale, product name in the order details page isn't visible in another locale.
Please suggest
-
Product Name in Order Details Page
Greetings,
Product name in the order details page not displaying with respect to the locale selected by the customer. Product name showing only in English.
packages\Webkul\Shop\src\Http\Controllers\OrderController.php $order = $this->order->findOneWhere([ 'customer_id' => auth()->guard('customer')->user()->id, 'id' => $id ]);
Please suggest.
-
RE: Buy Now as quick checkout option?
@rahul said in Buy Now as quick checkout option?:
Right now, we have two tables, one is cart and second one is cart_items. cart_items consist all items of cart, so in your case you need to change relationship between these two tables.
Hello Swapnil,
We have implemented this feature with the following approach, check if it helps -
- Deactivated the existing cart (if exist) and stored the current cart id in the session.
- After completing Buy Now process along with payment for a single product, reactivated the old cart id which we have saved in step 1.
- If the user doesn't complete Buy Now process for some reason then, in this case, re-activate the old cart from the session and deactivate current cart i.e. created for Buy Now.
-
RE: Auto Scroll to Errors on validate
Thanks Rahul for quick response.
It's ok for login screen. But while adding/editing products, it's not user-friendly. When the required field is in the bottom, it's not scrolling to error after clicking on the Save button.
Hope this clarifies my issue.
-
Make product image mandatory
Re: In Configurable Product add a feature so that image can be added for every variants.
Hello,
We want to make at least one product image mandatory while creating the product. Is it possible?
-
Auto Scroll to Errors on validate
Hello,
In the package, validation is not working properly. Cursor should auto scroll to the invalid field so that user can identify the issue. This issue is present in all the validation process in the front end back end of the package.
Please suggest.
https://drive.google.com/file/d/1AsC3o9MwWyZZrsEMqz14K5lWtuRFDF4x/view?usp=sharing
-
RE: Order confirmation send the CC email?
Hello Rahul,
Thanks for the quick response. I have raised the ticket.