Show Posts


Messages - yonghan79

Pages: 1 [2] 3 4 5
16
i create an upgrade.php file and add it in the config file like this:

Code: [Select]

<upgrade>
  <trigger>upgrade.php</trigger>
</upgrade>

17
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

18
General Discussion / Re: v133 config.php format changes
« on: May 10, 2023, 11:02:16 AM »
I tried to clone an updated cart v1.3.3 from v1.3.2 via Softcaulous and it fails.

I check the config.php, compared with a new v1.3.3 install and find out the config.php format are not the same.

v1.3.2 is using define('DB_DRIVER','amysqli');

v1.3.3 is using const DB_DRIVER = 'amysqli';

Also upgrading from v1.3.2 to v1.3.3 does not update the config.php file. This is not using softaculous.

When i change change the define to const, i can clone the website.

My questions are:
1. Why is it changed?
2. Is using const a permanent change or may change in the future?
3. How do we know that there is a change for the config.php format? in case we need to make adjustment again for the clone works.

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

20
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?

21
On params, you just need the rt. loginname, password, api_key(optional) should be in body.

22
Hi,

Please try to pass the the username and password from body.


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


24
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

25
Hi core devs, i believe i have found the cause and the fix.

Thanks a lot for the help.

26
Where should i send the files to?

27
I have sent you another PM. Please check.

28
Please click the quick view button in the homepage to see the image zoom issue.

I have PM'ed you the creds.

Thanks.

29
Can you please point me which code should be corrected so the image zoom works?

As for the hooks, there are no missing hooks, but i couldn't figure out what's causing the products get doubled in the listing.

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

Pages: 1 [2] 3 4 5

Powered by SMFPacks Social Login Mod