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

drupalbaby’s picture

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

bob.hinrichs’s picture

Status: Active » Closed (cannot reproduce)