Show Posts


Messages - yonghan79

Pages: 1 2 3 [4]
46
Customization help / Re: Top page bar/logo
« on: February 06, 2019, 05:28:26 AM »
You're welcome

47
Customization help / Re: Top page bar/logo
« on: 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?

48
API Development / Re: WebPay Plus API in AbanteCart
« on: 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.

49
API Development / Re: WebPay Plus API in AbanteCart
« on: 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.

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

51
How-to questions / Re: Slowing down main banner rotation
« on: May 22, 2018, 09:32:43 PM »
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.


52
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

53
Customization help / Re: Edit of EMAIL CONFIRM
« on: April 19, 2018, 04:04:57 AM »
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.

54
Customization help / Re: Edit of EMAIL CONFIRM
« 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.

55
Customization help / Re: Edit of EMAIL CONFIRM
« on: April 17, 2018, 09:12:47 PM »
Hi, what is your AbanteCart version?

56
Support / Re: how to remove spacing between sections ?
« on: March 25, 2018, 11:00:56 PM »
Hi, have you clear the cache after modifying the css file? What's your site URL btw?

Pages: 1 2 3 [4]

Powered by SMFPacks Social Login Mod