Hello, can someone be so kind to tell me how to implement captcha with this addon?
I am not sure which file to edit.
Thanks
All you need do is edit the..... easy for me to say, better to give...
cap_ask_pages.zip
Laid out in the 1.9 version, their should be a switch in the CAPTCHA sql to turn it off/on already I think, if not, easy to add one.
Dave
Always forward thinking... Lost my mind!
Is there a working example of this mod? What does it do?
Hi folks! I was wondering if someone could help me with this: I need the ask a question button appear only on some products. I have two main product categories + each has subcategories and I need the button work only on my products listed in the subcategories just from one of my main categories). What do you suggest? Can anyone help?
The changes noted in the readme can be wrapped in an if statement:
if ($current_category_id == 27) {
.... ask a question code
}
if ( ($current_category_id == 12) ||
($current_category_id == 27) ||
($current_category_id == 17) ) {
... ask a question
}
That sort of thing.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thank you very much! It works great!
I have the mod installed fine i just wanted to know how to style the ask a question image through CSS to be able to move it around my product info page.
What should i be putting in the stylesheet?
Bookmarks