I'm trying to add dynamic attribute pricing display in my store, but I'm having trouble getting to work. This is supposedly now built in, right?
I am using Pamela Hazelton's Miva Merchant 5.5 Offical Guide (Second Edition), which has a section specifically for this (page 117 in the pdf, page 108 in the book) with step by step instructions, but after step 4 what the instructions say and what I see in my back-end do not match up.
"1: In the Admin Menu, click PRODUCTS
2: Open a product for editing.
3: If necessary add an attribute with options and include an additional price on at least one.
4: for the same product click INVENTORY VARIANTS"
*Okay, easy enough, then comes the next part*
"There are two ways to control product pricing:
-Variant Price is set by the Master Product and its Attributes: This is standard method whcih lists the product's base price + the attribute/option price.
-Variant price is set by the Inventory Product: The price, cost and weight displayed will be what is configured for an associated, variant product.
5: Select the second option: Variant Price is set by the Inventory Product."
*Select where? I'm guessing I need to click "add variant(s)" and select another product? There are 3 options here, the two listed before and a new one called "Specific Values". I enter a product, and select "sum of it's parts" (though I've also tried specific values).*
"6: Click generate"
There's no 'generate' button, I click 'add', which should be the same thing. The variant is added, and connected to a product. The master product should now show a different price when an attribute is clicked. I go, check my store, click the attribute and.....nothing. Hrm.
I also have the Sebenza Product Template Manager, which is supposed to have the same capabilities, but it seem much more complicated, and I am having difficulty trying to isolate the javascript code from their default template code to integrate the js with my template. The other upside is that this method takes the price directly from the attribute, meaning I don't have to fuss with Inventory Variants.
I would really appreceate any input on getting either method to work.
I am using Pamela Hazelton's Miva Merchant 5.5 Offical Guide (Second Edition), which has a section specifically for this (page 117 in the pdf, page 108 in the book) with step by step instructions, but after step 4 what the instructions say and what I see in my back-end do not match up.
"1: In the Admin Menu, click PRODUCTS
2: Open a product for editing.
3: If necessary add an attribute with options and include an additional price on at least one.
4: for the same product click INVENTORY VARIANTS"
*Okay, easy enough, then comes the next part*
"There are two ways to control product pricing:
-Variant Price is set by the Master Product and its Attributes: This is standard method whcih lists the product's base price + the attribute/option price.
-Variant price is set by the Inventory Product: The price, cost and weight displayed will be what is configured for an associated, variant product.
5: Select the second option: Variant Price is set by the Inventory Product."
*Select where? I'm guessing I need to click "add variant(s)" and select another product? There are 3 options here, the two listed before and a new one called "Specific Values". I enter a product, and select "sum of it's parts" (though I've also tried specific values).*
"6: Click generate"
There's no 'generate' button, I click 'add', which should be the same thing. The variant is added, and connected to a product. The master product should now show a different price when an attribute is clicked. I go, check my store, click the attribute and.....nothing. Hrm.
I also have the Sebenza Product Template Manager, which is supposed to have the same capabilities, but it seem much more complicated, and I am having difficulty trying to isolate the javascript code from their default template code to integrate the js with my template. The other upside is that this method takes the price directly from the attribute, meaning I don't have to fuss with Inventory Variants.
I would really appreceate any input on getting either method to work.
Comment