Show Posts


Topics - yonghan79

Pages: [1]
1
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.

2
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

3
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.

4
General Discussion / TinyMCE v6 for AbanteCart v 1.3.4
« on: April 05, 2023, 11:18:01 AM »
Hi core devs,

We see TinyMCE 5 reaches end of support April 20, 2023. 

Are you planning on moving to TinyMCE v6 for AbanteCart v 1.3.4?

5
Hi core devs,

It seems that we need to have all of the blocks filled AND turned ON in the footer section of Bootstrap5 template  for the presentation to  look nice.

Is that a bug or it is coded that way intentionally?

Please look at the attachments.


6
Development Help Needed / How to get layout based on route?
« on: October 27, 2022, 06:46:36 AM »
Hi core devs,

Is it possible to get which layout was used based on the route that the customer was on?

I mean like rt=checkout/cart that means the layout that was called was Cart Page.

Thanks

7
Hi core devs,

I am working on updating our WHY2 extensions to work with v1.3.3 and bootstrap5 template.

I hook into storefront product listing section, however the products are shown doubled but not on the default template.

I also tried to add the imagezoom to bootstrap5 modal, the image zoom was not working correctly in bootstrap5 but it works in default template.

Let me know if you need the admin creds, i will send it via PM.

8
Built-in Features / Page builder supportability
« on: December 08, 2021, 07:37:46 PM »
Hi admins,

We found out that there is "Page builder supportability" in AbanteCart 1.3.2.

What is it used for? We can't find anything within the docs.

Thanks.

9
Built-in Features / How to allow customer download tar.gz file?
« on: October 18, 2021, 04:48:53 AM »
Hi admins,

I test uploading .tar.gz file as a downloadable file and i found out it is converted to .gz.

I have attached the screenshot.

I wonder if we can have customer download tar.gz file instead of .gz file? If yes, what should i change to achieve that?

Thanks.



10
Hi core devs,

We are setting up multi store testing site.

We would like to know if we can set different product info to different store for the same product or not? Such as description, price etc.

If yes, how do we set it?

Also we cannot select store within product page.

We're using AbanteCart v1.3.1.

Thanks.

11
Hi core devs,

I am using trying to add some product info in cart lib by using the
Code: [Select]
onACart_ProccessData() and the method is
Code: [Select]
ACart::buildProductDetails
I also hook into storefront product page by using
Code: [Select]
onControllerPagesProductProduct_UpdateData

I pass the additional data by using
Code: [Select]
$that->view->batchAssign( $this->data ); and using
Code: [Select]
$that->processTemplate( 'pages/xxxx/xxxx.tpl' );
When i open the product page i get
Code: [Select]
Unknown Error:  AbanteCart core v.1.3.0 Call to a member function batchAssign() on null and
Code: [Select]
Unknown Error:  AbanteCart core v.1.3.0 Call to undefined method ACart::processTemplate()
I wonder if i missed anything in my code?

Thanks

12
API Development / Get cust data in lib/cart.php
« on: April 29, 2021, 08:42:19 PM »
Hi core devs,

I wonder if we can get/set the cust_data within the lib/cart.php via hook?

I want to add some info in add and buildProductDetails from admin side.

Thanks.

13
Suggestions for a change in Autocomplete -  we've  found out that the minimum char to trigger the ajax-chosen autocomplete to start working is 3 char, i suggest to make it 2, as there are some cases that admin might sell a brand that has only 2 char such as 3M. Leave the time delay, it's fine.

The file is admin/view/default/template/form/chosen_select.tpl.

Thanks

Support Team at WHY2

14
New Features Discussion / Add UPC field
« on: May 01, 2018, 09:51:48 AM »
Hi core devs, please add UPC field into product. I believe it's useful for admins too. Thanks

Pages: [1]

Powered by SMFPacks Social Login Mod