Post by dimko » Wed Oct 05, 2011 9:53 pm

I couldn't find thru the extensions, so that's why I'm writing it here.

Is there any way to add a contact form for every product. When you click on some product, and at the bottom there is Description, Specification, Reviews, so can there be another tab for Ask Questions, so if someone wants to get some info about that particular product, he/she will fill the form, ask the question, and when the admin/owner of the site opens the email, will know for which product the question is asked.

I found this ones:

http://www.opencart.com/index.php?route ... on_id=1328

http://www.opencart.com/index.php?route ... on_id=3096

but it posts the Q&A on the product's page, and what I ment was just to send email, more like a contact form, but with the product's name, link, etc. included in that email.

Thanks in advance.

EDIT: I took a look at the second one, and I think it can do what I asked for. If you have something else, please feel free to share it.

Using OpenCart v1.5.1.3


Active Member

Posts

Joined
Sun Sep 25, 2011 2:10 am

Post by affect » Thu Oct 06, 2011 11:15 pm

If you need something more simple than Product Questions you can take a look at my other module, Price Match Lite: http://www.opencart.com/index.php?route ... on_id=3134

Basically it's meant for price match requests, but you can call it "Ask a question" or something like that. It doesn't store or display anything anywhere, just forwards the form data submitted to your email.

MultiMerch Marketplace for OpenCart

Image


User avatar
Active Member

Posts

Joined
Sat Aug 13, 2011 5:04 pm


Post by GoGo OpenCart » Sun Dec 25, 2011 7:06 pm


See all my extensions: https://www.opencart.com/index.php?rout ... 20OpenCart


User avatar
Active Member

Posts

Joined
Mon Nov 14, 2011 11:30 pm

Post by urace » Mon Jun 04, 2012 7:15 pm

I hv two option for quantity and now i want these both quntity add after filling this than disply in QTY.
see this link for more info
http://lensbazaar.ws/index.php?route=pr ... duct_id=46
Somebody plz help me.

Newbie

Posts

Joined
Mon Jun 04, 2012 7:04 pm

Post by labeshops » Mon Jun 04, 2012 11:08 pm

I just added an email link to my description tab that includes the product info like this:

in my template product.tpl

after

Code: Select all

  <?php echo $description; ?>
I added:

Code: Select all

  <br><br>
          <a href="mailto: youremail@domain.com?subject=question about <?php echo $model; ?>"><b>Ask a Queston About This Item</a></b> <br />
  </div

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by giacomoprimo » Fri Oct 12, 2012 6:41 pm

@ labeshops hello, I entered the code that you write here, I'm using OC 1.5.1.1, It insert the link on all pages produced, but loses all alignments and puts me in the reviews page immediately after the description of the product.
Can you help me?
thank you very much

New member

Posts

Joined
Sun Jul 31, 2011 2:11 am

Post by labeshops » Fri Oct 12, 2012 7:26 pm

Sounds like you put it in the wrong place. Just move the code wherever you want it to appear.

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by giacomoprimo » Tue Oct 23, 2012 2:49 am

Thanks, now works perfectly!
In the object can I have the name of the product and not the model?
thanks

New member

Posts

Joined
Sun Jul 31, 2011 2:11 am

Post by labeshops » Tue Oct 23, 2012 4:02 am

Sure. just change the <?php echo $model; ?> to <?php echo $heading_title; ?>

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by abhishek0990 » Sat Oct 27, 2012 4:13 am

affect wrote:If you need something more simple than Product Questions you can take a look at my other module, Price Match Lite: http://www.opencart.com/index.php?route ... on_id=3134

Basically it's meant for price match requests, but you can call it "Ask a question" or something like that. It doesn't store or display anything anywhere, just forwards the form data submitted to your email.
nice one.

bde at packersm


Newbie

Posts

Joined
Sat Oct 27, 2012 4:04 am


Post by giacomoprimo » Thu Nov 29, 2012 12:04 am

labeshops wrote:Sure. just change the <?php echo $model; ?> to <?php echo $heading_title; ?>
hello,
I would like to insert the URL of the product in the email, you can?
thank you very much again for your help

New member

Posts

Joined
Sun Jul 31, 2011 2:11 am

Post by labeshops » Thu Nov 29, 2012 1:18 am

Yes, though the customer could edit and remove it. You can add anything easily that is already on your product page - just look for the <?php echo x> and copy it to where you want it.

Try this:

Code: Select all

<a href="mailto: email@yourdomain.com?subject=question about <?php echo $model; ?>&body=Link to product - <?php echo $breadcrumb['href']; ?>"><b>Ask a Queston About This Item</a></b>

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by giacomoprimo » Thu Nov 29, 2012 1:58 am

Thank you very much!!

New member

Posts

Joined
Sun Jul 31, 2011 2:11 am

Post by rajeev » Mon May 16, 2016 6:29 pm

Hello to all,
We are using the opencart 2.0.2.0 and we use the payumoney gateway .After payment order status is getting the missing status.We set default status is pending but it's getting missing status .can any one provide the answer for me.

Newbie

Posts

Joined
Mon May 16, 2016 6:24 pm

Post by Prakash144 » Sun Oct 08, 2017 3:33 am

Mail is not working in opencart.
Image

Attachments

Settings.png

Settings.png (55.52 KiB) Viewed 6074 times


Newbie

Posts

Joined
Sun Oct 08, 2017 3:29 am

Post by paulbothma » Wed Mar 07, 2018 2:25 am

Hi, i installed OC 2.3 and the menu view is totally messed up and over the entire page, cannot access other areas. I cannot find other posts for assistance, closest i came to a similar error solution was to reload the Stylesheet - which i already did, no improvement.
i deleted all files via FTP and i loaded entire OC again, same result.

Any advice?

Attachments

screendump.png

screenshot - screendump.png (193.67 KiB) Viewed 5328 times


Newbie

Posts

Joined
Mon Nov 18, 2013 10:20 pm

Post by mourin516@gmail.com » Fri Dec 07, 2018 2:47 am

using opencart version 3.0.2.0. while confirming order this message pop up. where shows message like below:
SyntaxError: JSON.parse: unexpeded character at line 1 column 1 of the JSON data
OK
<b>Notice4b, Undefined properly: Proxy:SendOrderEmainSeller in <biltorage/modification/systemienginelaction.php413.. on line ..79.11,
order confirm not being done, here is the code where the 79 number showing the error

Code: Select all

if ($reflection->hasMethod($this->method) && $reflection->getMethod($this->method)->getNumberOfRequiredParameters() <= count($args)) { 
    return call_user_func_array(array($controller, $this->method), $args); 
} else { 
    return new \Exception('Error: Could not call ' . $this->route . '/' . $this->method . '!'); 
}
where the 79 number line code is

Code: Select all

return call_user_func_array(array($controller, $this->method), $args);
How to solve this problem?


Posts

Joined
Fri Dec 07, 2018 1:16 am
Who is online

Users browsing this forum: No registered users and 2 guests