Posts by HHGAG

    H.H.G. multistore Exclusive Edition is the perfection of recent H.H.G. multistore versions. After a complete re-engineering and rewrite of the existing software, we want to offer to an exclusive circle the advantages of standard software and the benefits of custom software, enable with our new modular shop system perfection for daily trading.


    Our eCommerce shoppıng system H.H.G. multistore Exclusive Edition has been newly redeveloped wıth the latest software architecture based on the server-side interpreted scripting language PHP 7, the component-oriented frameworks Zend Framework 3, the current version of Hypertext Markup Language HTML5, the client-side JavaScript web framework AngularJS and last but not least the application-oriented package manager Composer. With a minimal core it offers the flexibility to supply the appropriate solution for each application use. With well over 100 modules that represent the functionality of the previous versions and steadily growing number of extensions you can compose your individual system.


    With the perfect template based eCommerce shopping cart system you can determine to the smallest detail how your software has to look like. From frontend up to the backend allows each module customizations and expanding functions to your personal preferences. Our goal is to provide software for the user, rather than to force the operation of a software by the user.


    Let up today to create an individual offer for a tailor-made solution for your company. We look forward to your inquiry.


    further details: here

    Dear customers / partners / community members,


    it is now time again, there are new updates available for all versions, so these are the latest supported revisions:

    • H.H.G. multistore CE (4.10.3)
    • H.H.G. multistore EE (5.0.1)

    Changes to the previous version is available as usual in file:

    Quote

    core/data/update/Changelog


    Actual changes:
    H.H.G. multistore CE 4.10.3 released
    H.H.G. multistore EE 5.0.1 released


    Sincerely,


    Your H.H.G. multistore TEAM

    Could you try this query, please

    Ok, seams to be an older MySQL Version or Strict mode is activated.
    Change


    to

    It's an ADORecordSet until the query is buggy. We couldn't reproduce your case, so it would be better to get your Query. Do following change and post your built query:


    PHP: core/classes/class.product.php
    1. $best_sellers = $this->registry['db']->query_limit($best_sellers_query, MAX_DISPLAY_BESTSELLERS, -1, true);

    change to:


    PHP: core/classes/class.product.php
    1. debug($best_sellers_query);
    2. $best_sellers = $this->registry['db']->query_limit($best_sellers_query, MAX_DISPLAY_BESTSELLERS, -1, true);

    reproduce your error and post shown query. Revert changes after then.

    Hi,


    PHP: core/vendor/adodb/adodb.inc.php
    1. /**
    2. * synonyms RecordCount and RowCount
    3. *
    4. * @return the number of rows or -1 if this is not supported
    5. */
    6. function RecordCount() {
    7. return $this->_numOfRows;
    8. }

    RecordCount returns an integer if there are no results:


    Quote

    core/classes/class.product.php:797:int 0

    If you get an error, it's caused by an SQL error and not due missing records.



    P.S.: Du kannst auch gerne auf Deutsch schreiben ;)

    Dear customers / partners / community members,


    it is now time again, there are new updates available for all versions, so these are the latest supported revisions:

    • H.H.G. multistore CE (4.10.2)
    • H.H.G. multistore EE (4.10.2)

    Changes to the previous version is available as usual in file:

    Quote

    core/data/update/Changelog


    Actual changes:
    H.H.G. multistore CE 4.10.2 released
    H.H.G. multistore EE 4.10.2 released


    Sincerely,


    Your H.H.G. multistore TEAM

    H.H.G. multistore Exclusive Edition is the perfection of recent H.H.G. multistore versions. After a complete re-engineering and rewrite of the existing software, we want to offer to an exclusive circle the advantages of standard software and the benefits of custom software, enable with our new modular shop system perfection for daily trading.


    Our eCommerce shoppıng system H.H.G. multistore Exclusive Edition has been newly redeveloped wıth the latest software architecture based on the server-side interpreted scripting language PHP 7, the component-oriented frameworks Zend Framework 2, the current version of Hypertext Markup Language HTML5, the client-side JavaScript web framework AngularJS and last but not least the application-oriented package manager Composer. With a minimal core it offers the flexibility to supply the appropriate solution for each application use. With well over 100 modules that represent the functionality of the previous versions and steadily growing number of extensions you can compose your individual system.


    With the perfect template based eCommerce shopping cart system you can determine to the smallest detail how your software has to look like. From frontend up to the backend allows each module customizations and expanding functions to your personal preferences. Our goal is to provide software for the user, rather than to force the operation of a software by the user.


    Let up today to create an individual offer for a tailor-made solution for your company. We look forward to your inquiry.


    further details: here

    You could create the BuyNow Button in the Slave Listing Template like this

    Smarty: store_files/n/themes/YOUR_THEME/modules/option_product_template/slave_products_display.html
    1. <a id="product_listing_buy_now_{$module_data->data.products_id}" class="buy_now button" title="{#button_buy_now#}" href="{$module_data->getBuyNowButton($module_data->data.products_id, $module_data->data.products_name, $module_data->data.products_fsk18)}">{#button_buy_now#}</a>

    Dear customers / partners / community members,


    it is now time again, there are new updates available for all versions, so these are the latest supported revisions:

    • H.H.G. multistore CE (4.10.1)
    • H.H.G. multistore EE (4.10.1)

    Changes to the previous version is available as usual in file:

    Quote

    core/data/update/Changelog


    Actual changes:
    H.H.G. multistore CE 4.10.1 released
    H.H.G. multistore EE 4.10.1 released
    Sincerely,


    Your H.H.G. multistore TEAM

    This can be caused by a few events:

    • PHP version smaller than 5.3
    • Permission settings are due server configuration to high, mostly caused by 777 chmod settings.
    • other issues

    Could you look at the


    Quote

    error.log

    of the web server or activate

    PHP
    1. error_reporting

    described here:
    Fehlermeldungen im Shop einblenden lassen


    shortly translated




    Quote

    Zeile => row/line


    ändern in => change to


    After activation should you reproduce the same error and post here the error message, after then revert the changes have made.

    Dear customers / partners / community members,


    it is now time again, there are new updates available for all versions, so these are the latest supported revisions:

    • H.H.G. multistore CE (4.10.0)
    • H.H.G. multistore EE (4.10.0)


    Changes to the previous version is available as usual in the directory:

    Quote

    core/data/update/


    Actual changes:
    H.H.G. multistore CE 4.10.0 released
    H.H.G. multistore EE 4.10.0 released
    Sincerely,


    Your H.H.G. multistore TEAM

    You've to setup both domains to the same webspace root, so if you call both domain paths it should show the same file, e.g. the

    Quote

    index.php


    in root folder of H.H.G. multistore. You can't redirect them. Domain names have to be in the environment variable

    PHP
    1. $_SERVER['HTTP_HOST']

    Dear customers / partners / community members,


    it is now time again, there are new updates available for all versions, so these are the latest supported revisions:

    • H.H.G. multistore CE (4.9.0)
    • H.H.G. multistore EE (4.9.0)


    Changes to the previous version is available as usual in the directory:

    Quote

    core/data/update/


    Actual changes:
    H.H.G. multistore CE 4.9.0 released
    H.H.G. multistore EE 4.9.0 released
    Sincerely,


    Your H.H.G. multistore TEAM