Search found 38 matches

Search found 38 matches

Admin Sale Order Form - Including SKU When Adding New Products

I am hoping the community can help point me in the right direction. I am building a vQmod for OC v1.5.5.1 to display the SKU at all points throughout the checkout and admin. I have nearly completed this but I have hit a brick wall on the admin sale order form (editing the order and adding products e...

Jump to post
  • Wed Sep 21, 2016 10:43 am
  • Replies 5
  • Views 1780
Setting Different Product Sort Order for Multiple Categories

I may be asking for too much here but I was wondering if anyone was aware of any method or an existing extension that would allow the following. If a product is placed in multiple categories, I would like to assign a sort order for the product which is linked to each specific category. For example, ...

Jump to post
  • Wed Mar 16, 2016 9:42 am
  • Replies 0
  • Views 307
Re: [Help] Picture in CATEGORIES so small

In admin go to System > Settings > Edit > Image Tab

Jump to post
  • Tue Mar 11, 2014 9:03 pm
  • Replies 2
  • Views 314
Re: Choose font for product

Would a dynamic stylesheet switch work? http://www.dynamicdrive.com/dynamicindex9/stylesheetswitcher.htm This way you could assign the text you would like to swap with an ID or class. Then with with a menu or radio button etc. you could swap the stylesheet, which would then change the font. I assume...

Jump to post
  • Mon Mar 10, 2014 7:05 am
  • Replies 3
  • Views 584
Re: Error Log - Undefined Index ... points_value & price_val

The errors are providing all the clues you need. Open up the template file from the vQmod cache folder and take a look at lines 332 and 334. Then work backwards. First the controller and then the model. The code you have referenced (points_value and price_value) is not in the default template file s...

Jump to post
  • Sun Mar 09, 2014 10:47 pm
  • Replies 1
  • Views 446
Re: Submit to search engines

Probably the easiest (least intrusive) method is to upload a HTML verification file via FTP. https://support.google.com/webmasters/answer/35658 Alternatively, (if you do not want to modify header.tpl or use vQmod) you can simply add the verification meta tag in the same section that the Google Analy...

Jump to post
  • Sun Mar 09, 2014 6:18 pm
  • Replies 3
  • Views 561
Re: How to set an information page as the Landing or Homepag

Before you make any modification to htaccess or any other changes which may produce unexpected results, you need to first consider what it is exactly you would like to achieve. Would you like this information page to permanently be the home page? If you would, it may be better to seek one of the ava...

Jump to post
  • Sun Mar 09, 2014 1:15 pm
  • Replies 2
  • Views 868
Automatic Renaming of Cached Images

Hopefully one of the many knowledgeable members here may be able to assist. I am looking for a way to modify the image resize function to automatically rename cached images according to the product name. I am aware there is an extension but this renames the original file, therefore if multiple produ...

Jump to post
  • Sun Mar 09, 2014 9:38 am
  • Replies 1
  • Views 577
Re: Creating Product Page Similar to Information Info

Never mind... I found a solution.

Rather than trying to do this through the controller, it was far easier through the product template. :)

Jump to post
  • Mon Nov 11, 2013 5:24 am
  • Replies 1
  • Views 445
Creating Product Page Similar to Information Info

Please excuse the vague title but I will explain in more detail below. I have a requirement to load a product page which contains only the product description in much the same way that the information pages are loaded from the agree links (Colorbox). I have looked over the controller files and have ...

Jump to post
  • Sat Nov 09, 2013 11:20 pm
  • Replies 1
  • Views 445
Re: Monthly best sellers

-

Jump to post
  • Fri Apr 26, 2013 5:19 pm
  • Replies 7
  • Views 4048
Re: Monthly best sellers

I know this is an old thread but I am also looking to implement this for a client (they are using v1.5.2.1).

Would anyone be able to offer assistance with the required modifications?

Jump to post
  • Mon Apr 22, 2013 9:30 am
  • Replies 7
  • Views 4048
Re: Opencart Template IE 10 Menu Error

I have had a go an it seems IE10 needs the same fix as IE7. Nice work posting a fix, but is there any reason why you didn't just use the OR operator? Rather than repeating the same function, I simply changed... if ($.browser.version <= 7) { To... if ($.browser.version <= 7 || $.browser.version == 1...

Jump to post
  • Thu Apr 04, 2013 8:52 am
  • Replies 32
  • Views 9464
Re: [SOLVED] How to make different 404 error page?

I know this is an old thread but I thought I would post my solution for the benefit of others. I am not really a fan of hiding text via CSS unless this is required from a functional perspective such as drop down menu's etc. Why not just use PHP if statements to check against the desired page and ins...

Jump to post
  • Fri Jan 18, 2013 6:16 pm
  • Replies 8
  • Views 9654
Re: [vQmod] Hide Information & Category Pages + On/Off Site

Updated version just uploaded.

Added in version tolerance for OpenCart versions v1.5.2 through to v1.5.4.1 as the ability to remove Information Pages with a -1 sort order was removed from the core after v1.5.2.

Jump to post
  • Mon Sep 03, 2012 11:36 am
  • Replies 8
  • Views 8225
[vQmod] Hide Information & Category Pages + On/Off Site Map

This vQmod essentially allows certain pages to be hidden from the standard navigation (modules & footer etc.) but also offers the choice to list these pages in the Site Map (both on site and the XML feed) or not. Some may want to hide specified pages from standard locations such as navigation mo...

Jump to post
  • Sun Sep 02, 2012 12:31 am
  • Replies 8
  • Views 8225
Re: [vQmod] Disable Selected Products From Google Base Feed

If possible, could a Moderator move this to the Free Contributions > vQmod section?

Jump to post
  • Sat Sep 01, 2012 9:53 pm
  • Replies 1
  • Views 1275
[vQmod] Disable Selected Products From Google Base Feed

Simple vQmod that disables selected products from the default Google Base Feed. Admittedly, this may not be the most elegant solution (no on/off switch in admin panel) but it works, is simple and there is no need to modify any core files or upload any additional files. After uploading the vQmod, sim...

Jump to post
  • Wed Aug 29, 2012 4:55 pm
  • Replies 1
  • Views 1275

Search found 38 matches