Jump to content

adamsymonds88

Member
  • Posts

    14
  • Joined

  • Last visited

adamsymonds88's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Is there any plan to support Braintree's Apple and Android pay too?
  2. Hi There, This plugin has stopped working for us now. It's encoded on PHP 5.3 which is now unsupported. Is it possible to get an update so that it runs with PHP5.6 and PHP 7.0 ?
  3. Hi everybody, I've got a quick question about the PayPal plugin (1.0.11) on CC 6.0.11 I currently use website payment pro and express checkouts in "sale mode", which both work great! However, I'd much prefer it if I could delay actually charging the customer until we dispatch the item. That way, I can run much more attractive 30-day pre-order schemes among other things I've had a fiddle with authorize mode, which works ok. BUT I can't seem to figure out how to make CubeCart tell PayPal that the item is marked as "dispatched" and to collect the authorized payment. This has to be done manually in PayPal, and now we're getting a good stream of orders, it's not practical to do this. Does anyone have any suggestions on how to achieve what I'm after? (get cubecart to tell PayPal to collect authorized payments) Thanks so much All The Best Adam
  4. Restarting and syncing the clock didn't do anything. Same issues on Firefox, Chrome and Safari. Unable to test IE at present.
  5. Thanks Dirty Butter, i'll give that a try. Right now i'm on a Mac, fully updated, no firewall software using standard, latest versions of Chrome and Firefox. I just can't fathom it. Thanks again for all the ideas up to now, really appreciated.
  6. I think it's something to do with the way when SSL is enabled, CC appends the URL with "&PHPSESSID=3e7cda9bf23fc15d982705a96c7afb7a" If I remove this (when SSL is disabled in admin) the link works fine. Obviously if I do this with SSL enabled, it re-appends the link automatically. How do I stop it from doing this?
  7. These are my SSL settings. Let me know if you think they're correct or not. Thanks again.
  8. Hi There, I can still get into the admin section. Although it doesn't automatically forward to an SSL version, it's unsecured. However if I manually change the URL to "https", it works fine. The settings in the SSL tab are definitely correct. Best Wishes
  9. ## File Security <FilesMatch ".(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> #### Apache directory listing rules #### DirectoryIndex index.php index.htm index.html IndexIgnore * #### Rewrite rules for SEO functionality #### <IfModule mod_rewrite.c> RewriteEngine On ######## START v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(.[a-z]+)?(?.*)?$ index.php?_a=saleitems&%1 [NC,L] ######## END v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA] </IfModule>
  10. Hi guys, I recently installed a dedicated SSL on my site. However when I enable it in CC admin, I get a "too many redirects" error in chrome and a similar message in other browsers. If I disable SSL on CC admin and exchange "http" for "https" in the the address bar, the pages work fine. CC is doing something, I just don't know what. Any help would be very much appreciated. www.geekcore.co.uk is the site Thanks again Adam
  11. Hi guys, I've got another issue. Sometimes, not all the time, intead of my url displaying as www.geekcore.co.uk/blablablabla - it will display as: http://geekcore.co.uk/websites/123reg/LinuxPackage26/ge/ek/co/geekcore.co.uk/blablablabla (as you can guess 123 reg hosts the site atm) Is this a problem with my cubecart install, my .htacess file perhaps? Or do I need to talk to my hosting company? Thanks Adam
  12. Hi Ian, I've sorted it now. I needed different sections of the site to have different designs, so my main.php directs to different variations of the main.php file . The problem was with one of those files, like you say. I just stripped it down to bare basics for the "checkout" and "gateway" pages. It seems to be working fine now. Thanks for the help It's good to know where the problem stemmed from. All the Best Adam
  13. Hi Ian, Thanks for the response. I've just tried with a stock skin and it works fine. Where would the code be which would affect this? Thanks so much for your help. Best Wishes Adam
  14. Hi everybody, I'm a new user, been searching for a while for a solution but can't find one yet. After selecting payment method in the checkout process, I get a little progress bar saying "transferring, please wait" It does nothing at this stage. If you press the proceed button, it loops back to the select payment method page. Word of warning, don't put anything sensitive in there if you're testing. I've no SSL in place at the minute. Does anybody have a solution for this? Sorry if it's already been covered, I have searched. Website is www.geekcore.co.uk Thanks Adam
×
×
  • Create New...