Closed (fixed)
Project:
Ubercart
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 10:03 UTC
Updated:
9 May 2012 at 09:40 UTC
I enables "Display an optional quantity field in the Add to Cart form" to show quantity field with add_to_cart form .It working fine for authenticated users. But the problem is that the quantity field is not visible to anonymous users.
Please help me out.
Comments
Comment #1
longwaveIf you are using page caching, perhaps you need to clear your cache for this to show up for anonymous users?
Comment #2
Priyanka Singh commentedi cleared my cache...still its not visible to anonymous users..
Comment #3
Priyanka Singh commentedOne more thing i just noticed....that its working fine for products (showing quantity field for anonympus user)....but not for "product classes" (not showing quantity field for anonymous user)....
Comment #4
longwaveYou can change the "display an optional quantity field" for each product class, by editing the content type. Perhaps that's turned off for your classes? Not sure why this is user related though, there are no permission checks on this field by default.
Comment #5
Priyanka Singh commentedFrom where can i change "display an optional quantity field" for product classes?? i didnt find it by editing content type for product classes...
Comment #6
Priyanka Singh commentedok. i am using product power tools...n there i had selected the option "hide quantity and set default to 1" ...when i changed it to "show quantity" ...the quantity got reflected for anonymous users for new created products of product classes , but not for the old ones.
Comment #7
longwave