Search found 771 matches

Search found 771 matches

Re: Copy of Order Confirmation to Owner

Hi i2Paq, I did mention at the beginning of the thread that it was AceShop for Joolma as the reason I was stuck with v1.5.1.3 and not easy to use vQmod. AceShop has itself just forked so support is weaker than ever and now chargeable for even basic known fixes. It was a bad choice but a Joomla websi...

Jump to post
  • Thu Aug 23, 2012 8:31 pm
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

Okay, all sorted. I am using Aceshop (a bad idea!!) and it turns out that they use a vQmod version of the file; I was changing the core file and wondering why I wasn't having any effect which I only realised when I changed the text email and the old one still appeared. I have now applied the very fi...

Jump to post
  • Thu Aug 23, 2012 4:42 pm
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

Still exactly the same :-\ Customer receives Order Confirmation, Store Owner receives small text email with no details of who ordered. The store is a very small part of the project but it has turned the whole thing sour >:D Desperate to recover things but I just can't see it. Any help greatly apprec...

Jump to post
  • Thu Aug 23, 2012 3:23 pm
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

Thank-you,

I have appplied it and asked them to test it - fingers-crossed.

Jump to post
  • Thu Aug 23, 2012 2:13 am
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

Thanks i2Paq, nice to see that you are still around. I haven't seen Opencart in a long time. I did look at a vqmod but it didn't seem to do anything different. I have commented out the $mail2->setText line in the hope that it will show the html email but they have to test it with a credit card order...

Jump to post
  • Wed Aug 22, 2012 2:29 pm
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

Can't believe that I haven't solved this and it is getting very embarrassing now. As a desparado, in catalog\model\checkout\order.php ... confirm() function, I replaced everything from // Admin Alert Mail with: $mail2 = new Mail(); $mail2->protocol = $this->config->get('config_mail_protocol'); $mail...

Jump to post
  • Wed Aug 22, 2012 4:16 am
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

Thanks upl8t, it doesn't include v5.1 unfortunately, and I can't easily use vqmod. The shopping cart is actually a very small part of the project but they wanted one on a website based on Joomla so I used AceShop plugin because I used Opencart in v1.4.9 days. I was hoping that Opencart would be an u...

Jump to post
  • Sat Aug 04, 2012 4:21 pm
  • Replies 14
  • Views 3972
Re: Copy of Order Confirmation to Owner

I tried duplicating the whole block: $mail = new Mail(); $mail->protocol = $this->config->get('config_mail_protocol'); $mail->parameter = $this->config->get('config_mail_parameter'); $mail->hostname = $this->config->get('config_smtp_host'); $mail->username = $this->config->get('config_smtp_username'...

Jump to post
  • Fri Aug 03, 2012 10:19 pm
  • Replies 14
  • Views 3972
Copy of Order Confirmation to Owner

v1.5.1.3 I want store owner to receive a copy of the confirmation email that shoppers receive rather than the crappy one they get instead. In model\checkout\order.php: $mail->setTo($order_info['email']); $mail->setFrom($this->config->get('config_email')); $mail->setSubject($subject); Can anyone tell...

Jump to post
  • Fri Aug 03, 2012 10:10 pm
  • Replies 14
  • Views 3972
Re: Display / Show products based on customer group

There is This Extension which is compatible with both v1.4.9 and v1.5

Jump to post
  • Sun Jan 29, 2012 7:54 pm
  • Replies 3
  • Views 1149
Re: Multiple Product Options

Wow. That is very exciting. And thanks to GoGo for the PM on This Extension which also looks great. I haven't done anything with Opencart for almost a year because v1.4.9 to v1.5 was too big a step to keep up with but these developments make it attractive, especially since upgrade script with produc...

Jump to post
  • Sun Jan 29, 2012 6:35 am
  • Replies 2
  • Views 840
Re: php help for dummy

Hi Jay,

It is part of the front-end checkout system so there is no token.

Jump to post
  • Sun Jan 29, 2012 3:40 am
  • Replies 5
  • Views 1376
Multiple Product Options

At risk of being leapt up and down upon, but without wanting to wade through the last six months of forum:

Did the issue of "How many Large, Red, Long, Shirts are in stock?" ever get addressed.

Jump to post
  • Sun Jan 29, 2012 2:54 am
  • Replies 2
  • Views 840
v1.4.9 Legacy Template

I have a few Opencart v1.4.9 websites that I did around a year ago and have never looked at v1.5 because the effort of upgrading was too great. I note that there is now an upgrade script that includes product options which makes it more attractive though. Is there a v1.4.9 legacy template anywhere o...

Jump to post
  • Sun Jan 29, 2012 2:41 am
  • Replies 0
  • Views 407
Re: php help for dummy

Thanks for the response Jay. The method for the <form> is definitely post. The 'comment' textarea is showing text okay but: if (isset($this->request->post['comment'])) { $this->data['comment'] = $this->request->post['comment']; $this->session->data['comment'] = $this->request->post['comment']; } $da...

Jump to post
  • Sun Jan 29, 2012 2:29 am
  • Replies 5
  • Views 1376
php help for dummy

Hi Guys, I haven't visited Opencart for many months, I have never even seen v1.5 (and am very rusty!) but I have been pulled back into the fold. Can someone help with this: In Tpl File, I have: <textarea name="comment"><?php echo $comment; ?></textarea> <a onclick="$('#comment').submi...

Jump to post
  • Sat Jan 28, 2012 2:55 am
  • Replies 5
  • Views 1376
Re: Stock Control

Just got alerted about a new post to this thread so took a look in hope; haven't seen the forum for months. This one omission kills Opencart for me and for the three sites I did, it is the one aspect that they all complain about and made me stop using it. I would also be very interested in any devel...

Jump to post
  • Thu Sep 01, 2011 9:45 pm
  • Replies 29
  • Views 10071
Re: OpenCart 1.6.0 Roadmap

It would be great to be able to enable/disable tax at product option level.

For example, VAT only applies to certain sizes of children's clothes.

Jump to post
  • Thu Jul 07, 2011 8:27 pm
  • Replies 538
  • Views 255502
Re: OpenCart 1.6.0 Roadmap

A relationship between multiple product options that allows stock control would dwarf any other requirement.

Q. How many large jumpers in stock?
A. 28

Q. How many blue jumpers in stock?
A. 34

Q. How many large/blue jumpers in stock?
A. I have no idea

is a complete show-stopper for me.

Jump to post
  • Thu Jul 07, 2011 7:21 pm
  • Replies 538
  • Views 255502
Re: [1.4.9.5]Admin: Sort by company

Hi Robster, I wasn't intending to even look in support but applying the old adage "A friend in need (is a pain in the arse)"... the best solution for B2B would be to reverse the roles of name in 'Customer' and company in 'Address' because name is unique and compulsory, company is optional ...

Jump to post
  • Sun Jun 19, 2011 1:56 am
  • Replies 4
  • Views 761

Search found 771 matches