Jump to content

Noodleman

Member
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by Noodleman

  1. From the error you are using PHP version 5.5, you also do not have the IonCube loaders installed on your web server. This is a requirement of the module.  Do you manage your own web server, or obtain your hosting from a company?

    If your own server, see:
    http://www.ioncube.com/loader_installer.php

    If hosted via a company, they may have support articles which suggest how to enable it for you hosting package.

    I would also recommend you change to at least PHP 5.6, or if available to you 7.1

     

  2. On 04/02/2018 at 12:16 PM, jthornton said:

    I downloaded the extension (rather easy in v6) but I'm having basic problems testing the store on my localhost so I had to delete it for now until I sort out why I can't view products in the storefront. Does the test time start over when I download again?

    JT

    If it's on a new domain / store, yes it does.

    1 hour ago, jthornton said:

    I'm trying to install this and the instructions say to

    I don't see a product.php file and when I grep for some of the code I get this:

    
    sudo grep -irl 'LANG.catalogue.add_to_basket' *
    [sudo] password for john: 
    modules/plugins/product_addons/CubeCart 6 foundation skin sample code.txt
    modules/plugins/product_addons/skin/admin/index.tpl
    skins/foundation/templates/element.product.call_to_action.php
    skins/foundation/templates/content.category.php
    skins/foundation/templates/content.homepage.php
    skins/foundation/templates/content.certificates.php

    Also your video very briefly mentions something about a store skin inversion 51custom hook is required. I have no clue what that means.

     

    JT

     

    in the newest versions of the Foundation theme, the content.product.php  file was split into some other files. you are most likely wanting the element.product.call_to_action.php file. You don't need to worry about the custom hook unless you are using an earlier version of CubeCart, if you have just installed it then I assume you are using the latest. :)

  3. CubeCart can't do this out of the box, but the "Product Addons" module adds this functionality.
    https://www.cubecart.com/extensions/plugins/product-addons-easily-purchase-related-products

    Every product is a product in it's own right. you can associate products to essentially build part kits. I do plan on adding a "part kit" feature to make this easier in the future, IE, create a new product in CubeCart and configure which other products are included. When buying this one product it will add all the kit items to your cart.

    You can download/install and try the module out in Demo mode.

     

  4. The issue is caused by the web server. the module makes a call to UPS using the cURL library and that will be negotiating using TLS1.0. It's unrelated to CubeCart cofiguration since it's the initialize of the request that negotiates the protocol. 

    Review your PHP/cURL configuration first, if no joy I can send an updated module with a line of code that should force TLS 1.2 if your cURL libraries support it. You should ensure your cURL library is on the latest version for your PHP release. I have seen an out of date cURL library cause this kind of issue in the past. 

     

     

     

  5. Morning Eliot,

    Please open a support ticket at https://www.noodleman.co.uk so we can share more specific details, I can then provide you an estimate of time and thus cost. I've ported several V3 stores to the latest version, some simple ones and some with 100+ custom modules which needed porting.

    Initially I would need to know if you want to port your existing store theme?, and do you have a list of custom functionality you would like ported?

    Thanks,

    Alec.

  6. it depends on the "Key" missing,. if it's a primary key (which I suspect) then it's something that must be fixed ASAP. using something like PHPMYADMIN to review the indexes on the DB tables in the errors and report back with what indexes / primary keys you have defined.

×
×
  • Create New...