Jump to content

[Tanya] cara meng-hide kombinasi yg kosong


Recommended Posts

tanya cara meng-hide kombinasi yang kosong/ tidak ada kombinasi nya

 

 

kombinasi

Negara ID

3

4

5

33

34

35

 

kombinasi 3-5 kosong / tidak ada kombinasi untuk negara ID, jadi saya mau meng-hide/ tidak menampilkan nya

 

 

 

 

Link to comment
Share on other sites

Tips tidak menampilkan kombinasi produk yang out off stok

buat prestashop old version,

 

Mohon tes di lokal host (xampp).

tambahkan code ini di themes - product.tpl:

{if isset($groups)}{strip}    
{l s='The following combinations are available:'}
    {foreach from=$combinations key=idCombination item=combination}       
         {if $combination.quantity > 0}          
              {assign var=attributes value=','|explode:$combination.list} 
               {foreach from=$groups key=id_attribute_group item=group}         
               {foreach from=$group.attributes key=id_attribute item=group_attribute}    
               {foreach from=$attributes item=attribute name=attribute}                   
                  {if $id_attribute == $attribute|substr:1:-1}                 
                          {$group_attribute}{if !$smarty.foreach.attribute.last}, {/if}   
                  {/if}     
               {/foreach}   
               {/foreach}  
              {/foreach}                            
         {/if}   
    {/foreach}
{/strip}{/if}
Edited by ABANGWEB (see edit history)
Link to comment
Share on other sites

tanya cara meng-hide kombinasi yang kosong/ tidak ada kombinasi nya

 

 

kombinasi

Negara ID

3

4

5

33

34

35

 

kombinasi 3-5 kosong / tidak ada kombinasi untuk negara ID, jadi saya mau meng-hide/ tidak menampilkan nya

 

Cek screen shoot for prestashop 1.5

02.15.2014-15.06.png

  • Like 1
Link to comment
Share on other sites

  • 5 months later...
  • 2 weeks later...

setiap kombinasi produk bisa di asosiasikan ke salah satu gambar, di halaman edit produk > tab kombinasi > klik salah satu kombinasi > centang gambar yang sesuai.

 

nah (kalau ga salah) permasalahannya adalah jika salah satu kombinasi tidak dipilih, gambarnya muncul semua termasuk yang kosong. coba dulu deh gan, nanti lapor dimari  :D

Link to comment
Share on other sites

×
×
  • Create New...