Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ecartz

♥Ambassador
  • Posts

    3,864
  • Joined

  • Last visited

  • Days Won

    69

Status Updates posted by ecartz

  1. 1.0.5.4 is on GitHub for those who would like to install it from scratch (as opposed to updating). 

  2. 1.0.5.3 is available on GitHub for those who want to do a fresh install (as opposed to an upgrade). 

  3. 1.0.5.2 is on GitHub for anyone who wants to do a fresh install (as opposed to an upgrade from a previous version). 

    1. valquiria23

      valquiria23

      Hi Matt

      Thank you very much for this news and for trying to move forward oscommerce.

      Where can I see what improvements 1.0.5.2 has over old versions?
      Without knowing what improvements a new release has, it is not attractive for new users to try the change and the new versions.

      BR

      Valqui

  4. 1.0.5.1 is on GitHub for anyone who wants to do a fresh install (as opposed to an upgrade). 

    1. valquiria23

      valquiria23

      Thanks Matt !!!
      Would you kindly summarize what differences and improvements 1.0.5.1 has compared to 1.0.5.0?

  5. Some store owners are experiencing a problem where PayPal is not sending the orders back to the store.  The IPN is failing.  As a troubleshooting step, get the latest version of the ext/modules/payment/paypal/paypal.com.crt file and replace the version on your store with it.  See if things work after doing that. 

    The easiest way to get that file is to download the current version of Phoenix, either from the Products page or https://github.com/gburton/CE-Phoenix/archive/master.zip and extract the file from it. 

    I believe that file has been required for PayPal.  So your store should have it.  If for some reason you are trying to install PayPal on an older store, consider getting the PayPal App from the Marketplace:  https://apps.oscommerce.com/fZMiN&paypal-app

    The most recent version is older than the introduction of the file to Phoenix, so you may have to update the version of the file that comes with that.  But the PayPal App version of the payment module does use that file. 

    Note that PayPal with IPN uses multiple files.  There will always be one in includes/modules/payment plus it has files in includes/apps and ext/modules/payment/paypal .  If you don't have all those files, then you may need to install the PayPal App to get them. 

    1. valquiria23

      valquiria23

      Good information, thanks MATT!! It would be good to post it in the PayPal support post.

    2. ChristopherFisher

      ChristopherFisher

      Thanks for the great solution. Keep it up

  6. The 1.0.5.1 branch is currently in testing on GitHub.

  7. 1.0.5.0 of the Community Edition (Phoenix) is available on the Downloads page. 

    The SQL for the 1.0.4.4 upgrade is

     /* Update to existing installations adjusting VARCHARs to 255 in length */
    
    ALTER TABLE categories
    CHANGE COLUMN categories_image categories_image VARCHAR(255) NOT NULL;
    
    ALTER TABLE categories_description
    CHANGE COLUMN categories_name categories_name  VARCHAR(255) NOT NULL,
    CHANGE COLUMN categories_seo_keywords categories_seo_keywords VARCHAR(255) NOT NULL,
    CHANGE COLUMN categories_seo_title categories_seo_title  VARCHAR(255) NOT NULL;
    
    ALTER TABLE manufacturers
    CHANGE COLUMN manufacturers_name manufacturers_name VARCHAR(255) NOT NULL,
    CHANGE COLUMN manufacturers_image manufacturers_image VARCHAR(255);
    
    ALTER TABLE manufacturers_info
    CHANGE COLUMN manufacturers_seo_keywords manufacturers_seo_keywords VARCHAR(255)  NULL,
    CHANGE COLUMN manufacturers_seo_title manufacturers_seo_title VARCHAR(255) NULL;
    
    ALTER TABLE orders_products
    CHANGE COLUMN products_model products_model VARCHAR(255),
    CHANGE COLUMN products_name products_name VARCHAR(255) NOT NULL;
    
    ALTER TABLE orders_products_attributes
    CHANGE COLUMN products_options products_options VARCHAR(255) NOT NULL,
    CHANGE COLUMN products_options_values products_options_values VARCHAR(255) NOT NULL;
    
    ALTER TABLE products
    CHANGE COLUMN products_model products_model VARCHAR(255),
    CHANGE COLUMN products_image products_image VARCHAR(255);
    
    ALTER TABLE products_description
    CHANGE COLUMN products_name products_name VARCHAR(255) NOT NULL DEFAULT '',
    CHANGE COLUMN products_seo_keywords products_seo_keywords VARCHAR(255) NULL ,
    CHANGE COLUMN products_seo_title products_seo_title VARCHAR(255) NULL ;
    
    ALTER TABLE products_images
    CHANGE COLUMN image image VARCHAR(255);
    
    ALTER TABLE products_options
    CHANGE COLUMN products_options_name products_options_name VARCHAR(255) NOT NULL DEFAULT '';
    
    ALTER TABLE products_options_values
    CHANGE COLUMN products_options_values_name products_options_values_name VARCHAR(255) NOT NULL DEFAULT ''; 

    1. valquiria23

      valquiria23

      Beautiful!! But 1.0.4.5 is not equal to 1.0.5.0 ??

      What are the innovations in these versions? 

  8. Build 1.0.4.5 is available on GitHub.

    1. valquiria23

      valquiria23

      Beautiful!! But 1.0.4.5 is not equal to 1.0.5.0 ??

  9. Reported spammer

×
×
  • Create New...