Page 1 of 1
Search found 20 matches
Re: Kinder - 4 in 1 Premium Opencart >> Updated to OpenCart
Hi,
Is there any chance to try demo at backend, e.g. admin pages
Thanks
- Mon Dec 26, 2011 4:25 pm
- Replies 6
- Views 4465
Re: [1.5.1.3] New 1.5.x search design causes new problems
Hi,
We cannot also search by product code. Here is example of searching "product 9" at demo site.
http://demo.opencart.com/index.php?rout ... ption=true
Thanks
- Mon Dec 26, 2011 3:55 pm
- Replies 57
- Views 22363
Template to be switched automactically?
Hi all,
Is there any chance to set up templates can be switched automatically following by time on server or customer end. For example, day time to be template 1, night time to be template 2 or by weekdays.
Many thanks
- Sun Dec 18, 2011 12:52 am
- Replies 1
- Views 317
Re: OpenCart v1.5.0 RC2
Hi all,
After step 3 of installation process, a blank page appears without any msg. Can anybody give a hand pls?
Thanks
- Mon May 30, 2011 6:04 am
- Replies 80
- Views 33315
Re: Step 3 in installation process went to a blank page
Hi all,
Having clicked to continue in step 3 i.e. after providing userdatabase, databasename etc..., and then went to a blank page? No message or text
Don't know why, please help
Many thanks
- Thu May 26, 2011 5:36 am
- Replies 153
- Views 45130
Re: ALPHABETICAL LISTING OF PRODUCTS
Hi,
I've posted a similar query few months ago http://forum.opencart.com/viewtopic.php?f=110&t=21879. Just post a reply to keep this thread in my posted list so that I can see possible solution.
Regards,
a baby of OC
- Mon Feb 28, 2011 8:29 am
- Replies 6
- Views 2567
Re: Show Weight UNIT
I agree that your solultion is one of shortcut, sometime I also stuggled with the MVC framework, but if we don't follow MVC then we probaly end up a new generation of OC
- Sun Dec 05, 2010 3:52 am
- Replies 30
- Views 10987
Re: [Module] - FREE - Script Manager
Many thanks
Really handy for those who like modifying OC
- Sat Dec 04, 2010 8:37 am
- Replies 7
- Views 3157
Re: Show Weight UNIT
I get a lot of helps from this forum. Thanks for every litle helps. In return we can show weight unit with this link http://translate.google.co.uk/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&sl=id&tl=en&u=http%3A%2F%2Fforum.opencart.com%2Fviewtopic.php%3Ff%3D104%26t%3D16716%23p82181&act=ur...
Jump to post- Sat Dec 04, 2010 8:33 am
- Replies 30
- Views 10987
Re: Extensibility - A collection of research and ideas
Many thanks
Jump to post- Sat Dec 04, 2010 7:50 am
- Replies 20
- Views 8490
Re: Adding discount for 2000 products
I've done very similar job but only about 400 products for my friend site, each product has three discount options (buy 3 6 10, -3% -6% -10% respectively). Having considered modifying codes or database. I choose the later. Here what I done. - Exported product_discount table from database to SQL - Ge...
Jump to post- Tue Nov 30, 2010 4:55 am
- Replies 2
- Views 420
Re: Integration with Point of Sale
Does anybody have updated news about POS working with OC ?
Thks
- Thu Nov 18, 2010 5:59 am
- Replies 48
- Views 32562
Shop by A to Z brand index
Would I ask for a feature of shopping by A to Z brand name index and for product as well.
It should be similar to this http://www.johnlewis.com/Shop+by+Brand/A/Area.aspx
Many thanks.
A very baby of OC & php
- Tue Oct 26, 2010 4:57 am
- Replies 1
- Views 3142
Re: How to add Stock Status to Category Page
It works perfectly.jules_nz wrote:My apologies I missed a step!
You need to add the stock field to the array in the catalog/controller/product/category.php
Find code:And add on the next line:Code: Select all
'special' => $special,
Code: Select all
'stock' => $this->data['stock'],
Many thanks Jump to post
- Thu Oct 14, 2010 5:19 am
- Replies 14
- Views 6227
Re: [MOD] Latest Prod use date_available instead of date_add
Thanks for both your considered responses. I see what you mean about date_modified...for my wife and myself, we just change date_available on products that we don't want as latest products to an earlier day. Of course, if you have lots of products appearing on a single day in the future, that's not...
Jump to post- Tue Oct 12, 2010 7:39 am
- Replies 16
- Views 8070
Re: How to add Stock Status to Category Page
Hi jules_nz, I've been following your instruction but it does not work. In store front it shows Notice: Undefined index: stock in .../catalog/view/theme/default/template/product/category.tpl on line xx where xx= <?php echo $products[$j]['stock']; ?> when I removed ['stock'] it shown "Array" I acctua...
Jump to post- Tue Oct 12, 2010 5:52 am
- Replies 14
- Views 6227
Re: Display more fields of product in category page
In addition to .tpl and the controller, you might also have to modify the model if the model doesn't already get the data that you require This topic http://forum.opencart.com/viewtopic.php?f=19&t=21195 shows how to add stock status to the category page in 1.4.7 see if that can help you. I know it'...
Jump to post- Tue Oct 12, 2010 3:13 am
- Replies 2
- Views 758
Re: [Released] Homepage Slideshow Module in IE6
Hi Readyman
I bought this extension on 2nd of Oct. It works very well and I am pleased with that. It has problem in IE6, photo are out of design window area and of course stop sliding.
I tried contact through ur website but put just in case it cannot reach you.
Thanks
- Tue Oct 12, 2010 1:38 am
- Replies 38
- Views 14843
Display more fields of product in category page
Hi all, I want to display more information of per product in category page, say "location" for example. I found a topic indicating how to display more fields of product in product page but cannot follow to do in category page. Their codes look quite different as product page is for single item while...
Jump to post- Sat Oct 09, 2010 6:29 pm
- Replies 2
- Views 758
Re: [MOD] - Show Additional Fields on Product Page
Hi all, I'm a novice of either OC or PHP then need some helps. I got some items like milk weighted by ml rather than kg or pound. I add one more unit say milliliter (ml) scaling 1000, i.e. 1000ml=1kg (assumed). The items now have to show correct units, for instance "Weight: 500 ml" rather than "Weig...
Jump to post- Thu Oct 07, 2010 5:28 am
- Replies 32
- Views 22519
Search found 20 matches