Jump to content

Flytta "Customized text" till attributblocket


zOOge

Recommended Posts

Jag försöker flytta upp de anpassade textfälten till samma ställe som resten av attributen.
Det har jag gjort genom att flytta if-satsen {if $product->customizable} i product.tpl i mitt tema.
Dock verkar det inte som att det blir bra i alla fall, för då jag trycker "Spara" så hänger den på
"uppladdning pågår, vg vänta" enligt bifogad screenshot.
Är det nåt jag missat ?
Jag har lagt in if-satsen precis efter {/foreach} i detta block:

                        <!-- attributes -->

                       {foreach from=$groups key=id_attribute_group item=group}


{$group.name|escape:'htmlall':'UTF-8'} :
                               {assign var='groupName' value='group_'|cat:$id_attribute_group}

                                       {foreach from=$group.attributes key=id_attribute item=group_attribute}
                                       {/foreach}


                       {/foreach}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...