...
|
...
|
@@ -35,7 +35,7 @@ const getPreferenceData = (data) => { |
|
|
default_images: value.default_images,
|
|
|
is_soon_sold_out: value.is_soon_sold_out === 'Y',
|
|
|
url: helpers.urlFormat(`/product/${value.product_skn}.html`), // 商品url改版
|
|
|
market_price: value.market_price,
|
|
|
market_price: value.market_price === value.sales_price ? false : value.market_price,
|
|
|
sales_price: value.sales_price
|
|
|
};
|
|
|
|
...
|
...
|
|