*

jcarrolo01

  • *****
  • 256 posts
Issue when press Contact Seller Button
« on: March 02, 2017, 11:11:26 PM »
I have an issue in contact seller form.....

On product page if i press contact seller button, after this fill the necesssary information and when i press Send Message button i have the following issue (Can you see the attached picture to this messgae)



I appretiate any help to solve this issue....


i'm using the version 1.2.6 (Same issue in Ver. 1.2.5 and 1.2.6)
The latest version 1.2.0 i have installed with no issues

Best Regards
João Carrolo

*

MB Themes

Re: Issue when press Contact Seller Button
« Reply #1 on: March 03, 2017, 09:20:27 AM »
@jcarrolo01
I suppose you have set recaptcha somewhere where you do not have it.
Send us URL how to reproduce problem.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: Issue when press Contact Seller Button
« Reply #2 on: March 03, 2017, 10:53:41 PM »

*

MB Themes

Re: Issue when press Contact Seller Button
« Reply #3 on: March 04, 2017, 03:39:13 PM »
@jcarrolo01
Thanks, I was able to reproduce problem.
I will let you know once i have news on it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Issue when press Contact Seller Button
« Reply #4 on: March 05, 2017, 09:36:38 PM »
In file:
oc-content/themes/zara/item-send-friend.php

Find:
Code: [Select]
<form action="<?php echo osc_base_url(true) ; ?>" method="post" name="contact_form" id="contact_form">
Change it to:
Code: [Select]
<form target="_top" action="<?php echo osc_base_url(true) ; ?>" method="post" name="contact_form" id="contact_form">
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots