Show Posts


Messages - yonghan79

Pages: [1] 2 3 ... 6
1
Thanks abolabo, i will try it

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

3
General Support / Re: Not all 1.4.2 tables are changed to INNODB
« on: May 09, 2025, 09:00:40 AM »
Can it be changed?

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

5
General Discussion / Re: AbanteCart v1.4.2 suppliers
« on: May 02, 2025, 05:08:56 AM »
got it, thanks.

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

7
I test and add the CDN, when I import. the countdown disappears.

8
thanks

anothe question i see there is a countdown component? How do we use it?

9
Apparently by adding the Main Content Area block not only show the product info, but the page title is shown too.

10
Oh, i will test it. Will let you know the result.

How about the missing page title?

11
I am expecting to have a different background color, for example, for the cart block in the mobile view.

When I open the default product page in page builder. I don't see the default product info.

12
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





13
Built-in Features / Re: Shipping doesn't work at check out
« on: March 09, 2025, 08:38:40 AM »
Hi,

both username and password should be 12 chars long each.

14
General Support / Re: Layout format
« on: March 06, 2025, 10:49:32 AM »
you're welcome.

15
General Support / Re: Layout format
« on: March 06, 2025, 10:10:56 AM »
This is the default BS5 Main Page Carousel content. It is from AbanteCart v1.3.4 demo data.

Code: [Select]
<div id="mainPageSliderIndicators" class="carousel carousel-dark slide bg-light" data-bs-ride="carousel">
    <div class="carousel-indicators">
        <button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="0" class="active"
                aria-current="true" aria-label="Slide 1"></button>
        <button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="1"
                aria-label="Slide 2"></button>
        <button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="2"
                aria-label="Slide 3"></button>
        <button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="3"
                aria-label="Slide 4"></button>
    </div>
    <div class="carousel-inner">
        <div class="carousel-item banner active">
            <div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
                <div class="flex-item "><img class="my-auto w-100"
                                             src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
                <div class="flex-item col-9 col-sm-3 m-5"><h5>HTML5 Responsive Storefront to look great on</h5>  <h5>ALL
                        Screen Sizes</h5>
                    <p>Natively responsive template implemented with bootstrap library and HTML5. Will look good on most
                        mobile devices and tablets.</p>
                    <h3><a href="#" class=""> Try on your device!</a></h3></div>
            </div>
        </div>
        <div class="carousel-item banner">
            <div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
                <div class="flex-item "><img class="my-auto w-100"
                                             src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
                <div class="flex-item col-9 col-sm-3  m-5"><h5>Highly flexible layout on any page</h5>  <h5>SEO
                        Friendly</h5>
                    <p>Fast Loading</p>
                    <h3><a href="#" class=""> Try Now!</a></h3></div>
            </div>
        </div>
        <div class="carousel-item banner">
            <div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
                <div class="flex-item "><img class="my-auto w-100"
                                             src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
                <div class="flex-item col-9 col-sm-3  m-5"><h5>Feature rich with smart UI</h5>  <h5>Easy &amp; fun to
                        manage</h5>
                    <p>Feature reach shopping cart application right out of the box. Standard features allow to set up
                        complete eCommerce site with all the tools needed to sell products online.</p>
                    <h3><a href="#" class="">Install Now!</a></h3></div>
            </div>
        </div>
        <div class="carousel-item banner">
            <div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
                <div class="flex-item "><img class="my-auto w-100"
                                             src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
                <div class="flex-item col-9 col-sm-3  m-5"><h5>Stay in control</h5>  <h5>Easy updates</h5>
                    <p>Upgrade right from admin. Backward supportability in upgrades and automatic backups. Easy
                        extension download with one step installation.</p>
                    <h3><a href="#" class="">Get Yours!</a></h3></div>
            </div>
        </div>
    </div>
    <button class="carousel-control-prev" type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span
                class="visually-hidden">Previous</span></button>
    <button class="carousel-control-next" type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span>
    </button>
</div>

Pages: [1] 2 3 ... 6

Powered by SMFPacks Social Login Mod