Show Posts


Messages - yonghan79

Pages: 1 ... 3 4 [5] 6
61
General Support / Re: Error in logs file after 1.2.16 upgrade
« on: August 16, 2020, 11:50:27 PM »
Hi Hani,

Based on your error log, i found out the warning message is caused by our Editor extension.

Have you update the extension version?

Can you please create a support ticket via our support system at https://wehearyou2.com/clientarea/client/login/ so we can fix it for you?

Thanks.

WHY2 Support Team

62
Hi,

Today I tried several ways of installing one of our extensions, AddThis in AbanteCart v1.2.15. 
The originating files are set to 0644 and the folders are set to 0755.
1. Installing via FTP with our original files from our development the files remain set to 0644 and folders to 0755.
2. Installed via Extensions Upload (after downloading the files to a PC from MarketPlace) the files remain set to 0644 and folders to 0755.
3. Installing via a key the files and the folders are set to 0777.

63
No it's not, but the product relation, select brand within brand listing block etc.

64
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

65
API Development / Re: how to load model from other controller?
« on: March 01, 2019, 12:49:15 AM »
You're welcome

66
API Development / Re: how to load model from other controller?
« on: February 20, 2019, 06:42:16 PM »
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?

67
Customization help / Re: Top page bar/logo
« on: February 06, 2019, 05:28:26 AM »
You're welcome

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

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

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

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

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


73
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

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

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

Pages: 1 ... 3 4 [5] 6

Powered by SMFPacks Social Login Mod