Page 1 of 1
Search found 16 matches
Re: How to add product in Featured module as descending
here is my website http://partworntyreleicester.co.uk/ on the main page i have featured module name as best deal of the day.
when i go in featured module and add new product that product go live randomly.
- Sun Feb 09, 2014 4:39 am
- Replies 3
- Views 814
Re: How to add product in Featured module as descending
1. EDIT: catalog/controller/module/featured.php 2. FIND: protected function index($setting) { 3. BEFORE, ADD: private function array_sort_by_column(&$arr, $col, $dir = SORT_ASC) { $sort_col = array(); foreach ($arr as $key=> $row) { $sort_col[$key] = $row[$col]; } array_multisort($sort_col, $di...
Jump to post- Sun Feb 09, 2014 4:16 am
- Replies 3
- Views 814
How to add product in Featured module as descending
As title mention in featured module if we add product it go at the end but i want to be in opposite way.whenever i add product it should get 1st position instead of last.Please help
Thanks
Aqib
- Wed Feb 05, 2014 3:04 am
- Replies 3
- Views 814
Re: Adding Product Directly to DB not showing on front view
Thank you very much for your response but i figure it out by my self.
i did not change language id from 0 to 1.
i did not change status from 0 to 1
after changing status and language id all 11k products showing on my front and admin panel.
- Tue Jan 14, 2014 11:14 pm
- Replies 3
- Views 893
Adding Product Directly to DB not showing on front view
Hi,As tittle Mention.i have added 10k+ products direct to database manually.i have done this thing by download CSV of following -Product -Product_Description -Product_to_category -Product_to_Store After download the CSV i edit the CSV file with 10K products.it took me 12 hours to do this but unfortu...
Jump to post- Tue Jan 14, 2014 5:24 am
- Replies 3
- Views 893
/vqmod/vqcache/vq2-system_engine_loader.php on line 48
I have import the item from ebay using ebaypro ext but when i try to edit those item in products its giving me following error. /vqmod/vqcache/vq2-system_engine_loader.php on line 48 even if i click in insert new product i get this error. Could not load model catalog/profile! in /home/ukquickc/publi...
Jump to post- Sat Nov 09, 2013 11:14 pm
- Replies 1
- Views 3850
Re: How to show side bar Category on search page
Just add the category module to the Default Layout, and make sure the Default layout is actually the default layout in the Settings. Alternatively, add a new Layout "Search", and add the search route (product/search), then add the Category module to the new layout. This sounds like what y...
Jump to post- Sat Jun 09, 2012 5:38 am
- Replies 3
- Views 1790
How to show side bar Category on search page[solved]
Hello Open Cart Members,
we can Show side bar category on different pages like on product,home,account,checkout contact but i want to show category on search page like someone search for iphone and on that search page i want to show sidebar categories.
- Fri Jun 08, 2012 9:02 am
- Replies 3
- Views 1790
Re: How to Remove Top Menu Category on Side bar Categories
I think you missed the question. The OP wants to know how to remove categories in the top-menu from displaying in the Category Sidebox. This would be relatively easy: Find the following (line 33 in 1.5.2.1) in catalog/controller/module/category.php foreach ($categories as $category) { And the line ...
Jump to post- Fri Jun 08, 2012 8:58 am
- Replies 7
- Views 9053
Re: How to Remove Top Menu Category on Side bar Categories
I guess you did not understand.I dont wanna show menu category on sidebar category.
My store :http://www.decentstore.com/
There is only one category name as home on menu bar,now i dont wanna show this home category on sidebar category.
- Thu Jun 07, 2012 6:35 pm
- Replies 7
- Views 9053
Remove Top Menu Category on Side bar Categories[Solved]
Hello Opencart Members,
As title say how i can remove top menu (navigation bar) category on side bar categories?
Thansk in Advanced.
- Thu Jun 07, 2012 4:34 pm
- Replies 7
- Views 9053
Re: Need BUY IT NOW Button With every Product
Remove the onclick of the buy now button on product page. Its enough to have the id button-cart2, it doesnt need the onclick. Right now, its added once trought the code from product.tpl and once trough the code from common.js Thank you Very Much a Huge Thanks From My side,Problem Has Been Resolved ...
Jump to post- Wed Jun 06, 2012 11:57 am
- Replies 7
- Views 6031
Re: Need BUY IT NOW Button With every Product
No Reply Please Help me...
- Mon Jun 04, 2012 11:09 pm
- Replies 7
- Views 6031
Re: Need BUY IT NOW Button With every Product
I guess, you are having this problem on the product page. The product page has dufferent code for the add to cart button, in product.tpl , near the end find the js for button-cart, duplicate it to button-cart2 and aply the modification. And then again clone the add to cart button from product .tpl ...
Jump to post- Mon Jun 04, 2012 2:09 am
- Replies 7
- Views 6031
Re: Need BUY IT NOW Button With every Product
Here is a small tutorial on how to make the add to cart redirect to cart/checkout : http://forum.opencart.com/viewtopic.php?f=20&t=22570&start=0#p180983 But in common.js, instead of modifying the add to cart function, first duplicate it to add to cart 2 and then apply the modification. Then...
Jump to post- Sun Jun 03, 2012 11:20 am
- Replies 7
- Views 6031
Need BUY IT NOW Button With every Product[Solved]
Hi Open Cart Members, I hope you are all good,i'm really enjoying this open cart script but the problem i'm facing i want to add "Buy it now" Button With every Product. I want Both button,"Add TO Cart" and "Buy it Now" The Buy it Now Function Should work like in that wa...
Jump to post- Sun Jun 03, 2012 8:14 am
- Replies 7
- Views 6031
Search found 16 matches