Page 2 of 3

Re: [MOD] Add Product Options to Categories

Posted: Sat Sep 11, 2010 5:22 pm
by lg1
You just need to find the files that do it for home, eg i think it is latest.tpl or something and edit the controller file, the code should be similar for any section.

Sorry cant help further not working on opencart atm

Re: [MOD] Add Product Options to Categories

Posted: Tue Oct 26, 2010 4:52 am
by adesignl
Can I get a link to a sample cart that is using this mod. I would like to see it in action.

Re: [MOD] Add Product Options to Categories

Posted: Tue Oct 26, 2010 8:34 am
by lg1
sorry i moved to prestacart u have to ask someone else

Re: [MOD] Add Product Options to Categories

Posted: Tue Oct 26, 2010 5:20 pm
by gujjar
hello guys..
i am back with small problem i am using this mod and its working really nice... if you go to this page http://umarstudio.com/pizza.png and see that in the list options its showing the price 25.0000 some thing actually it should be kr 25.00 ... that would be really nice if jty can help because i m using the same files he gave me...

And the price which is not inside the list option shows fine.. thanks...

Re: [MOD] Add Product Options to Categories

Posted: Tue Oct 26, 2010 5:48 pm
by jty
It's a format issue and I am not able to help on formating price as it involves the currency and maybe tax classes which I have removed. It would take me too long to work out.
My advice is to look at the product.php controller, see how options prices are coded there and copy it.

Re: [MOD] Add Product Options to Categories

Posted: Thu Oct 28, 2010 3:12 am
by gujjar
i have been looking in produt.php and found that i need to add this line some where in category.php for options list.

Code: Select all

'price' => (float)$option_value['price'] ? $this->currency->format($this->tax->calculate($option_value['price'], $product_info['tax_class_id'], $this->config->get('config_tax'))) : FALSE,
as i understood it just need the float and the tax calculation thats it i cant figure it out how to and where to place this line in category.php .. i m not that good in codes :P so any one can help me..

Re: [MOD] Add Product Options to Categories

Posted: Sun Oct 31, 2010 5:53 am
by gujjar
ok i just fixed the price problem...

Re: [MOD] Add Product Options to Categories

Posted: Thu Jun 02, 2011 2:50 pm
by palrt1
i do not find any document.load in cart.tpl. please send the full javascript of cart.tpl
Please send me the full script. thanks.

Re: [MOD] Add Product Options to Categories

Posted: Wed Sep 21, 2011 8:13 pm
by mike_jandreau
Anyone know if this same code will work for 1.5.1?

I'm looking to do something similar and can't find anything 1.5.1 specific.

Re: [MOD] Add Product Options to Categories

Posted: Wed Sep 21, 2011 9:42 pm
by mike_jandreau
mike_jandreau wrote:Anyone know if this same code will work for 1.5.1?

I'm looking to do something similar and can't find anything 1.5.1 specific.
Nope, I gave it a whirl, and since so much has changed between 1.4.9 and 1.5, this doesn't work anymore.

[SOLVED] Anyone care to update this mod for Opencart 1.5.x.

Posted: Tue Oct 04, 2011 4:22 am
by begintostart
I would really like to see this mod updated to work with Opencart 1.5.x.

I may be able to pay or donate depending on the price. The updated mod would be posted publicly on this forum so that it's available for everyone.

Judging by the activity in this thread I'm not the only one that's interested.

If you're familiar enough with Opencart to make the update and have read this far please post here or PM me directly.

:)

UPDATED ON OCTOBER 12, 2011

I hired a programmer on the board to create a VQMOD that works similarly to this hardcoded mod. It works perfectly with Opencart 1.5.x.

I'll post it for everyone's use soon.

8)

UPDATED ON OCTOBER 19, 2011

The completed VQMOD file is attached. It will display all Product Options in the "Featured" module if used as-is. You can use it without VQMOD like I did by hardcoding the code.

VQMOD files are written exactly like an instruction manual. If you open the file and read it, it will tell you the exact place to put each piece of code.

O0

Re: [MOD] Add Product Options to Categories

Posted: Wed Oct 05, 2011 7:38 am
by victor.gatto
grid view looks great, what does it look like in list view?

Re: CAN PAY: Anyone care to update this mod for Opencart 1.5

Posted: Wed Oct 05, 2011 8:01 am
by victor.gatto
begintostart wrote:I would really like to see this mod updated to work with Opencart 1.5.x.

I may be able to pay or donate depending on the price. The updated mod would be posted publicly on this forum so that it's available for everyone.

Judging by the activity in this thread I'm not the only one that's interested.

If you're familiar enough with Opencart to make the update and have read this far please post here or PM me directly.

:)

same i need it for 1.5.1.1

Re: [MOD] Add Product Options to Categories

Posted: Thu Oct 13, 2011 10:11 am
by itmanvn
cool, waiting for vqmod :joker:

Re: [MOD] Add Product Options to Categories

Posted: Thu Oct 27, 2011 5:50 am
by victor.gatto
does this work in list view?

Re: [SOLVED] Anyone care to update this mod for Opencart 1.5

Posted: Thu Oct 27, 2011 5:54 am
by victor.gatto
begintostart wrote:I would really like to see this mod updated to work with Opencart 1.5.x.

I may be able to pay or donate depending on the price. The updated mod would be posted publicly on this forum so that it's available for everyone.

Judging by the activity in this thread I'm not the only one that's interested.

If you're familiar enough with Opencart to make the update and have read this far please post here or PM me directly.

:)

UPDATED ON OCTOBER 12, 2011

I hired a programmer on the board to create a VQMOD that works similarly to this hardcoded mod. It works perfectly with Opencart 1.5.x.

I'll post it for everyone's use soon.

8)

UPDATED ON OCTOBER 19, 2011

The completed VQMOD file is attached. It will display all Product Options in the "Featured" module if used as-is. You can use it without VQMOD like I did by hardcoding the code.

VQMOD files are written exactly like an instruction manual. If you open the file and read it, it will tell you the exact place to put each piece of code.

O0
\

ahhhhh this is only for featured, i need it for categories in list view!!

Re: [MOD] Add Product Options to Categories

Posted: Sat Nov 12, 2011 12:14 am
by mimarinkovic
I did everything as it is written and works great ... but I have a problem .... For guests, feature to see the price of products is turned off, but they can click on the add to cart button, and in the basket is seen price.
Can this be changed ... to not see price for guests ?
Or not to see the add to cart button .... for guests ?

Thanks !

Re: [SOLVED] Anyone care to update this mod for Opencart 1.5

Posted: Sat Nov 26, 2011 7:32 am
by Amrit
victor.gatto wrote:ahhhhh this is only for featured, i need it for categories in list view!!
Updated module here, works for 1.5x.
http://www.opencart.com/index.php?route ... order=DESC

Cheers

Re: [MOD] Add Product Options to Categories

Posted: Sun Dec 11, 2011 7:44 am
by dimko
Have anyone made this for 1.5.x ?

Re: [MOD] Add Product Options to Categories

Posted: Mon Mar 05, 2012 2:24 pm
by bennyblanco
Hi,

I want to know if there's a way to have the the options that you can add multiple quantity's so for example size 5 as a option and be able to add any number quantity in the box?

TY