Jump to content

fabriceunko

Member
  • Posts

    341
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by fabriceunko

  1. hello, I just saw that on my store, (cube cart 6.0.8) I have a problem.
    something changes the name of the department. (store in France).
    if a client registers and puts the department in a number or a name such as 75 or Paris, there a instead Alabam, Armed Forces Americas, or else that it brings! ..
    see screen capture ..
    can you help me? because very new to the php code
    Thank you

    Capturer.thumb.JPG.904c6f18290b8dd7e3c7956667b282bf84_Capture_du_2015-12-08_073456667b2c44ed4_Capture_du_2015-12-08_0735

  2. Hi, my site I put the Free Shipping Module plugin. an amount of € 99.
    when a customer buys items and reach the amount of € 99, the site displays a message:
    "new shipping option check" and down he chose the offer transportation (therefore zero).
    but if the customer changes the number of items to return below 99
    he again the message "new shipping option"
    and down instead of postage there is the message "please select" and the choice of shipping costs.
    But if the customer chose nothing and remains "please select" shipping cost to zero are on the order.

  3. Hello, when a customer places an order, I get as an administrator me an email summarizing the customer's order.
    Only the email I receive a missing part of the order (see photo)

    erreur_commande.thumb.png.821b7c90b909b9

    in article, quantity and price of the first line there is nothing and the price is zero.

    by cons in the control panel, the order is complete (see photo)

    correct.thumb.png.dbc1eea8a8048545e0140f

    sorry for the first image but the email is larger than my screen and I have not been able to capture everything you show.

    Thank you for your support

     

  4. thank you, I got there. thank you for your help, thanks to you, I amazes himself.

    can you just tell me if my little code is correct.

    box.session.php

    <span class="blink_me"><i class="fa fa-arrow-right" style="color:red;"></i></span>
    

    and in foundation.css

    .blink_me {
    	-webkit-animation-name: blinker;
    	-webkit-animation-duration: 1s;
    	-webkit-animation-timing-function: linear;
    	-webkit-animation-iteration-count: infinite;
    
    	-moz-animation-name: blinker;
    	-moz-animation-duration: 1s;
    	-moz-animation-timing-function: linear;
    	-moz-animation-iteration-count: infinite;
    
    	animation-name: blinker;
    	animation-duration: 1s;
    	animation-timing-function: linear;
    	animation-iteration-count: infinite;
    }
    @-moz-keyframes blinker {  
    	0% { opacity: 1.0; }
    	50% { opacity: 0.0; }
    	100% { opacity: 1.0; }
    }
    @-webkit-keyframes blinker {  
    	0% { opacity: 1.0; }
    	50% { opacity: 0.0; }
    	100% { opacity: 1.0; }
    }
    @keyframes blinker {  
    	0% { opacity: 1.0; }
    	50% { opacity: 0.0; }
    	100% { opacity: 1.0; }
    }

     

  5. Hello, I saw the change, I would do the same thing, so I change the code given by mr bsmither and it works very well in a column mode. but for this to change or face the same grid fashion ?.

    I saw your website and it works in a column Grid View mode, but you have many buttons displayed info

  6. Hello, I wanted to also change my shadow, and I change that

    .th {
      border: solid 4px #FFFFFF;
      box-shadow: 0 0 20 1px #663300;
      display: inline-block;
      line-height: 0;
      max-width: 100%;
      transition: all 200ms ease-out; }

    but even by deleting the cache remains blue shade

    original code

    .th {
      border: solid 4px #FFFFFF;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
      display: inline-block;
      line-height: 0;
      max-width: 100%;
      transition: all 200ms ease-out; }

     

  7. hello, I saw that the 6.0.8 version was released, I am 6.0.7 I wanted to put the 6.0.8 but when I run the setup it says I am and that I n 6.0.7 'have nothing to do.
    and looking at files 6.0.8 miss it in db / upgrade 6.0.8.sql the file?

    I also copy files on my site. should I restore the old version?

     

    thanks

  8. Hello, in the error log, I get the following message. and I do not understand what it mean. can you help me?

     

    File: [session.class.php] Line: [643] "INSERT INTO `CubeCart_sessions` (`admin_id`,`customer_id`,`ip_address`,`location`,`session_id`,`session_last`,`session_start`,`useragent`) VALUES ('0','0','192.199.243.187','','e1b166b8e7e8b02bce85494ed555938c','1442441647','1442441647','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.5');" - Duplicate entry 'e1b166b8e7e8b02bce85494ed555938c' for key 'PRIMARY'

×
×
  • Create New...