Jump to content

adamsymonds88

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by adamsymonds88

  1. 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 ?

     

  2. 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

  3. 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?

  4. ## 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>
  5. 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

  6. 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

     

  7. 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

  8. Hi Adam

    Have you tried the exact same process but using a standard unaltered skin to see if you get the same results ? This type of problem is typical of coding errors in a customised skin, so testing like this is the first thing we always do when our clients have problems like this.

    Another thread (that unfortunately has been prematurely locked before the reason could be added) is http://forums.cubecart.com/topic/47638-paypal-checkout-major-problem-with-usa-customers/ Having to click on the "Proceed" button in order to get taken to PayPal and also the problems reported with the county / state fields for countries that have zones set up for them (ie that problem is likely to have affected plenty of other countries and not just USA) is caused by javascript conflicts as both of these pieces of functionality use javascript.

    Thanks

    Ian

    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

  9. 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...