Hey conor,
I wonder whether u help to do the programming for this? or how much u will charge?
Thanks for ur info :)
Printable View
Conor can not respond to you here on the forum in regard to this. You can contact Conor here for any further information.
Time once again to thank Conor for this amazing contribution! Folks who look in and are curious to know if it's worth adding: this is the best marketing tool we have and it's free! We have many marketing tools but this one always tops the list. We just had a record sales day yesterday thanks entirely to Conor.
Check your inbox, mate! :cheers: Have a few on Brushwood's tab. Thanks as always for your good work.
Hi,
Really glad you had your best ever sales day, well done!
Thanks very much for your encouraging comments.
And thanks even more for the donation.. it's so nice to receive and so greatly appreciated!
We've a slight update to the software which will be released early in January.
In the meantime have a great Christmas break and roll on another record sales day! :)
All the best..
Conor
ceon
Hello,
I was having problem with special chars in title and the display in the bisn form at the bottom of the page. As my shop is in utf8 it shows the ?
Now i recently noticed that replacing htmlentities in tpl_product_info_display.php solves the problem like so:
Is it known that htmlentities doesn't cope well with utf8?PHP Code:
$intro_text = sprintf(BACK_IN_STOCK_NOTIFICATION_TEXT_FORM_INTRO,
//htmlentities($products_name));
strip_tags($products_name));
Are there drawbacks i should consider changing the code like this?
thanks,
jeroen
Hi Jeroen,
htmlentities without any parameters doesn't support UTF8. You need to upgrade toa more recent version of Ceon Back In Stock Notifications, support for UTF8 was added in April 2009!
(2.6.0 is most recent release, a slightly newer version will be out later this month).
For your reference:
..is how UTF8 is supported in the htmlentities function.PHP Code:
htmlentities($products_name, ENT_COMPAT, CHARSET)
All the best..
Conor
ceon
I have stock by attributes will the new version have support to be able to work to show the actual attributes that come back in stock too?Quote:
(2.6.0 is most recent release, a slightly newer version will be out later this month).
Ahh, thats too bad, i just downloaded and used version 2.2.4 which was the latest available in the zen-cart downloads section. Didn't realise there would be a newer version elsewhere, i'll go and find that one.
Thanks for explaining the htmlentities, i still have some minor issues with utf8, it is good to know i can use the function in this way to support the char set.
Hi,
No. Stock by attributes will NEVER be supported.
All the best..
Conor
ceon
Hi,
Oh dear, I didn't realise the downloads area was so out of date! That downloads area is such a pain (for developers, obviously it's handy for users)!
I'll upload the new version to it of course.
Yes, it's good to know how these things work for future use.
All the best..
Conor
ceon