Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Hi there,
Just a quick one. I am still getting a rogue '); } appearing on product info pages. I checked the file a few pages back, and can see the new version which I am on has been updated to reflect this. I am wondering if any files have been made redundant which may need deleting to address this? Thanks for your help in advance
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
In the includes/your_template/templates/tpl_modules_back_in_stock_fancybox.php there was an issue with the ending of the file, not being in the php. Try looking there. I think this is fixed in later versions. But I'll verify tomorrow, when I'm back in the office.
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
HeathenMagic
Hi there,
Just a quick one. I am still getting a rogue '); } appearing on product info pages. I checked the file a few pages back, and can see the new version which I am on has been updated to reflect this. I am wondering if any files have been made redundant which may need deleting to address this? Thanks for your help in advance
I was wrong, this was actually in the javascript, this is fixed in 4.5.0 (submitted for moderation this morning).
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
bislewl
I found the issue!
When Maximum Emails per Batch = 0 Nothing goes out, change that value to what it should be or something incredibly impossible like 9999999
*UPDATE*
This is fixed in 4.5.0 (submitted for moderation this morning).
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
bislewl
I discovered the issue is that it sorts by product_id (which is of little use) and so I will need to add a join statement with the product tables
DivaVocals-
This is fixed in 4.5.0 (submitted for moderation this morning), however it only sorts in ASC order, as of now
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
bislewl
DivaVocals-
This is fixed in 4.5.0 (submitted for moderation this morning), however it only sorts in ASC order, as of now
and when will it be updated to sort both ways??
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Hi,
I wonder if you can help me.
I have installed the latest version of the module on 1.5.1 as per instructions. When I click on the link it redirects me to my homepage, to url
(mystore)/#back-in-stock-popup-wrapper and no fancybox appears. Any ideas what may be causing this?
Thanks in advance.
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
yiorgos
Hi,
I wonder if you can help me.
I have installed the latest version of the module on 1.5.1 as per instructions. When I click on the link it redirects me to my homepage, to url
(mystore)/#back-in-stock-popup-wrapper and no fancybox appears. Any ideas what may be causing this?
Thanks in advance.
Either
The fancy box isn't in the foooter
Or
There is a js issue like it isn't loading or breaks before it
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
bislewl
Either
The fancy box isn't in the foooter
Or
There is a js issue like it isn't loading or breaks before it
Thank you for your reply.
I've copied all the code in the footer, there must be something wrong with js.
I am getting this error
Quote:
TypeError: $(...).ready is not a function
#2 (path)/jscript/jquery/jquery_back_in_stock.js:1:13
#1 (path)/jscript/jquery/jquery_back_in_stock.js:1:13
Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)
Quote:
Originally Posted by
yiorgos
Thank you for your reply.
I've copied all the code in the footer, there must be something wrong with js.
I am getting this error
I'm thinking either you jQuery isn't loading or isn't loading a new enough version. You should be loading at least 1.10.x. Preferred version is the most recent for PCI compliance and that is 1.11.3 as of now.
What version of jQuery are you loading?