Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Product not showing on storefront in case of INR currency

    General Discussion
    4
    4
    2198
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      devender0709 last edited by

      Hello ..
      I have set base currency as INR and added exchange rate for INR against Dollar also.
      After running php artisan config:cache

      1. On admin panel currency symbol is updated to Rupee symbol (₹). And
      2. On storefront now getting currency dropdown which has INR as default[selected].

      But the issue is no products are showing on storefront or inside categories in case of INR.
      Screenshot 2022-03-19 at 11.08.43 PM.png
      But when i am changing currency to USD its showing products perfectly [with exchange rates].
      Screenshot 2022-03-19 at 11.09.05 PM.png
      Please help to resolve the issue for INR.

      1 Reply Last reply Reply Quote 0
      • sanjay-webkul
        sanjay-webkul last edited by

        Hi @devender0709
        Which version of bagisto are you using?

        1 Reply Last reply Reply Quote 0
        • I
          ikunalmathur last edited by

          Facing the same issue product no showing under the USD option (frontend top left corner)

          APP_VERSION=1.4.2
          

          To Reproduce

          1: Create New App

          composer create-project bagisto/bagisto
          
          php artisan bagisto:install
          

          Source: https://github.com/bagisto/bagisto

          2: Add New Currency

          Code: INR
          Name: Indian Rupees
          Symbol: ₹
          

          Guide: https://bagisto.com/en/add-currency-in-bagisto/

          3: Changes in .env

          APP_CURRENCY=INR
          

          4: Create Exchange Rate

          Source Currency: INR 
          Target Currency: US Dollar
          Rate: 0.0130
          

          5: Add New Product with all the required fields

          ISSUE: Product not showing if Currency selected (frontend top left corner) to INR, with USD it works fine.

          1 Reply Last reply Reply Quote 0
          • admin
            admin last edited by

            Hi @devender0709
            This issue is fixed in our master repository. it will reflect in our next release.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post