sorry, I don' t know what I did wrong, can you explain how i posted a zendid or zendadmin id in this post?
Printable View
The original URL you provide was
www.mysybertemplates.com
with the arguments
index.php?main_page=product_info&cPath=1&products_id=1&zenid=bla-bla-bla
what Linda is saying is, be sure to delete the zenid=bla-bla-bla portion.
Your problem you posted about is a result of not following this part of the README:
These directions and file paths all assume your template is named "custom."
If your template has another name, please change the directory name "custom"
to the name of your template in ALL places.
For instance,
./includes/templates/custom/buttons/english/button_ask_question.gif
must be put in your cart in the directory
./includes/templates/YOUR_TEMPLATE/buttons/english/button_ask_question.gif
Hi,
Not to sound like a smarty pants or anything :wink: but I do understand how to install the modules and I have put the proper files into the proper folders as you have directed and I just doubled checked as well. When you click on the text the proper contact us page shows with no errors so I'm not sure why the image won't show. :no:
Is there a way to put a CAPTCHA on the email form to stop spammers?
I got it to work i put
define('ASK_A_QUESTION', 'Ask a question about this product');
define('BUTTON_IMAGE_ASK_A_QUESTION','button_ask_question.gif');
define('BUTTON_ASK_A_QUESTION_ALT', 'Ask a question');
into my /languages/english/english.php file. I think it has something to do with the way my template was created/setup. Now I have go figure out how to get the image to show.
Hey Scott, I've got a question...........This mod pulls the Page Title from the Contact Us page, which end up putting a Title on top of the page like: Ask a Question: Store Title/Tagline - Mozilla FireFox.
What I was wanting to know is how can I make it display the Title like it would for the product page......ie...
Ask a Question: Sterling Silver Money Clip - Mozilla Firefox ?
take includes\modules\meta_tags.php and copy over to your template folder then line 186-187
add to the endCode:// case 'product_info':
case (strstr($_GET['main_page'], 'product_') or strstr($_GET['main_page'], 'document_')):
Working out for me so far...Code:// case 'product_info':
case (strstr($_GET['main_page'], 'product_') or strstr($_GET['main_page'], 'document_') or strstr($_GET['main_page'], 'ask_a_question')):
@ davewest........that's absolutely beautiful! Thank you.
Hello to the forum,
i could use some help over here with this addon, i have successfully installed the sidebox but it appears to be a conflict with the signin, sign out pages. when the user inserts his signin data and presses the login button a blank page appears, but if he clicks the back button at his browser the page is loaded correctly and he is signed in. The same happens at sign out process.
If i uninstall the sidebox, all the features of the site seems to function as they should be.....so, I'm sure that there is conflict with the sidebox. Can anyone point me to a direction?
Hello, can someone be so kind to tell me which captcha works best with this addon?
Thanks!:wub: