Jump to content

bribrigig

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

bribrigig's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Bonjour, SOLUTION TROUVÉE : Ce n'est pas l'idéal, mais ça fonctionne. Nous devons faire une modification du fichier classes/TaxRulesGroup.php. Vers la ligne 46, vous voyez : public static $canada_states_iso = array('QC','PE'); changez-le pour : public static $canada_states_iso = array('PE'); Donc vous devez enlever le 'QC'. Ensuite, vous pouvez changer le taux de taxes de 9.5 % à 9.975 % et le tour est joué. ------------------------------------------------------------------------------------------------------------------------------ Dans le but de faire le changement nécessaires pour les taxes, j'ai un problème d'application du nouveau fonctionnement que voici : Ce que j'avais comme configuration (mon backoffice est en anglais) : - sous l'onglet Payment - sous-catégorie Taxes - PST 9.5 % - sous catégorie Tax Rules - sous CA Standard Rate - Canada/State/Country - Canada - Tax to apply est à GST 5 % - En cliquant sur Canada - Quebec - PST 9.5 % - Apply both taxes Note: avec cette configuration, les taxes sont correctes Voici ce que j'ai changé dans la nouvelle configuration pour refléter le changement du fonctionnement de la taxe provinciale : - sous l'onglet Payment - sous-catégorie Taxes - PST 9.975 % - sous catégorie Tax Rules - sous CA Standard Rate - Canada/State/Country - Canada - Tax to apply est à GST 5 % - En cliquant sur Canada - Quebec - PST 9.975 % - Apply State Tax Only Note: avec cette configuration, malgré qu'il doit maintenant appliqué la taxe provinciale de 9.975 % au montant de la commande, il ne le fait pas. Son comportement demeure le même que la configuration précédente. Donc, il fait quand même le calcul : Prix de vente = 100,00 $
 TPS (100 $ × 5 %) = 5.00 $
 TVQ ([100 $ + 5 $] × 9.5 %) = 9.98 $
 Total = 114.98 $ Mais le taux de 9.975 % est utilisé. Est-ce quelqu'un a une solution à ce problème? J'utilise la version 1.4.9 Merci à l'avance.
  2. Hello elpatron and thanks for your reply. I've done as you've suggested without any change. I've also prepared an image of what the problem is. How can I send this to you? Your help is appreciated. Thanks.
  3. Hello, I've activated friendly urls, generated the htaccess file. When I change languages, the page changes to the other language, but the url stays in the previous language and also, product pages stay in the French language url. Does anyone know what could be causing this to happen? If you need to see for yourself, here is the website www.69sexysecrets.com (fyi, adult content website). Thanks in advance for your help.
  4. Hello, I have modified the Advertising Block to include an image according to language. In the template I've modified the text to: <a href="{$adv_link}" title="{$adv_title}"><img src="{$img_ps_dir}vouchers_{$lang_iso}.jpg" I've also included the images in the prestashop directory image folder vouchers_en.jpg vouchers_fr.jpg The problem is that only the English image shows up whether I switch to French or English. Any idea what the problem could be? FYI, I also seem to be having a problem with an image in the product page template page that is also not switching images according to language even though the {$lang_iso} code has been included. Thanks in advance for helpful hints as to what the problem could be. Regards P.S. I cannot give a link to the site since it is still on a local sever only.
  5. UPDATE: I found what the problem was. The module was not positioned in the footer. Thanks. Hello. I'm having a problem. I've downloaded the module, unzipped it, copied the folder in prestashop/root/modules, activated the module, made sure forced compilation is on, included the code in my contact-form.tpl just above the submit button code and all I see is the Form locked. Slide to unlock and send text. The slider image is not there. I've also turned error reporting on to see if I could see something that would be messing with the code, but nothing shows up. Unfortunately, I cannot include a link since I'm not presently working on a live server. Does anyone have any idea as to what the problem can be? Thanks in advance.
×
×
  • Create New...