Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: order confirmation email attached file no file type v1.5

This can happen if you remove your store's logo from the template file. If you don't want to include an attached logo you can comment out the following code on line ~435 of catalog/model/checkout/order.php $mail->addAttachment(DIR_IMAGE . $this->config->get('config_logo'), md5(basename($this->config...

Jump to post
  • Sat Feb 04, 2012 7:47 am
  • Replies 10
  • Views 2306
Re: Add payment method to print invoice

Instructions for 1.5.1.3: In admin/controller/sale/order.php, line ~2062 After 'invoice_no' => $invoice_no, Add 'payment_method' => $order_info['payment_method'], Then in admin/view/template/sale/order_invoice.tpl use <?php echo $order['payment_method']; ?> to add the payment method.

Jump to post
  • Sat Feb 04, 2012 6:32 am
  • Replies 9
  • Views 4050
Re: [vQmod] Edit Multiple Products from Products List Page

is there anyway I can change the code to have the category and manufacturer to change as well To simply add an extra editable column you need to add this code to the 5.1.3 mod after <file name="admin/controller/catalog/product.php"> <operation error="skip"> <search position=&quo...

Jump to post
  • Thu Jan 05, 2012 8:24 am
  • Replies 120
  • Views 117312
Re: [vQmod] Edit Multiple Products from Products List Page

I managed to get update 1.6 to work with my fairly standard 1.5.1.3 install. Lines 15,73,81,84,135,138 needed changing. I also removed the following code from line 223 to avoid the issue alin was having: if ($.trim(this.value == '')){ this.value = (this.defaultValue ? this.defaultValue : ''); } This...

Jump to post
  • Sun Dec 11, 2011 1:55 pm
  • Replies 120
  • Views 117312

Page 1 of 1

Search found 4 matches