Closed (cannot reproduce)
Project:
Ubercart Restrictions
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 03:04 UTC
Updated:
30 Nov 2010 at 16:30 UTC
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
Comment #1
drupalbaby commentedDrupal 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
Comment #2
bob.hinrichs commented