News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - yonghan79

#76
No it's not, but the product relation, select brand within brand listing block etc.
#77
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
#78
You're welcome
#79
Hi,

seems you have a typo here:

$this->load->model('catolog/product'); should be $this->load->model('catalog/product');

And are you calling the model from extension hook file or not?
#80
Customization help / Re: Top page bar/logo
February 06, 2019, 05:28:26 AM
You're welcome
#81
Customization help / Re: Top page bar/logo
February 05, 2019, 09:26:51 PM
Hi,

It's located in style.css line 246:

.headerstrip {
    height: 72px;
    //change this color to your desired color
    background-color: #00a1cb;
}


Btw, have you ever use chrome element inspector or firefox firebug?
#82
API Development / Re: WebPay Plus API in AbanteCart
January 15, 2019, 09:25:22 PM
I suggest you to read the AbanteCart developer manual first to get a brief understanding how does the extensions works etc prior using the developer tools.
#83
API Development / Re: WebPay Plus API in AbanteCart
January 14, 2019, 08:37:46 PM
Hi, welcome to the forum.

1. You have to understand how the to use php to consume the API.
2. You have to understand how to create an extension.
2. You can look at default paypal extension or other default payment extension for ideas/examples on how to use it.

Hope it helps.
#84
Hi, first of all welcome aboard. Perhaps you can make a multi store to serve different group of customers, or create a coupon for them.
#85
Hi, try to add this code ' ,slideshowSpeed: "10000" ' on line 147 in your /storefront/view/default/javascript/custom.js. I can't paste a code so i wrap it with ''. Change 10000 with your desired time. Fyi, the default value is 7000. Hope it helps.

#86
New Features Discussion / Add UPC field
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
#87
Customization help / Re: Edit of EMAIL CONFIRM
April 19, 2018, 04:04:57 AM
Quote from: Basara on April 19, 2018, 03:59:29 AM
Quote from: yonghan79 on April 18, 2018, 11:29:35 PM
I just checked the product_options table schema and the it doesn't has the sku column. That's why you get the error. I think we should ask the AbanteCart developers add the sku in the next version.

SKU is not a part of the product_options table
SKU for option values stored in the ac_product_option_values and ac_order_options. The error usually appear if store was not upgraded correctly from older version to 1.2.12

Thanks for the information Basara.

Try to change COALESCE(po.sku,p.sku) to COALESCE(pov.sku,p.sku). Hope it works.
#88
Customization help / Re: Edit of EMAIL CONFIRM
April 18, 2018, 11:29:35 PM
I just checked the product_options table schema and the it doesn't has the sku column. That's why you get the error. I think we should ask the AbanteCart developers add the sku in the next version.
#89
Customization help / Re: Edit of EMAIL CONFIRM
April 17, 2018, 09:12:47 PM
Hi, what is your AbanteCart version?
#90
Hi, have you clear the cache after modifying the css file? What's your site URL btw?

Forum Rules Code of conduct
AbanteCart.com 2010 -