Show Posts


Topics - yonghan79

Pages: [1] 2
1
General Support / SQL error when trying to upgrade to 1.4.2.
« on: May 12, 2025, 09:30:26 PM »
Hi core devs,

I get:

Code: [Select]
SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `abqm_lang_definition_idx`; check that it exists',
'errno' => 1091,
)"  in /home/xxxxx/xxxx/core/lib/package_manager.php on line 832

when try to upgrade to 1.4.2.

2
General Support / Not all 1.4.2 tables are changed to INNODB
« on: May 09, 2025, 05:03:53 AM »
Hi Core Devs,

I've noticed that the stripe_customers, stripe_orders, and task_steps tables were not converted to the InnoDB engine during the upgrade process.

Was this intentional?

3
General Discussion / AbanteCart v1.4.2 suppliers
« on: May 01, 2025, 07:53:56 PM »
Hi core devs,

i see this in the release note: Supplier Management: New core support for managing product suppliers.

My question how to add product suppliers or is this a support for third party suppliers extension?

4
Hi core devs,

I am testing the v1.4.1 page builder extension.

I found out that the page title is empty after I publish the changes. I cleared the cache, and it is still the same. How do i add the missing title?

Also, I have a question on changing the default product page. How do I add back the default product image, descriptions, etc?

Thanks





5
Hi core devs,

I'm found this hook "$this->getHookVar('product_description_array')" in the product.tpl file.

I have tried to add array like this:

Code: [Select]
$tabs['Test'] = [
       'title' => $view->fetch('pages/test/test_tab.tpl'),
       'html' => $view->fetch('pages/test/test_content.tpl')
];
$that->view->addHookVar('product_description_array',$tabs);

It's not working.

I tried to debug in the tpl file and found out that the variable is set as a string contains 'array', not a real array.

6
Development Help Needed / Override or hook into AForm and AHtml
« on: November 12, 2024, 06:06:48 AM »
Hi, core developers,

i want to ask if it's possible to override AForm and AHtml and then use the overriden as the default one to be used by cart?

I would like to add a custom HTML field that core code can access as well, such as the default contact us form.

Thanks.

7
Hi core devs,

how do we restrict customer from being able to login to other store that was set by using multistore?

e.g. we have a VIP and Wholesale store. Wholesale customer should not be able to login to VIP store.

AbanteCart v1.3.4 and v1.4.0.

8
General Discussion / Second level breadcrumb is removed in 1.4.0?
« on: September 09, 2024, 11:37:48 PM »
Hi core devs,

i want to ask why does the second level breadcrumb is removed?

For example i open Home > Apparel & accessories > Shoes. the breadcrumb only shows Home > Shoes.

Please refer to the attached screenshot.

I test in a clean 1.4.0 installation. Both novator and default template are the same.


9
Hi core devs,

i would like to ask where can we download abantecart_1.4.0_upgrade_only.tar.gz?




10
General Discussion / Existing fast checkout extension removed or not
« on: August 11, 2024, 02:11:23 PM »
HI Basara,

Currently we are testing AbanteCart v1.4.0 beta, we download it from Github.

I know that the default checkout is replaced by fast checkout.

My question is will the fast checkout extension automatically be removed from the extension list when we upgrade to v1.4.0 or we need to manually remove it?

Thanks.

11
General Discussion / When does preview layout will be impmented?
« on: July 09, 2024, 11:09:30 AM »
Hi core devs,

i found in the 1.4.0 code that there are preview layout code but it's not finished yet.

Are there estimation in which version of AbanteCart that it will implemented?

Thanks.

12
General Discussion / What is the upcoming new version of AbanteCart?
« on: April 25, 2024, 12:50:37 PM »
Hi core devs,

I would like to ask what is the upcoming new version of AbanteCart?

Is it 1.3.5 or 1.4.0?

I looked in GitHub for 1.3.5 but i cannot find it anymore.

And if it is 1.40  will there only be the BS5 and the new Novator template supported?

Also what is the expected date of release for the next version?

Please advise.

Thanks.

13
Development Help Needed / Change PayPal message
« on: February 22, 2024, 01:08:15 PM »
Hi Basara,

We are making an extension for payment via invoice after admin adds actual shipping charges -  having issue with hook into PayPal Commerce to let me change message on the fast checkout success page.

Sending you a PM with details.

Thanks.

14
Hi core devs,

I have a folder that contains uploaded files that was placed under extension folder (extension_name/files), and i want to move the folder and files to a new location (under image folder) during upgrading the extension.

But when i try to upgrade the extension, i found out that the folder is removed.

Is there a way to copy the file and the folder to a new location during the upgrade routine so they are not removed?

Thanks

15
General Discussion / v133 config.php format changes
« on: May 10, 2023, 08:08:28 AM »
Hi core devs,

I have several questions about the config.php file changes in v1.3.3.

1. v1.3.2 is using define while v1.3.3 is using const? Why is it changed?
2. Is this a permanent change or may change in the future?
3. How do we know that there is changes for the format?

The changes cause us unable to clone updated cart version from prior v1.3.3 to v1.3.3 via Softaculous.

Pages: [1] 2

Powered by SMFPacks Social Login Mod