Jump to content

FedericoDM

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • First Name
    federico
  • Last Name
    di mauro

FedericoDM's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello I have a problem, If I make some changes on my single product I can't click on "Save and stay" or "Save" because they are like in loading. Sometime I can save, but then I need to reload the product page to make another change, because I can't click on "Save". How can i resolve? Thanks!
  2. Hello I have a problem, If I make some changes on my single product I can't click on "Save and stay" or "Save" because they are like in loading. Sometime I can save, but then I need to reload the product page to make another change, because I can't click on "Save". How can i resolve? Thanks!
  3. I have solved my problem, just linking the tax. Tax rules > Edit: US-NV (6,88%) putting my state tax in this case Nevada, Tax: sales tax us nv 6,88
  4. ah got it sorry i try now same error Fatal error: in /home/itbrot5/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 266 I putted this on the 287 line (without the branket) if $tax_enabled && $display_tax_label == 1} {if $priceDisplay == 1}{l s=’tax excl.’}{else}{l s=’tax incl.’}{/if} {/if} very strange have notice that if I go to taxes rules, > US-AL Rate (4%) > Country is All > Tax is No Tax, I have putted Country United States, Tax on Sell tax us AL 4%. how if they aren't not linked.. but if the buyer is of Alabama, and the Product tax is putted on Alabama it's works, if I change the tax product on Nevada for example it's doens't work.
  5. Guys I have risolved in this mode, go to Localization > Tax rules > click a tax for example US-AL Rate (4%) > Country click United States > State put Alabama > Tax put tax rates 4% AL. I have resolved in this mode, It's taked 2 days... I had modified the file product.tpl ecc ecc .. Uhmm seems that if the product has a different tax rate of the buyer it don't work.. I try and let you know
  6. I have putted this on product.tpl file on 265 line {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s=’tax excl.’}{else}{l s=’tax incl.’}{/if} {/if} this is the all code same above {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s=’tax excl.’}{else}{l s=’tax incl.’}{/if} {/if} then, on 287 {if $tax_enabled && $display_tax_label == 1} {if $priceDisplay == 1}{l s=’tax excl.’}{else}{l s=’tax incl.’}{/if} {/if} this is the all code <span id="old_price_display"><span class="price">{if $productPriceWithoutReduction > $productPrice}{convertPrice price=$productPriceWithoutReduction|floatval}{/if}</span>{if $productPriceWithoutReduction > $productPrice && {if $tax_enabled && $display_tax_label == 1} {if $priceDisplay == 1}{l s=’tax excl.’}{else}{l s=’tax incl.’}{/if} {/if}</span> When I try to put Never recompile template files and click on my product appears half white page, without infos and block cart But I have resolved it replacing the product.tpl but the problem of the taxs remains
  7. Uh no just that one.. maybe I should modify some file .ini ?
  8. Ok done the error is this; Fatal error: in /home/itbrot5/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 266
  9. Prestashop 1.6.1.5 Hi there I have a problem with the US Taxes I have putted ; PRODUCT TAX ON GROUP TAX ON TAXES ALL ENABLED (USA) TAXES RULES ALL ENABLED (USA) ZONES ALL ENABLED (USA) COUNTRIES ALL ENABLED (USA) STATES ALL ENABLED (USA) I have made the product.tpl's procedure, but when I Force the compilation and try to make a check out of an item, appears ERROR 500, so back to Never recompile and the Tax still at 0%. How can I resolve? Thanks.
  10. Salve ho scaricato il modulo, ma non riesco a inserire una immagine su questa posizione, vedi immagine sotto: come posso fare?
  11. I want put my image on the STORE category : Mobile.jpg is the image that i want position in that space with the red arrow on IMMAGINE.PNG how can i do that?
×
×
  • Create New...