Jump to content

Stunt333

Members
  • Posts

    7
  • Joined

  • Last visited

About Stunt333

  • Birthday 12/10/1980

Profile Information

  • Location
    quebec
  • Activity
    User/Merchant

Stunt333's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I'm trying to move the data sheet(feature) where short description is. I try to change it in the product.tpl file but didint find a way to make it work. (I already remove short description in product page.) Thanks
  2. I'm still looking for a solution to my problem. But for now I'm trying to edit the file tax.php. (I do not know php but only some basic c++) In the section on ecotax i want the ecotax to only be charged when the customer id state is the id of Quebec (87) and for the rest of customer it will be to 0$. I thought adding a line of code in kind public static function getProductEcotaxRate($id_address = null) { $address = Address::initialize($id_address); $tax_manager = TaxManagerFactory::getManager($address, (int)Configuration::get('PS_ECOTAX_TAX_RULES_GROUP_ID')); $tax_calculator = $tax_manager->getTaxCalculator(); if $id_state == 87 return $tax_calculator->getTotalRate(); else return $tax_calculator->0(); } I change the last three lines. I wonder if it could be functional. If not can someone help me modify my lines to make it work Thanks Steve
  3. pour le moment non mais si quelqu un connais un moyen de le faire...
  4. Hi, I'm trying to add fixed amount tax to products that are sold within a certain province. Essentially, if someone from Quebec(not the other province) orders a tire I need to add a 3$ Eco tax. The tax is not a percentage but a flat 3$ per tire. Any way of getting that done? Regards Steve
  5. Bonjour Je voudrais mettre une taxe avec un montant fixe (pas un pourcentage) qui serait seulement applicable au québec (au québec nous avons une taxe environnementale de 3$ sur les pneus). J'aimerais pouvoir modifier le code pour pouvoir entrer mon 3$ dans les regles de taxe. Si vous avez une autre idéé je suis preneur. Merci Steve
×
×
  • Create New...