Page 1 of 1
Search found 15 matches
Re: Order Status "Notify Customer" - CC Notification to Admi
Thank you so much, avvici! Exactly what I wanted.
Thanks for making my day.
- Fri Dec 14, 2012 8:41 pm
- Replies 2
- Views 1010
[SOLVED] Order Status "Notify Customer" - CC Email to Admin?
Okay, I have been searching the forum for days and I still can't find what I'm looking for, so I'm just going to ask again. As far as I remember, I had edited some of the core files (following a previous post) so that when an admin changed an order's status and selected "Notify Customer", ...
Jump to post- Thu Dec 13, 2012 7:53 am
- Replies 2
- Views 1010
Re: Banner Slideshow Image Order Issue [SOLVED]
Woot! Thanks for the vqmod - made things so much easier. No more random slideshow orders for me!
v 1.5.3.1
- Mon Dec 10, 2012 8:11 am
- Replies 35
- Views 41813
Re: Automatically mark digital downloads as 'complete'?
Thanks avvici! Makes sense - I probably need to reassign some of the statuses for him. :) Right now we use "complete" to mean "shipped". I think his real request, though, is that the download only orders are automatically marked as "shipped" after payment, so that he do...
Jump to post- Wed Aug 29, 2012 2:46 pm
- Replies 3
- Views 645
Automatically mark digital downloads as 'complete'?
Hi all! My client sells both physical products and digital downloads on his store. When downloads are paid for by credit card/Paypal, he would like for the orders to be marked as "complete" so that the customers can download their file and the status is not left as "pending" (not...
Jump to post- Wed Aug 29, 2012 7:49 am
- Replies 3
- Views 645
Re: Products Purchased Report Error
Thanks! I actually solved the problem since and forgot that I had asked, or I would have posted back sooner. I found that it had to do with incorrectly filling out the "Model" field of each product - I had used the type, e.g. 'Book' or 'CD', instead of the unique product code (e.g. 0405) t...
Jump to post- Sat Aug 04, 2012 4:10 pm
- Replies 2
- Views 367
Re: JUST PURCHASED EXTENSION DOWNLOAD AUTO INSERT
@zelda: Change line 43 of the download.php file from
Code: Select all
$data['download'] = $filename;
Code: Select all
$data['filename'] = $filename;
- Wed Jul 18, 2012 10:07 am
- Replies 6
- Views 1877
Re: JUST PURCHASED EXTENSION DOWNLOAD AUTO INSERT
Erhm, back to the point, I'm experiencing the same problem. Had it working fine on 1.5.1.3, but it seems to have stopped working since I upgraded to 1.5.3. Did you manage to find a solution yet, zelda?
Otherwise I'll have a look at it tomorrow and will post back when I have it working again.
- Mon Jul 16, 2012 8:17 pm
- Replies 6
- Views 1877
Re: Admin/Sales/Customer/Transactions?
@Solan: you can change the text in the file admin/language/english/english.php
Jump to post- Thu Jun 14, 2012 12:05 pm
- Replies 18
- Views 23591
Re: [MOD] - Download Links in Emails
Thanks wintech! Works for me in 1.5.1.3.
Jump to post- Thu Mar 22, 2012 9:38 am
- Replies 20
- Views 11996
Re: Moved search function, now broke - SOLVED.
@uksitebuilder
You mean after all that, all I needed to do was change one little word in the common.js file!? <weak smile>
Ah well, it works now. Thanks.
- Wed Mar 14, 2012 8:26 am
- Replies 8
- Views 7080
Re: How to customise navigation drop-menu e.g. 3 or more dee
@benfrain.com Thanks, worked in 1.5.1.3, but I only needed to use a little bit of that code from the footer.php (controller) in my header.php, not the whole thing. Ended up with $this->language->load('common/footer'); $this->data['text_information'] = $this->language->get('text_information'); $this-...
Jump to post- Fri Mar 02, 2012 6:58 am
- Replies 6
- Views 4928
Re: Search Engine search descriptions by default
Thanks Kyle! Editing common.js works great for me.
Jump to post- Fri Mar 02, 2012 6:42 am
- Replies 35
- Views 24406
Re: Little help with category images
In catalog/controller/product/category.php around line 134 find $product_total = $this->model_catalog_product->getTotalProducts($data); and paste below it if($result['image']) { $image = $this->model_tool_image->resize($result['image'], $this->config->get('config_image_product_width'), $this->confi...
Jump to post- Fri Mar 02, 2012 6:32 am
- Replies 13
- Views 5121
Re: show category title on product page
@dmonco See post by Chones http://forum.opencart.com/viewtopic.php?t=13347 My modified a little bit modified code (not using SEO url) : <?php $this->load->model('catalog/category'); $query = $this->db->query("SELECT category_id FROM product_to_category WHERE product_id = '".$product_id.&q...
Jump to post- Fri Mar 02, 2012 6:24 am
- Replies 13
- Views 16185
Search found 15 matches