Jump to content

fairtomidland

Member
  • Posts

    32
  • Joined

  • Last visited

fairtomidland's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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 did a customization of the nota skin, trying to figure out why it shows off-center in the browser. I did not change any template widths, This is a new site, on the 14 day trial period. http://www.spiritofsantafe.com/index.php
  4. 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"
  5. Went into phpmyadmin and deleted the line after doing a backup. Thank you for the response. That fixed the problem.
  6. 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?
  7. Note that to report, you must sign up as a new user, as this or any other CC log in is not part of the database.
  8. Cannot find where to submit bug report. I cannot log in to this page- http://bugs.cubecart.com/ Do I use my forum login or cubecart customer log in?
  9. 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.
  10. 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?
  11. By weight, 1st Class choice, as received by email receipt below: The 1st class should be there between the parentheses. Something is not connected. The cart also goes through the same step with no explanation after entering billing, shipping address, assuming you will choose a ship method? Shipping: () $5.95 Discount: $0.00 Subtotal: $29.95 AZ tax: (7.100%) $2.13
  12. 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.
  13. I want to change the wording "1st Class Shipping" and "2nd Class Shipping" to something else but cannot find anywhere in the language files. The Ship by weight module in the language files is empty.
  14. I should mention that I modified the main.php page in my karuto/templates folder- I removed the login, language, currency at the top: <div id="account"> {$SESSION} {$CURRENCY} {$LANGUAGE} </div> Do I need to keep the {$SESSION} ?
×
×
  • Create New...