Search found 94 matches

Search found 94 matches

Re: 2nd page repeat items

i did set it to sort by name a while ago but got complaints from people that they wanted a sort order. now it causes problems. one way to solve it is to add a sort order for ever product. Makes sense for small shops, but having to set order for lots of products is a pain and if you remove, add etc....

Jump to post
  • Tue Nov 08, 2011 1:50 am
  • Replies 14
  • Views 5018
Re: 2nd page repeat items

Had the same problem, it's just the sorting method that gives this problem. I hope I can explain it to you: go to: catelog/controller/product/category.tpl Find: if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'p.sort_order'; } if (isset($this->request...

Jump to post
  • Mon Nov 07, 2011 11:48 pm
  • Replies 14
  • Views 5018
Re: Products duplicating

Tried again - changed both $sql .= " ORDER BY p.sort_order" entries in catalog/model/catalog/product.php and $sort = 'p.sort_order' ; in catalog/controller/product/category.php (my guess as catalog/controller/catalog/category.php doesn't exist). Still got those SQL errors in random categor...

Jump to post
  • Mon Nov 07, 2011 11:27 pm
  • Replies 19
  • Views 4434
Re: Products duplicating

Just a thought:

$sql .= " ORDER BY p.sort_order"; appears twice in catalog/model/catalog/product.php, so I changed both entries..

Jump to post
  • Sat Nov 05, 2011 2:56 am
  • Replies 19
  • Views 4434
Re: Products duplicating

in catalog/model/catalog/product.php find: $sql .= " ORDER BY p.sort_order"; change to: $sql .= " ORDER BY p.sort_order ASC p.product_id"; This kind of fixed my sorting issues, but after few page reloads it repeats again.. catalog/controller/catalog/category.php find $sort = 'p....

Jump to post
  • Sat Nov 05, 2011 2:50 am
  • Replies 19
  • Views 4434
Re: Adding products Out of Stock to the basket in 1.5.1.3

uksitebuilder wrote:This should help
http://forum.opencart.com/viewtopic.php?f=131&t=27693

Fantastic, fast answer as usual. :)


This could be a useful feature in next version!

Jump to post
  • Sat Nov 05, 2011 12:02 am
  • Replies 2
  • Views 287
[SOLVED] Adding products Out of Stock to the basket1.5.1.3

Customers are allowed to add out of stocks products to the shopping cart and then get warning when going to the checkout. What's the logic behind this idea? Surely if something is out of stock, there's no point in adding it to the cart? There's an "Allow customers to still checkout if the produ...

Jump to post
  • Fri Nov 04, 2011 11:57 pm
  • Replies 2
  • Views 287
Re: Products duplicated on multiple pages

bumping up, has anyone else experienced this problem?

Jump to post
  • Fri Nov 04, 2011 9:17 pm
  • Replies 2
  • Views 286
Re: Vouchers

Do you mean gift vouchers? Go to EXTENSIONS - ORDER TOTALS and disable Gift Voucher module.

Jump to post
  • Wed Nov 02, 2011 4:41 am
  • Replies 3
  • Views 446
Products duplicated on multiple pages

I noticed something odd in my store on OC 1.5.1.3. All my products belong to 'All teas' category and each of them also to another category. I get products list split into two pages 15 on each. However some of them are duplicated on both and therefore few are missing from this view. I removed all Pro...

Jump to post
  • Tue Nov 01, 2011 9:48 pm
  • Replies 2
  • Views 286
Re: Hey all take a look plz

@sima49 - must be just my eyes confused by perspective then, never mind! :crazy:

Jump to post
  • Sat Oct 22, 2011 2:01 am
  • Replies 6
  • Views 1143
Re: Hey all take a look plz

Really nice and clean, but I think some photos from homepage's slideshow are a bit stretched.. Try trimming them to the slideshow box size before uploading!

Jump to post
  • Fri Oct 21, 2011 4:48 am
  • Replies 6
  • Views 1143
Re: Witamy polskich uzytkowników OpenCart - przedstaw się :)

Planowany był z myślą dodatkowego dochodu, zwłaszcza że lepsza półówka przeszła na pól etatu i sporo siedzi z młodą w domu, więc równie dobrze może to dłubać w międzyczasie. Zobaczymy jak się rozkręci. :)

Jump to post
  • Thu Oct 20, 2011 6:52 pm
  • Replies 63
  • Views 70151
Applying coupon on Checkout page

As far as I can see, discount coupons can only be applied by going to 'Shopping Cart'.. I struggled to find it, let alone customers who shop online once a year.

Coupon option on Checkout page would be very helpful!

Jump to post
  • Thu Oct 20, 2011 7:14 am
  • Replies 0
  • Views 261
Re: Witamy polskich uzytkowników OpenCart - przedstaw się :)

Siedzę już trochę na forum i dopiero teraz zwóciłem uwagę na wątek. :-) Sklepów nie projektuję, OC mam wdrożony w sklepie żony - http://www.seventeas.co.uk. Konwersję psd -> template zleciłem komuś, żeby nie brnąć w tym całymi nocami, bo na codzień mam akurat bliżej do serwerowni, niż CSSów. Teraz s...

Jump to post
  • Thu Oct 20, 2011 6:56 am
  • Replies 63
  • Views 70151
How to select Google base product image?

Gooble Base feed by default sets main OC Product image as Product image in google search. Is there any way to force it to use one of the additional product photos from opencart in google product search results?

Jump to post
  • Fri Oct 14, 2011 5:47 pm
  • Replies 1
  • Views 927
Move items from Cart to Wish List

No need to explain really, any chance we could get a "Add/Move to wishlist" button on Shopping Cart page for those customers who change their mind in last minute?

Jump to post
  • Sat Oct 08, 2011 12:51 pm
  • Replies 0
  • Views 268
Re: Removed Countries and Zones from DB, but they still show

I removed all countries from Countries table in DB (too much clicking in Admin - 130 pages to go...), then zones not matchind their contry_id from zone table, my zone_to_geo_zone table also links only two countries I want to use. You can set Default Items Per Page (Admin) items in admin lists in th...

Jump to post
  • Sat Oct 08, 2011 5:14 am
  • Replies 4
  • Views 965
Re: Removed Countries and Zones from DB, but they still show

Qphoria wrote:Delete the files in system/cache

Ah, did the trick, thanks again for your help!

Jump to post
  • Sat Oct 08, 2011 5:13 am
  • Replies 4
  • Views 965

Search found 94 matches