Jump to content

Julie

Members
  • Posts

    204
  • Joined

  • Last visited

  • Days Won

    29

Posts posted by Julie

  1. Hello Reflex,

    Welcome on the forum.

    To customize your product, you have different option.
    1 - use the products attributes (catalog / products attributes). I think it be the best in you case

    2  - Extra fields,  this apps (not free) allow you to add new fields inside you catalog

    3 - Products Specifications (not free) allow you to add differents specifications inside your product description.

    • Like 1
  2. You can develop an option to include the country and the taxe affiliated. But it will be a an important development.

    Like @Eolia said, you can manage and display the product with or without taxes but in your case, you have another element, it's  the country.

    If you are in B2B only, you can manage that and all the people make a subscription inside your site, you can add this people inside a group.

    For example you can create a group called France, with taxes, and another group Switzerland without taxes.

    it can solve a part of your problem.

  3. More information founf PhpMailer :

    Exemple for google.

    $mail->SMTPSecure = 'tls';
    $mail->Host = 'smtp.gmail.com';
    $mail->Port = 587;
    //or more succinctly:
    $mail->Host = 'tls://smtp.gmail.com:587';
    or
    
    $mail->SMTPSecure = 'ssl';
    $mail->Host = 'smtp.gmail.com';
    $mail->Port = 465;
    //or more succinctly:
    $mail->Host = 'ssl://smtp.gmail.com:465';
    
    Don't mix up these modes; ssl on port 587 or tls on port 465 will not work.

     

  4. You can make all that you want, you have 2 choices :

    One to create new module, and change all inside

    Or to use another template (copy Default in Test for example) and change everything that you want inside.

    I do not recommend to change an existing module because eerything can erase the next update when you want to do it.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use