Since I cannot find a way to extend uc attributes, I would like to have a form for each product which will contain its attributes and a checkbox button for each, calling a custom action and event which will change some info in a custom table. In another words I want something like uc_product_add_to_cart_form but much simpler.
Which would be the steps for something like that in a custom module?
I am familiar with hook_form alter, vbo, views, custom modules that declare custom event and create tables.
Well, this is a little embarrassing.... I added the module "Rename Admin Paths" and set everything up, replacing /user with a different path.
Then I set a redirect for the old path... except... I think I did it for the new one!! Now, I can't log in because the login page is redirecting to my home page! ugh!!
I am having an issue with Views and Web Forms, which I think is Permissions related.
I have a view setup that shows a webform, and has a counter that is supposed to show how many submissions the webform has gotten. The counter is just a field for Webform: Webform submission count.
The issue is that the counter shows properly when I am logged in as Admin, but for regular users it just shows 0, always.
Is there a permission that needs to be enabled for regular users to see it the way it should be?