Simple Question? simple answer?
I WANT TO KNOW, is it possible to have The product details to have a Cat - (Yes) then to have a Sec Cat (yes) now i want to know, is it possible to have a Third and Fourth?
And if so, can the price change in an instance, as soo as you click From one drop down option to another?
e.g. I click on
(cat 1) Colour
(cat 2 ) - Black - £20
(cat3) - Black with white lines
(cat 2 ) White - £35
(cat3) - white with purple lines £45
price chances if the pick a cat within a cat
do you understand?
I WANT TO KNOW, is it possible to have The product details to have a Cat - (Yes) then to have a Sec Cat (yes) now i want to know, is it possible to have a Third and Fourth?
And if so, can the price change in an instance, as soo as you click From one drop down option to another?
e.g. I click on
(cat 1) Colour
(cat 2 ) - Black - £20
(cat3) - Black with white lines
(cat 2 ) White - £35
(cat3) - white with purple lines £45
price chances if the pick a cat within a cat
do you understand?
no that was an example, thoses prices in the Sub Cat will add more price, if anything, or nothing.
i sell products which come in many comb, where i can have one cat, split on to many, and they split in to so many, and when the customer is ordering i want to know, specificly what they are ordering, and to price, with addtional cost, depending on the marterial they with to have.
and this can only happen if i have many sub cats in sub cats.
i sell products which come in many comb, where i can have one cat, split on to many, and they split in to so many, and when the customer is ordering i want to know, specificly what they are ordering, and to price, with addtional cost, depending on the marterial they with to have.
and this can only happen if i have many sub cats in sub cats.
Yes, you can have
(it's infinite
)
Code: Select all
Category
-- Sub Category
---- Sub Sub Category
------ Sub Sub Sub Category

Even though category_id is unsigned, I think you will find that the total number of all categories and descendants is currently restricted to 4294967296 (or 2^32 +1)JAY6390 wrote:it's infinite
Last edited by mystifier on Fri Sep 24, 2010 7:25 pm, edited 1 time in total.
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
You don't change any code
When you define a new category in Admin, you select the parent category on the data tab.

When you define a new category in Admin, you select the parent category on the data tab.
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
No not that Category,
i want more sub cat for my products, when ur buying them, in the item menu.
for eg.
when u lookin at the ipod
you can click if u want 8g, or 16g from the drop down list.
i want a drop down list that has sub cats
or when u click on a sub cat, a new drop down list apears, and u can click within it.
i want more sub cat for my products, when ur buying them, in the item menu.
for eg.
when u lookin at the ipod
you can click if u want 8g, or 16g from the drop down list.
i want a drop down list that has sub cats
or when u click on a sub cat, a new drop down list apears, and u can click within it.
Yeah you can
you'll need to edit the template file for the product found at
Find
and delete it
you'll need to edit the template file for the product found at
Code: Select all
/catalog/view/theme/your-theme-name/product/product.tpl
Code: Select all
<?php if ($option_value['price']) { ?>
<?php echo $option_value['prefix']; ?><?php echo $option_value['price']; ?>
<?php } ?>
You can't have sub Product Options but you can have as many Options as you like.
If you add a price, this price is adjusted (+ or -) from the standard product price. The adjustment is shown in the dropdown to show customers the price effect; if price is left empty, no adjustment is set and no price is shown.
Object $25 with selected options:
Colour -> Red (+$2)
Stripes -> Narrow (-$1)
Spots -> Large (+$1)
Diamonds -> Small (-$1)
Would select a Red Object with Large Spots, Narrow Stripes and Small Diamonds which, when added to the cart would have a value of $26 ($25 + $2 - $1 + $1 - $1)
Edit: Posts crossed while I was typing and falling ever further behind the conversation
If you add a price, this price is adjusted (+ or -) from the standard product price. The adjustment is shown in the dropdown to show customers the price effect; if price is left empty, no adjustment is set and no price is shown.
Object $25 with selected options:
Colour -> Red (+$2)
Stripes -> Narrow (-$1)
Spots -> Large (+$1)
Diamonds -> Small (-$1)
Would select a Red Object with Large Spots, Narrow Stripes and Small Diamonds which, when added to the cart would have a value of $26 ($25 + $2 - $1 + $1 - $1)
Edit: Posts crossed while I was typing and falling ever further behind the conversation
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Hello Again 
Is there a way i can avoid retyping the same option over and over again, for each item?
e.g
(cat 1) Colour
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
Then again, i make a new item, and repect the option list again?
i have

Is there a way i can avoid retyping the same option over and over again, for each item?
e.g
(cat 1) Colour
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
(cat 2 ) - Black - £20
Then again, i make a new item, and repect the option list again?
i have
Erm, Q and readyman have some mods available (think they're the only two)
Global Options, Mega Global options or something like that
http://www.alreadymade.com/
http://www.theqdomain.com/
Global Options, Mega Global options or something like that
http://www.alreadymade.com/
http://www.theqdomain.com/
Who is online
Users browsing this forum: Amazon [Bot] and 17 guests