我面临一个改变不可用产品尺寸风格的问题,请帮我这样做。我的代码在下面
<ul id="color_to_pick_list" class="clearfix">
{assign var="default_colorpicker" value=""}
{foreach from=$group.attributes key=id_attribute item=group_attribute}
{assign var='img_color_exists' value=file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}
<li{if $group.default == $id_attribute} class="selected"{/if}>
<a href="{$link->getProductLink($product)|escape:'html':'UTF-8'}" id="color_{$id_attribute|intval}" name="{$colors.$id_attribute.name|escape:'html':'UTF-8'}" class="color_pick{if ($group.default == $id_attribute)} selected{/if}" title="{$colors.$id_attribute.name|escape:'html':'UTF-8'}">
{$group_attribute|escape:'html':'UTF-8'}</a></li>
{if ($group.default == $id_attribute)}
{$default_colorpicker = $id_attribute}
{/if}
{/foreach}
</ul>
所以我想展示css系列,了解不可用的产品尺寸。
答案 0 :(得分:0)
这很复杂,因为股票在Prestashop上注册而不是在变化上而是在整体上,这将使他的产品尺寸为38红色,产品尺寸为38绿色。
因此,对于查询,我们可以看到不可用的变体,但这不会发生在两行中。
我建议拿一个模块就可以了。
此致