Thread: Ask A Question

Page 24 of 40 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 399
  1. #231
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Quote Originally Posted by SyberTemplates View Post
    Can you please tell me how to fix this error?

    http://www.mysybertemplates.com/inde...&products_id=1

    I am using the latest version of zencart... 1.39h I want the image button to show with no text.

    Thanks


    ** EDITED *** Never ever post in a forum, email, newsletter etc. the zenid or zenAdminID or you will be doomed!!
    sorry, I don' t know what I did wrong, can you explain how i posted a zendid or zendadmin id in this post?

  2. #232
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Ask A Question

    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
    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.

  3. #233
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Quote Originally Posted by swguy View Post
    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 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.

  4. #234
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Is there a way to put a CAPTCHA on the email form to stop spammers?

  5. #235
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Quote Originally Posted by SyberTemplates View Post
    Hi,

    Not to sound like a smarty pants or anything 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.
    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.

  6. #236
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Ask A Question

    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 ?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #237
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Ask A Question

    Quote Originally Posted by Get Em Fast View Post
    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
    Code:
     //  case 'product_info':
      case (strstr($_GET['main_page'], 'product_') or strstr($_GET['main_page'], 'document_')):
    add to the end
    Code:
      //  case 'product_info':
      case (strstr($_GET['main_page'], 'product_') or strstr($_GET['main_page'], 'document_') or strstr($_GET['main_page'], 'ask_a_question')):
    Working out for me so far...
    Dave
    Always forward thinking... Lost my mind!

  8. #238
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Ask A Question

    @ davewest........that's absolutely beautiful! Thank you.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #239
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ask A Question

    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?

  10. #240
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Ask A Question

    Hello, can someone be so kind to tell me which captcha works best with this addon?

    Thanks!

 

 
Page 24 of 40 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. Ask A Question module
    By okibi in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Apr 2007, 01:55 PM
  2. Ask a question 1.7
    By Kodam in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Apr 2007, 11:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR