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 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.
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
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

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
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.
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 } ?>
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

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
Global Options, Mega Global options or something like that
http://www.alreadymade.com/
http://www.theqdomain.com/
Users browsing this forum: Amazon [Bot], Baidu [Spider], Google [Bot] and 26 guests