Jump to content

Terry V

Member
  • Posts

    37
  • Joined

  • Last visited

Terry V's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Don't want to post it in case there's something relating to the account in it but the response received from Paypal is a token and it mentions success. The buyer tried multiple times before he got it to work and the failed ones look the same as the one that went through. They look the same way when it was failing for the plugin and payment gateway.
  2. Looks like I'm still having a problem. A customer would check out, log into paypal fine and once verifying his address it will direct him back to the my page without the order being submitted. Also, with using the paypal payment gateway instead of plugin it leaves the order status in pending. At this point I think CC might be having some paypal issues unless this is only me...
  3. Guess I missed something but what problem does the code change fix? PM sent (well after I post this). But yeah, I started with 3 I believe and have been updating slowly. I didn't notice this problem until updating from 5.1.5 to 2.2 (I think anyways so that's odd unless the early CC5's were fine. I will mention, as a work-around for others, if I add Paypal in the payment gateway instead of adding express and credit cards in the paypal plugin, it does work without a problem. The one thing I don't like is it just says paypal in the normal font instead of the icon which makes it look a bit unprofessional during checkout.
  4. Is this the only thing that needs to be changed? Can anyone confirm it works? I'm getting the error and all the 2800 addresses in my database are listed as state names and not numbers. What version did this change on?
  5. Or at this point I'd take the click working. I know Sir William mentioned some CSS changes too, does anyone have the click working without additional changes?
  6. Thanks for the suggestion, I'll get that added when I get a chance. I have tried it on different skins with the same response. I'm more interested in getting the more custom suggestion I first posted about though.
  7. 5.1.5...plenty of updates along the way but this is new functionality...I think the latest update was from 5.0.9. Skin is Kurouto grey.
  8. Easier question... $('#menu.accordion a ~ ul').each( function(){ $(this).siblings('a:first').addClass('menu_closed').click(function(){ if(!$(this).hasClass('menu_open')) { $(this).addClass('menu_open').siblings('ul').slideUp(); return false; } } ); }); I can't get that to work. I click and the arrow points down but no categories are shown. http://www.maximalpe...store/index.php Any ideas?
  9. Is there any way to have just one category expand at a time? I have it working with the hoover and collapsing when you move out of the menu but if you scroll the mouse down through the categories, even really quickly, it expands all the menus. Sorta hard to explain but hopefully that makes sense and is possible.
  10. Yeah, that stores it in the admin panel but not in the e-mail to the customers. We just need a variable to call it in the e-mail templates.
  11. So I was hoping to get my logo to stretch across the whole top header area but found if it's any bigger than 600px the positioning is off. Is there an easy way to do this? Basically I want my logo image to stretch across the whole "gray" area where the current logo and search box is... http://www.maximalperformance.com/store/
  12. Is there anyway in the "order complete" e-mail to include tracking information? I used to use the "notes to customer" section in CC4 but I don't even see that option anywhere in CC5.
  13. So I just upgraded from V3 to V4 and my payment gateways were wiped out. I got the normal pay through paypal's system working however I process my credit/debit card transactions through paypal's website payments pro and cannot get it working. The issue I'm having is that I'm unable to find where I get the API username, password, and signature off paypal's site. I follow the instructions they say however it leaves me to a dead end after step 5 below as there are no options on the site to request API credentials or signature. 1 Log in to your PayPal Business account. 2 Click the My Account tab. 3 Click the Profile tab. If you haven't already done so, you need to verify your account before requesting API credentials. 4 Click Request API credentials under Account information. 5 Click Set up PayPal API credentials and permissions under Option 1. 6 Click Request API Credentials. 7 Click Request API signature. 8 Click Agree and Submit. 9 Copy and paste the API username, password, and signature into your shopping cart's configuration or administration screen. 10 Complete the process by following your shopping cart's final steps. Cubecart support has been less than helpful as it seems like they're not really even sure how to do it. I could contact Paypal support as that's my next step however I think there's just a link I'm missing somewhere. Hoping you guys can help me out here.
  14. Well I found the "Order No:" Part of the e-mail in the language file however I need to find where it inputs the actual order number so I can remove that from the subject. Any ideas? Terry
  15. I'll try to look for it there...I did look there quick but I was going through so many files I just did a quick search. Anyone have a more specific location? Terry
×
×
  • Create New...