Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bonbec

Members
  • Posts

    509
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by bonbec

  1. On 11/10/2021 at 2:25 AM, BenCar said:

    My webstore is at https://secure.buyfromben.us/oscommerce/10ml-pwd-rush-original-p-29.html

     

    However, header tags seo is plugging in the canonical link tag as http://buyfromben.us/oscommerce/10ml-pwd-rush-original-p-29.html

     

    How can I correct this?

     

    Thank you.

    Why do you have all those lines before the Doctype ?

    
      <base href="https://secure.buyfromben.us/oscommerce/">
    <link rel="stylesheet" type="text/css" href="stylesheet.css">
    <script language="javascript"><!--
    function popupWindow(url) {
      window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
    }
    //--></script>
    <!--
    <link rel="stylesheet" href="lightbox/lightbox.css" type="text/css" media="screen" />
    <script type="text/javascript" src="lightbox/prototype.js"></script>
    <script type="text/javascript" src="lightbox/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="lightbox/builder.js"></script>
    <script type="text/javascript" src="lightbox/lightbox.js"></script>
     -->

     

  2. Ici la langue est l'anglais, un message dans une autre langue a très peu de chance d'avoir une réponse.
    https://translate.google.fr/ pourra être d'une grande aide 😉

    Petit conseil en passant, il est judicieux d'indiquer quelle version tu utilises.

     

    Here the language is English, a message in another language has very little chance of being answered.

    https://translate.google.fr/ could be of great help 😉

    A word of advice by the way, it is a good idea to indicate which version you are using.

  3. The role of a moderator is very simple: ensure security, hunt spam and calm the spirits during inappropriate disputes.
    The moderators are all volunteers and do this in their spare time.
    If a post needs to be analyzed by a moderator, use the "report post" link in the offending message.
    The moderator will decide most of the cases alone. If it is a difficult case, the moderators discuss together before applying their decision.
    Please note: misuse of the "report post" is punishable.
    It is also punishable to throw oil on the fire to fuel a dispute.
    Morality: behave as a responsible adult and everything will be fine.

  4. On 9/21/2019 at 2:19 PM, milerwan said:

    Sorry to say that but you can apply any fees you want in order total. ^^

    No Gwenn :

    Appelé le surcharging“, cette pratique est interdite par le code Monétaire et financier dans son article L 112-12. « Le bénéficiaire ne peut appliquer de frais pour l’utilisation d’un instrument de paiement donné. Il ne peut être dérogé à cette interdiction que dans des conditions définies par décret, pris après avis de l’Autorité de la concurrence, compte tenu de la nécessité d’encourager la concurrence et de favoriser l’utilisation de moyens de paiement efficaces ».

    In english :

    Called overcharging ", this practice is prohibited by the Monetary and Financial Code in its article L 112-12. "The beneficiary may not charge a fee for the use of a particular payment instrument. This prohibition can be waived only under conditions defined by decree, taken after the opinion of the Competition Authority, taking into account the need to encourage competition and promote the use of efficient means of payment.

     

    PS : On the other hand nothing forbids to grant a reduction with another means of payment ...

  5. 1 hour ago, milerwan said:

    @SCH_001

    To avoid being plucked by PayPal, between fixed fees, commissions and now no refund of commission fees in case of cancellation, I suggest you install paypal_standard and use my module that increments "processing fees" in case of payment by PayPal.

    Like this, in case of refund or not, you will never concede money on your sales to PayPal. :)

    This is not allowed by the paypal rules and the french laws ...

  6. class pr_cc { 
    	var $code, $title, $description, $enabled; // class constructor 
    
    	function pr_cc() {

    change it to

    class pr_cc {
    
    	var $code, $title, $description, $enabled;
    
    // class constructor
    	function __construct() {

     

×
×
  • Create New...