Show Posts


Messages - yonghan79

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

2
General Discussion / Re: Second level breadcrumb is removed in 1.4.0?
« on: September 12, 2024, 12:56:19 PM »
The most current patch of this is available at our patch files here: https://why2central.net/patch/abantecart-v1-4-0-storefront-category-breadcrumb-patch-file/

Handoyo from
The Support Team
We Hear You 2, Inc  (WHY2)

3
General Discussion / Re: Second level breadcrumb is removed in 1.4.0?
« on: September 11, 2024, 12:29:44 PM »
Hi abolabo,

i just found out that the breadcrumb is correct, but now the products that doesn't belong to the subcat is shown too.

i test the patch in a clean 1.4.0 site.

i attached both storefront category page and admin product page for the product that shouldn't show in the category page.


4
General Discussion / Re: Second level breadcrumb is removed in 1.4.0?
« on: September 10, 2024, 10:39:38 AM »
Thanks abolabo, the patch file works.

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


6
thanks, i see it now

7
Hi core devs,

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




8
General Discussion / Re: Existing fast checkout extension removed or not
« on: August 12, 2024, 04:59:36 AM »
Thanks for the information Basara.

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

10
General Discussion / Re: When does preview layout will be impmented?
« on: July 10, 2024, 04:07:38 AM »
Hi abolabo,

i mean preview layout function within v1.4.0.

https://github.com/abantecart/abantecart-src/blob/1.4.0/public_html/admin/view/default/template/pages/design/layout.tpl

line 3-8

Code: [Select]
/* preview development is not complete. future */
if ($preview_id) { ?>
<div class="alert alert-info">
    <?php echo $text_preview_generated?> <a href="<?php echo $preview_url?>" target="_blank"><?php echo $text_click_here?></a>
</div>
<?php }

https://github.com/abantecart/abantecart-src/blob/1.4.0/public_html/admin/controller/pages/design/layout.php

line 40-45
Code: [Select]
//Note yet implemented
        if (isset($this->request->get['preview_id'])) {
            $preview_id = $this->request->get['preview_id'];
            $layout_data['preview_id'] = $preview_id;
            $layout_data['preview_url'] = HTTP_CATALOG.'?preview='.$preview_id.'&layout_id='.$preview_id.'&page_id='.$page_id;
        }

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
Thank you for the information.

So for existing users of default template and not using Fast checkout yet -  how are you proposing the upgrade to 1.4.0 will impact the existing settings?

And does that mean default checkout will no longer available?

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

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

15
General Support / Re: default wt based for 1.3.4 Issue
« on: January 29, 2024, 10:49:01 AM »
Hi core devs,

The error is triggered when we set product fixed shipping along with the default weight shipping.

I tested with PHP 8.1.27.


Pages: [1] 2 3 ... 5

Powered by SMFPacks Social Login Mod