Search found 33 matches

Search found 33 matches

Re: Is it possible to add a default product image?

Many thanks Qphoria. I found your solution very useful and easy to implement. I created a VQmod for OC v.1.5.5.1. If anyone wants to use it, you can download it free here: http://www.opencart.com/index.php?route=extension/extension/info&token=51e415caea66f2e4855ab78b10c7c4ea&extension_id=125...

Jump to post
  • Thu Jul 04, 2013 8:29 am
  • Replies 10
  • Views 9453
Re: Email Not Working.

Try replacing catalog/model/checkout/order.php with the original file. This solved my problem, I wasn't receiving order email notifications either. Remember to keep a backup copy of the order.php before you replace it!

Jump to post
  • Thu Mar 28, 2013 8:33 am
  • Replies 60
  • Views 38691
Re: show category title on product page

@eleven28 Just a minor tweak to get this working in OC version 1.5.5.1: added the prefix oc_ to product_to_category <?php $this->load->model('catalog/category'); $query = $this->db->query("SELECT category_id FROM oc_product_to_category WHERE product_id = '".$product_id."'"); $pro...

Jump to post
  • Sun Mar 24, 2013 6:25 am
  • Replies 13
  • Views 15336
Re: PayPal orders not showing on dashboard - v1.5.1

I had a similar problem but with a different payment module. I remembered that a while back I had redirected my website url from yourstore.com to http://www.yourstore.com (after I noticed that the add to cart button didn't work when users typed my domain without the www prefix). This must have cause...

Jump to post
  • Tue Feb 26, 2013 9:06 am
  • Replies 30
  • Views 19310
Re: Small List of OC jobs

I agree with ecgod.com I think your best bet is to build a new site using the latest Opencart 1.5.5.1, change the design to match your site but develop the site offline, for instance on localhost using xampp or other open source software installation. In this way you can test all the extensions and ...

Jump to post
  • Mon Feb 11, 2013 9:40 am
  • Replies 3
  • Views 911
Re: OpenCart 1.5.5 Bug Thread

Invalid file type error when uploading zip and xml file type (in Admin > Catalog > Downloads), even though admin server settings include correct file type and mime settings. Problem occurs with fresh install Opencart 1.5.5.1. Problem also occurs with upgrade to 1.5.5.1. Other file types such as png,...

Jump to post
  • Sat Feb 09, 2013 6:44 am
  • Replies 293
  • Views 197625
Re: Problem uploading for downloadable product

Same problem. For the timebeing, I have commented out the 'Allowed file extension types' and 'Allowed file mime types' code in download.php. Not ideal, but one way around it temporarily.

Jump to post
  • Sat Feb 09, 2013 6:35 am
  • Replies 3
  • Views 3367
Re: from 1.5.4.1 to 1.5.5.1

I upgraded my site to 1.5.5.1 and am having the same problem with zip files. I have included the mime type but still no success. Here are my settings in Admin:

Allowed file extensions:
.zip
.ZIP
Allowed File Mime Types:
application/zip

Jump to post
  • Fri Feb 08, 2013 10:17 am
  • Replies 9
  • Views 10217
Re: payment modules???

I have a Mal's Opencart Payment module (v1.5x) for commercial release here http://www.opencart.com/index.php?route ... on_id=7759

Jump to post
  • Sat Dec 08, 2012 5:29 am
  • Replies 4
  • Views 1160
Re: Payment Gateways Needed!

Hi, I have a Mal's Payment Module for Opencart v1.5x available for commercial release here http://www.opencart.com/index.php?route ... on_id=7759

Jump to post
  • Sat Dec 08, 2012 5:14 am
  • Replies 49
  • Views 18070
Re: [SOLVED] responsive images % width/height (not pixel)

Took me a while to work this one out but the answer is to add this line in the responsive stylesheet:

img{
max-width:100%;
}

Jump to post
  • Mon Nov 12, 2012 9:50 am
  • Replies 2
  • Views 2277
[SOLVED] responsive images % width/height (not pixel)

I'm adapting an existing responsive html website into an Opencart powered website version 1.5.4.1. I have run into an issue with the size of the Featured Products images on the home page. The images width and height are already set in a percentage value in the CSS in the main stylesheet. However, th...

Jump to post
  • Sat Nov 10, 2012 3:53 pm
  • Replies 2
  • Views 2277
Re: Product and Order History-tab is blank.

I had the same problem, I had added some payment icons to the payment language file which caused the problem. As soon as I removed the url links to the images in the language file, the problem was solved.

Jump to post
  • Sat Oct 13, 2012 6:21 am
  • Replies 1
  • Views 1065
Re: Add to cart on category redirecting me to prodct details

I have an extension which does just this, compatible with OC versions 1.5.x here: http://www.opencart.com/index.php?route ... on_id=8649 See live demo: http://openx.com.au/demo1541/index.php? ... ry&path=20 To see products with options click on 'add to cart' button for Canon EOS 5D or Apple Cine...

Jump to post
  • Mon Oct 08, 2012 11:47 am
  • Replies 8
  • Views 1276
Re: [MOD] Add Product Options to Categories

I have an extension compatible with OC versions 1.5.x here: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=8649 Live demo: http://openx.com.au/demo1541/index.php?route=product/category&path=20 To see products with options click on 'add to cart' button for Canon...

Jump to post
  • Mon Oct 08, 2012 11:40 am
  • Replies 55
  • Views 76842
Re: Sorting Products in Admin

My commercial extension drag and drop product sort order in admin adds a sort order column. You can click on the sort order column's heading to change the sort view from ascending to descending and vice versa. See here: http://www.opencart.com/index.php?route=extension/extension/info&extension_i...

Jump to post
  • Sun Sep 09, 2012 5:04 am
  • Replies 2
  • Views 463

Search found 33 matches