Show Posts


Messages - jmp100

Pages: [1]
1
Not sure if this is possible with AbanteCart, looking into an alternative cart that has been in service for many years. The company is wanting to update the back end order process as well as data connections.

The feature that is necessary is the ability to select multiple items and add to cart in one step. This can be done with the current perl cart currently.

Is this possible with AbanteCart and from product data remote connection from an ERP system?

AbanteCart product management is not needed for this project. Product data must be managed independently from the cart with only the basic product data required. If this is possible there will be in doubt more Q&A for other order management features.

To help understand this key feature to determine if possible with AbanteCart, view the attachment for reference.


Or is there an add on that is available or can be developed to emulate suggested above or like this woocommerce feature?

WooCommerce: How to add multiple products to the cart from one page

barn2.com/woocommerce-add-multiple-products-to-cart/

This was posted in the General forum but without a response. This is a time sensitive Q&A and would appreciate a follow up.

Thanks in advance,
James

2
Is there an add on that is available or can be developed to emulate suggested above or like this woocommerce feature?

WooCommerce: How to add multiple products to the cart from one page

barn2.com/woocommerce-add-multiple-products-to-cart/

3
Not sure if this is possible with AbanteCart, looking into an alternative cart that has been in service for many years. The company is wanting to update the back end order process as well as data connections.

The feature that is necessary is the ability to select multiple items and add to cart in one step. This can be done with the current perl cart currently.

Is this possible with AbanteCart and from product data remote connection from an ERP system?

AbanteCart product management is not needed for this project. If this is possible there will be in doubt more Q&A for other order management features. Currently order data is written to an xml file for import remotely.

To help understand this key feature to determine if possible with AbanteCart, view the attachment for reference.

4
Support / Re: Basic Install, No Demo Product URL Issues
« on: July 27, 2021, 05:32:41 PM »
Thanks Abolabo, that made the fix for both issues  ;)

5
Support / Re: Basic Install, No Demo Product URL Issues
« on: July 26, 2021, 03:04:22 PM »
Ok, I changed the store details url from 'www . xxxxxx.com/shop/' to 'xxxxxx.com/shop/'

This appears to have rectified the 'hop/' url issue and Issue #2 with broken font awesome icons.

Recommend to not install with the store urls containing 'www.' remove that from the store url and secure store url if you are having these odd issues.

6
Support / Basic Install, No Demo Product URL Issues
« on: July 26, 2021, 02:48:05 PM »
The url for the shop changes once into the store. This was installed via ftp, no demo product data. cpanel installs no issue. So far it appears to function but is really odd. Any ideas how to remedy much appreciated. Issue replicated in two fresh installs.

URL example:

xxxxxx.com/shop/

Any links beyond including admin adds 'hop/':

xxxxxx.com/shop/hop/index.php?rt=product/special

AbanteCart version 1.3.0

.htaccess

# SEO URL Settings
RewriteBase /shop/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]


In the shop's header.tpl there is this adding the hop/ in url:

$system_checker_url

url: 'xxxxxxxx.com/shop/hop/index.php?rt=r/product/product/addToCart',

//periodical updater of new message notifier
var growl = null;
var alertcount = 3;
var system_checker = function () {
    if(alertcount <= 0) {
        return;
    }
    $.ajax({
        async: false,
        cache: false,
        url: '<?php echo $system_checker_url?>',
        success: function(data) {
            if(data != null && data != undefined) {
                if(growl != null && growl != undefined ) {
                    growl.close();
                }
                growl = showSystemAlert(data);
            }
        },
        complete: function() {
            // Schedule the next request when the current one's complete
            alertcount--;
            setTimeout(system_checker, 600000);
        }
    });
};

Issue #2.

The shop settings for url ie: www . xxxxxx.com/shop/

Changes to url: xxxxxx.com/shop/

Forcing url breaks font awesome icons and maybe other entities: www . xxxxxx.com/shop/

Thanks, JMP

Pages: [1]

Powered by SMFPacks Social Login Mod