2

In my site back-end, I have created one product with price $75.00.

Also, I have set the 'Wholesale' customer group price is $50.00.

After saving the product I saw the front-end that product price shown $75.00.

I have created one 'Wholesale' customer and logged-in.

Now shown product price is $50.00.

After some hours the customer session has expired, Now click my account page redirect to customer login page.

But the product view page showing only $50.00 (Wholesale price).

Also the product list page too (Shown $50.00 Wholesale price).

How to rectify this ..? Help me.

4
  • do you have a full page cache enabled? Commented May 14, 2016 at 16:09
  • @YiorgosMoschovitis I have enabled the backend cache only. I didn't used any third party cache plugin. Commented May 17, 2016 at 16:27
  • Reindex, then clear your cache/*, full_page_cache/* and session/* folders. Commented May 18, 2016 at 14:59
  • @bluemwhitew I have tried but its not working.. Commented May 18, 2016 at 16:22

2 Answers 2

1

Did you try to disable Magento's cache?

In one of my projects, I have experienced some issues on Magento's cache. After disabling it, I activate the Redis cache, which reduces so much the loading time.

Hope it helps.

1

I have set the NOT LOGGED IN customer group price is $50.00 (Same as the product normal price).

After that its working fine.

Thank you

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.