Search found 30 matches

Search found 30 matches

Re: OpenCart 1.5.5 Bug Thread

after editing header.tpl and coupon.php as mentioned earlier in this thread (error after coupon in cart) this is the look af the admin of oc 1.5.5.1 http://www.polishangel.nl/screenshot-admin-1551.jpg dutch language btw coupons are working fine, but i don't like the look of the admin ;) I made that...

Jump to post
  • Thu Feb 21, 2013 5:16 pm
  • Replies 293
  • Views 197585
Re: :: January Theme Competition! ::

Templates must be valid XHTML 1.0 and CSS.

OpenCart Default theme is currently HTML 5

Jump to post
  • Wed Jan 02, 2013 6:56 pm
  • Replies 29
  • Views 14477
Re: [vQmod] - Price by Options 1.5.x

This breaks in OpenCart 1.54 as the follwoing has been removed from: catalog/model/catalog/product.php if ($query->num_rows) { $query->row['price'] = ($query->row['discount'] ? $query->row['discount'] : $query->row['price']); $query->row['rating'] = (int)$query->row['rating'];

Jump to post
  • Sat Aug 18, 2012 7:12 pm
  • Replies 129
  • Views 85014
Re: OpenCart 1.5.3 Released

If you are using a mac, then you could try searching google for a file merge programme for the mac... a very quick search brings up diffmerge and filemerge cant tell you what they are like or even if they are free, but a quick glance suggests that they should be able to do the job. Im sure there ar...

Jump to post
  • Tue May 29, 2012 11:17 pm
  • Replies 86
  • Views 86944
Re: if statements for pages

think I have solved:

Code: Select all

<?php if (isset($this->request->get['route']) && $this->request->get['route'] == 'account/account) { ?>

Jump to post
  • Sat May 19, 2012 8:00 pm
  • Replies 1
  • Views 433
if statements for pages

Trying to work out where I would find the names for the pages for example if I wanted to add a script to say the account page but call it from the footer would it be something like: <?php if $account { ?> <script>some crap here</script <? } ?> and if so is there an easy way to work out what each pag...

Jump to post
  • Sat May 19, 2012 7:35 pm
  • Replies 1
  • Views 433
Re: OpenCart 1.5.2 Bug Thread

Daniel wrote:js and &amps; don;t like each other.
Yeah made the mistake of picking the wrong line lol

Jump to post
  • Sun May 13, 2012 10:54 am
  • Replies 139
  • Views 246880
Re: OpenCart 1.5.2 Bug Thread

Ok a another really minor thing on page: template/checkout/cart.tpl on mine is lines 186-187 <tr> <td colspan="5" class="right"><b><?php echo $total['title']; ?>:</b></td> <td class="right"><?php echo $total['text']; ?></td> </tr> should read: <tr> <td class="right...

Jump to post
  • Sat May 12, 2012 7:07 pm
  • Replies 139
  • Views 246880
Re: OpenCart 1.5.2 Bug Thread

Ok have another couple of minor ones in the module/cart.tpl and common/cart.tpl

There are 2 instances of

Code: Select all

<td align="right">
should be

Code: Select all

<td class="right">
as align is depreciatted.

Also

Code: Select all

&remove
should be set to

Code: Select all

&remove

Jump to post
  • Sat Apr 28, 2012 7:05 pm
  • Replies 139
  • Views 246880
Re: OpenCart 1.5.2 Bug Thread

Ok so the below is not exctly a bug but thought I would bring it up as I had a fix as well for it. I am looking at making an HTML 5 template (I know crazy ;) ) and on validating I had a few issues that came up obviously. Most were simple enough to solve and design based so not really worth bringing ...

Jump to post
  • Thu Apr 26, 2012 3:19 am
  • Replies 139
  • Views 246880
Re: 1.5.2.2 Google Checkout ?

I just merged our site to the latest code from SVN and there are files for google checkout however I do not see it on the payment module page so maybe its not quite ready yet

Jump to post
  • Sun Apr 01, 2012 8:19 pm
  • Replies 3
  • Views 744
Re: OpenCart 1.5.2 Released

I see one issue with no point release and that being people who have vqmods, if one suddenly stops working because say the search reference fails or what have you. They then contact the author who asks them which version they have what do they answer? I think with any automated backend updates there...

Jump to post
  • Sun Apr 01, 2012 6:38 pm
  • Replies 180
  • Views 95558
Re: [vQmod]Product Display Settings (free)

florinsith wrote:okay, its fixed now, so please redownload it.

Great can confirm now works :)

Jump to post
  • Wed Mar 21, 2012 5:21 am
  • Replies 133
  • Views 70617
Re: [vQmod]Product Display Settings (free)

florinsith wrote:I will look into the problem mentioned 1 post above.
Thanks

Jump to post
  • Wed Mar 21, 2012 1:27 am
  • Replies 133
  • Views 70617
Re: [vQmod]Product Display Settings (free)

264: if ($result['quantity'] <= 0) { 265: $rstock = $result['stock_status']; 264: Undefined index: quantity 265: Undefined index: stock_status These are the 2 lines in vq2-catalog_controller_product_category.php that it does not like when there are no products in category or search. Below are my ad...

Jump to post
  • Tue Mar 20, 2012 5:53 pm
  • Replies 133
  • Views 70617
Re: [vQmod] - Price by Options 1.5.x

Sorry I miss wrote was trying to say support modules like the product listing lol

Jump to post
  • Sat Mar 17, 2012 10:34 pm
  • Replies 129
  • Views 85014
Re: [WIP-MODULE] SVN Upgrade via Admin

Sounds good, on a side note would also be good if there was a method to check when a 3rd party extension/module has been updated and shown in admin, a bit like wordpress. Would probably involve having the developers them selves setting a check for this. Anyway can't wait for this module :)

Jump to post
  • Sat Mar 17, 2012 9:09 pm
  • Replies 22
  • Views 5282
Re: [vQmod] - Price by Options 1.5.x

I noticed that too any chance of an update to support modules as well as the product listing.

Cheers

Jump to post
  • Sat Mar 17, 2012 9:04 pm
  • Replies 129
  • Views 85014
Re: [vQmod]Product Display Settings (free)

After updating to 1.5.2.2 get the following error when this mod is active SVN: rev 941: Notice: Undefined index: quantity in /**/OpenCart/vqmod/vqcache/vq2-catalog_controller_product_category.php on line 264Notice: Undefined index: stock_status in /**/OpenCart/vqmod/vqcache/vq2-catalog_controller_pr...

Jump to post
  • Sat Mar 17, 2012 8:46 pm
  • Replies 133
  • Views 70617
[SOLVED] Extension page on OpenCart

Is it just me or has something happened to the extension page on OpenCart, not looking very healthy at present, has someone just updated the site and missed a closing tag? lol

Jump to post
  • Sat Mar 10, 2012 9:10 am
  • Replies 2
  • Views 670

Search found 30 matches