Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. maheshb
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    maheshb

    @maheshb

    0
    Reputation
    19
    Posts
    63
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    maheshb Follow

    Posts made by maheshb

    • RE: front end validation messages localization

      Any update on this?

      posted in Knowledge Base
      M
      maheshb
    • RE: How to change inputs validation language?

      Do you have update on this? We need to change the language of validations.

      posted in General Discussion
      M
      maheshb
    • 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 -

      1. Created a product with the name Sample Product for both the locales i.e. English and Arabic as you have described above.
      2. Logged in as a customer.
      3. Placed order of Sample Product and my selected locale was English
      4. Goto User profile > orders
      5. Clicked on View Order link
      6. In the order details grid, Product name is shown in the English and this is correct.
      7. 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

      posted in Bug Report
      M
      maheshb
    • 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

      posted in Bug Report
      M
      maheshb
    • 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.

      posted in Bug Report
      M
      maheshb
    • 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 -

      1. Deactivated the existing cart (if exist) and stored the current cart id in the session.
      2. After completing Buy Now process along with payment for a single product, reactivated the old cart id which we have saved in step 1.
      3. 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.
      posted in General Discussion
      M
      maheshb
    • 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.

      posted in Bug Report
      M
      maheshb
    • 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?

      posted in Bug Report
      M
      maheshb
    • 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

      posted in Bug Report
      M
      maheshb
    • RE: Order confirmation send the CC email?

      Hello Rahul,

      Thanks for the quick response. I have raised the ticket.

      posted in General Discussion
      M
      maheshb