Jump to content

fairtomidland

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by fairtomidland

  1. We are using the PalPal pro plugin as our payment gateway on this site- www.eyewearchain.com

    After adding to cart and hitting checkout, it gives the option of checkout OR checkout with PayPal button, which is now a bright orange button, larger now in the 5.11 version.

    My question is- I want to make the "or" bolder or larger and have a bit of separation from the Paypal button so the customer does not think the Paypal express button is the only option since it is so bright.

    I cannot find where this is styled in any of the files. Thanks in advance.

  2. You are right. I aligned the guides in photoshop and they are equal, but the design needed more space to the left. The question is, is there a quick way to shift everything to the right 50 pixels. I did a padding left on the page wrapper, only the background shifted.

    I will figure it out, sorry, this is a waste of your time.

  3. I thought this problem was going to be fixed in 5.08, but after updating to 5.08 and setting up the card capture gateway to enable validation, the error message still pops up when using AMEX as payment - "Please enter a valid CVV2 security code. This is a three or four digit code normally found on the rear of the card"

  4. Error log showing errors for all new orders since updating to CC5.08-

    File: [user.class.php] Line: [335] "INSERT INTO `CubeCart_customer` (`title`,`first_name`,`last_name`,`email`,`phone`,`mobile`,`password`,`registered`,`new_password`,`type`) VALUES ('','Firstname','lastname','[email protected]','555-555-1212','','de0fd3dcc902a91f9720f6dd898e4291','1335711091','','2');" - Duplicate entry '[email protected]' for key 'email'

    I subbed actual customer's name with "Firstname, lastname.

    Any ideas?

  5. YES!, Here is what happens when a customer tries to purchase with AMEX - they get this error message;

    The following errors were detected:

    • Please enter a valid CVV2 security code. This is a three or four digit code normally found on the rear of the card.

    We are using the Card capture method, since CC still does not work with our gateway (elavon)

    I fixed it by turning off the "Enable Card Validation" under payment gateway settings.

    This needs to be a bug report.

  6. I have upgraded so many times my .htaccess file has some code that shows up in my hosting control panel showing that it is blocking all ip addresses. I am just trying to get the proper code that should be in the 5.07 version. Here is the code:

    ## File Security
    
    <FilesMatch "\.(htaccess)$">
    
    Order Allow,Deny
    
    Deny from all
    
    </FilesMatch>

    Is this cubecart's code?

  7. When I changed those files, It only changed the text on the module page. I did not test beyond the initial add item to cart, and choosing ship method. The text I want to change is in the shipping selection drop-down where it says by "By Weight" and "Flat Rate" as choices. Also, the flat rate allows a write in, and only one rate, where By weight allows two rates, and no write-in choice. How about working in two rates for flat rate next update and easier changing of 1st and 2nd Class text. My CC4 had better management.

  8. Checking website, the long links are back after doing the .htaccess change to what you gave me. I am disabling the cache. The problem happens when cache enabled.

    Here is a link generated to the homepage:

    http://www.eyewearchain.com/index.php/customer/whimsical-chains/eyeglass-strap-leather/leather-eyeglass-chains/skins/kurouto/styles/grey/silver-eyeglass-chains/eyeglass-strap-leather/index.php

  9. Another interesting anomaly...

    I am going to turn on the SEO urls, and turn off the cache because I don't want to leave the site like it is.

    Here is an example home page url that is wacky in case anyone can help figure this out.-

    http://www.eyewearchain.com/index.php/customer/whimsical-chains/eyeglass-strap-leather/eyeglass-strap-leather/skins/kurouto/styles/leather-eyeglass-chains/index.php

    The url above is listing all of my custom urls for each category, yet the SEO urls were turned off at the time.

    If you notice the /customer/ folder that is after the index.php at the beginning, that is sometimes different, like /cart/ etc.

    It would be nice to enable caching again.

×
×
  • Create New...