View Single Post
  #3  
Old 11-11-2016, 05:17 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default Re: Help: Pupup window not opening for "Ask a question about" link

Thanks Steve for good tip.
Now decided to go with normal link instead of popup link.
So I changed the code to following
HTML Code:
<div class="ask-question"> {include file="customer/buttons/button.tpl" button_title=$lng.lbl_ask_question_about_product style="link" href="xcart_web_dir + /popup_ask.php?productid=`$product.productid`"} </div>
But now problem is with captcha.
Even I enter correct captcha numbers but form is still ask to enter correct captcha details again & again.

Is there any way to remove captcha requirement code from pop_ask.php ?

Or other way is to display content of popup_ask.php?productid=`$product.productid` directly into product detail page..but how to achieve that ?
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote