Jump to content

Terry V

Member
  • Posts

    37
  • Joined

  • Last visited

Everything posted by Terry V

  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
  16. Where can I modify the subject field sent in the order confirmation e-mails? Instead of just having the order number in the subject in there a way to just have "Thank you for your order" or something along those lines? I'm assuming it's someplace in a file but I can't seem to find it. Thanks, Terry
  17. Not sure exactly how to explain this but what I basically want are subcategories to show up in the left column underneath the top level ones instead of as icons in the center column. That makes sense to me but if it doesn't to you let me know and I'll try to explain it better. Does anyone know any mods that do this? Terry
  18. Awesome...didn't think it'd be that simple. Terry
  19. After an order is shipped the only status to check is completed. I've had multiple customer's call me asking what that means. Is there a way I can change that from completed to shipped? If so where do I have to edit it? Terry
  20. Makes perfect sense and that's how I have it setup (I think, it's been a while since I messed with it). Basically I should be able to mirror my SSL settings for /store1 and just replace anything that says /store1 with /store2, right? I'll have to check them tonight when I get home from work and go from there. Any other ideas on why it wouldn't work...I do have 2 seperate installs...with seperate database. Terry
  21. I already have a store up and running with cubecart and am to the point where there really aren't any bugs. Now, I want to branch out with my business and offer products for another platform. To do this I setup another directory on the main site so now I have 2 store installs...one in /store and another one in, lets say, /anotherstore. The store in the /anotherstore directory appears to operate fine. However when enabling SSL and checking out it directs me to the /store cart which causes some issues. From what I understand the SSL should cover any directory above the domain so I don't think it's an issue with the SSL but instead the configuration. So basically if this is possible what should the SSL settings be? Terry
  22. I'm starting a site for another platform and instead of making everything confusing with categories I figured I'd just install another cart in another directory and just link to them from a main page. Everything went fine in the install however when going to a secured site it forwards the user to the directory the original site was in. Do I have to buy a new SSL certificate or is there a way to get this one to work? Terry
  23. So I curently have one store and want to open another that carries a different product line. Just wondering what the easiest way to do this is. They're going to be located in different directories and I'm assuming I'm gonna have to link them to different databases but what files do I need to transfer over to get the same look and setup out of the store? Terry
  24. Now if I ever make sub-categories will that affect them from being viewed correctly? Just thinking down the road here. Terry
×
×
  • Create New...