Closed (fixed)
Project:
Ubercart Restrictions
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 07:50 UTC
Updated:
24 Nov 2011 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
bob.hinrichs commentedThanks so much for your help here, Steve, I definitely am not seeing this misbehavior on my installation. 1) are you 100% sure this only began when you started using this module and it is not due to something else? 2) If I cannot reproduce it (on a very basic D7+ubercart installation, no theming or additional contrib modules), then my question is naturally what is the difference between our respective systems? There is someone else who has helped me test this module and she did not report this issue. Anything unusual on your end?
Comment #2
stevieb commentedhey thanks for your speedy reply
I have a pretty standard ubercart installed no excessive rules
the shop is for Germany only
the following Panes are included in the checkout
Cart contents
Calculate shipping cost
Order comments
Payment method - (only bank transfer)
Customer information
Billing information
Delivery information
terms and conditions ( this is a webform pane ( the problem persists even when this is deactivated)
Age Requirement
Hide delivery information when carts have no shippable items. (true)
Use collapsing checkout panes with Next buttons. (true) (when false the panes still duplicate)
Collapse pane after its Next button is clicked. (true)
when I use Opera dragonfly
the first form has the the following html code
your module repeats this underneath the normal cart pane
In the morning I'll test a fresh drupal install and see if the module works on that or if the problem persists
best
Comment #3
stevieb commentedso I checked this out this morning
the age restriction works only if its on the top Pane (see attached img "uc restrictions top pane")
it duplicates every pane above it (see img uc restrictions duplicate pane)
Comment #4
bob.hinrichs commentedThanks Steve, I was able to find the problem, it was due to some changes in the pane hook plus I had named a variable 'form', which is now passed into the hook, so it was adding the existing form to the pane. I've pushed up another version and tonight the change should be incorporated into a new package.
Comment #5
stevieb commentedit works like a dream
I've changed the status to fixed
thanks