Posted by drupalbaby on May 28, 2009 at 3:04am
Jump to:
| Project: | Ubercart Restrictions |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (cannot reproduce) |
Issue Summary
I have
Drupal 6.12
Ubercart 2.0-rc2
I Enabled all areas this module has to offer. Added pages to forward the user if they aren't old enough or don't choose a valid region for purchasing that certain product. It worked the first few weeks I installed it but has suddenly ceased to popup anything on the pages i wanted it to "protect"...
Comments
#1
Drupal 6.13
Latest copy of Ubercart
Modules: all up to date
Firebug Error:
$.cookie is not a function
if ($.cookie("uc_restrictions_overlay_seen")!=1){\n
Complete Script:
iv><script>
if ($.cookie("uc_restrictions_overlay_seen")!=1){
tb_show("Select your state.","#TB_inline?inlineId=hiddenModalContent&height=144&width=280&modal=true", false);
}
</scri
#2