when customers open the page /index.php?main_page=ask_a_question&products_id=11
that pages shows only the product name, product image, and contact form.
but it doesnt show the product model.
how can i add the model? thanks
when customers open the page /index.php?main_page=ask_a_question&products_id=11
that pages shows only the product name, product image, and contact form.
but it doesnt show the product model.
how can i add the model? thanks
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.
Making the link SSL does not make it secure. AAQ uses the "Contact Us" infrastructure, which sends a plain-text email to the storeowner. This is obviously not secure.
If you just want the data to flow to your server over a secure connection, you can certainly add the 'SSL' parameter to the zen_href_link call where you're doing ask a question. The downside of this is that you'll give your customers a false sense of security, that might lead to them exposing even more data than just their email address.
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.
I have just downloaded this and plan to use it for Make Offer on my comic site. First I copied the code to place the text there that just said "Ask_A_Question", but I wanted something to stand out so I made my own button graphic.
(Well, with some help from Rennysniche, but favorite graphic alphabet website in the world!) I changed the edited to code to the second option in the ReadMe text for the button, but nothing showed up... where do I edit the link to make my button show? If the code says something about Ask A Question, I don't mind renaming the button to something like that as long as the customer sees my button with Spiderman on it. I'm just going nuts trying to find the right place to edit for the button
.
Thanks!
Use the second block of code from the readme file, and put this in
includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
call the button
./includes/templates/custom/buttons/english/button_ask_question.gif
If the filetype is different (say jpg or png), then put the button in includes/templates/custom/buttons/english and change the definition for BUTTON_IMAGE_ASK_A_QUESTION in
./includes/languages/english/extra_definitions/custom/ask_a_question_defines.php
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.
I've done all of that and it still shows a little red X with "BUTTON_ASK_A_QUESTION_ALT"
I found the default button and that doesn't even work.
Here is a page that should show it correctly, but doesn't
http://nothingbutromance.com/thecomi...&products_id=2
and no... while I do have the dog, she does not fight crime for the safety of potatoes![]()
I'm going nuts trying to figure out why its not showing!
instead of custom, I'm using darkness (template) does this need to be changed in the code somewhere? I can't seem to find WHERE if it does!
HELP!!!!![]()
Change all instances of "custom" to "darkness" in the paths of files that you are installing. Instead of
./includes/languages/english/extra_definitions/custom/ask_a_question_defines.php
./includes/templates/custom/templates/tpl_ask_a_question_default.php
./includes/templates/custom/buttons/english/button_ask_question.gif
you want
./includes/languages/english/extra_definitions/darkness/ask_a_question_defines.php
./includes/templates/darkness/templates/tpl_ask_a_question_default.php
./includes/templates/darkness/buttons/english/button_ask_question.gif
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.
Bookmarks