Holohugo Posted January 7, 2019 Share Posted January 7, 2019 Hello :) when customer adds pruduct into cart, ajax popup will appear. If customer have address, it will show him a price for delivery. I like to show to customers without any address info, until they fill their address. I need to change this function to "else" state to show delivery ELSE my info. Can someone help me wit that? :) <div class="dark{if $shipping_cost_float == 0 && (!$cart_qties || $cart->isVirtualCart() || !isset($cart->id_address_delivery) || !$cart->id_address_delivery)} unvisible{/if}"> <span class="hlajaxrighttab">{l s='Total shipping' mod='blockcart'} {if $use_taxes && $display_tax_label && $show_tax}{if $priceDisplay == 1}{l s='(tax excl.)' mod='blockcart'}{else}{l s='(tax incl.)' mod='blockcart'}{/if}{/if}</span> </div> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now