Developer forum

Forum » Ecommerce - Standard features » Product prices for units is missing in dw 8.2.3.1?

Product prices for units is missing in dw 8.2.3.1?

Remi Muller
Reply

I created 2 units for a product. I activated both units and i am able to set the stock.

What i can't get to work is specify a unit price on the prices tab.

This is with dw 8.2.3.1

On a older version of 8.2 i was able to select units on the prices tab but it is not there.

I am not sure if i missed something or is it a bug?


Replies

 
Merethe Nielsen
Reply

Hi

 

Did you click Save after selecting Units in the prices tab?

Check my video from a solution with version 8.2.3.1 where I can specify a price.

 

http://screencast.com/t/cAAM67PyHRzI

 

Kind regards,

Merethe

 
Remi Muller
Reply

Yes that is what i did and expected.

Have a look at my video.

http://screencast.com/t/jqeyb0f7

As you can see i do not have the option to select the "units" item on the prices tab.

 
Remi Muller
Reply

This is weird when added a third new product unit in management center then the "units" item on the prices tab started showing up.

I wonder if it is related to the number of items?

 

Update:

It is still a bit wobbly. When i create a new product and attach 2 product units of 3 then the units item is not available. Only after attaching a third product unit on the stock tab it starts showing up.

Maybe someone of DW can investigate?

My products currently only need 2 so now i have to attach an extra unit.

Currently my workaround is to attach 3 units enter the prices for 2 units and then remove the third unit and then the prices for the 2 units keep working.

 
Remi Muller
Reply

How do i get the product unit prices in the productlist?

Can i get your template sample?

I tried LoopStart(VariantCombinations) but this is not it.

 

 
Merethe Nielsen
Reply

Hi

 

It is weird. I have deleted all units and created 1 unit and it still appear in both backend and frontend.

http://screencast.com/t/ybwXabhX6qP

 

My code in the product template is:

 

<h3>Units</h3><br/>

<select name=units>
  <!--@LoopStart(Units)-->
    <option value="<!--@Ecom:VariantOption.ID-->" <!--@Ecom:VariantOption.Selected-->>
    <!--@Ecom:VariantOption.Name--> - <!--@Ecom:VariantOption.Price--> 
  </option>
  <!--@LoopEnd(Units)-->
</select>
 
Merethe Nielsen
Reply

Could it be something with cache? Have you tried to delete all units and create them again?

 

If we should investigate it, then we need a copy of your site, because I can´t reproduce it on our standard test sites.

 
Remi Muller
Reply

Beware with existing products which already had a unit relation it keeps working.

For new products which did not have a unit relation at all it starts behaving strange.

 

You must be logged in to post in the forum