- Posts: 125
- Thank you received: 1
Vendor Statistics not loading
- Konstantin1996
-
Topic Author
- Offline
Less
More
10 years 9 months ago - 10 years 9 months ago #222955
by Konstantin1996
Vendor Statistics not loading was created by Konstantin1996
Hello,
Hikamarket 1.6.7
1) The vendor page statistics are not loading at all, I attached a screenshot maybe that will help.
2) How can I instantly assign many existing products to a vendor?
3) I don't want the vendors to receive the contact details of the buyers in the confirmation emails, how can I do that?
4) If i have many vendors and some of them have same products, is there any solution for that? Like lets say whoever has the cheapest price is the one which one show.
Sorry for asking so much!
Kind Regards,
Hikamarket 1.6.7
1) The vendor page statistics are not loading at all, I attached a screenshot maybe that will help.
2) How can I instantly assign many existing products to a vendor?
3) I don't want the vendors to receive the contact details of the buyers in the confirmation emails, how can I do that?
4) If i have many vendors and some of them have same products, is there any solution for that? Like lets say whoever has the cheapest price is the one which one show.
Sorry for asking so much!
Kind Regards,
Last edit: 10 years 9 months ago by Konstantin1996.
Please Log in or Create an account to join the conversation.
10 years 9 months ago #222959
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Vendor Statistics not loading
Hi,
1/ Do you have Javascript errors in your browser console ?
If not ; would it be possible to have a front-end access in order to see the page ?
2/ The best is to use a mass action and modify the product field "product_vendor_id".
3/ The email "order_status_notification" of HikaMarket uses some tags:
So if the vendor does not have the "billing address" ACL ; the billing address won't be added in the email.
Otherwise, you can edit the email (html or preload) in order to remove the blocks or change the content of the acl variable.
4/ HikaMarket proposes the "vendor" characteristic which allow vendors to create variant for an existing product.
The default variant is still define in HikaShop and it will require some custom code in order to change dynamically the default variant (or change it in the database depending the variants prices)
Regards,
1/ Do you have Javascript errors in your browser console ?
If not ; would it be possible to have a front-end access in order to see the page ?
2/ The best is to use a mass action and modify the product field "product_vendor_id".
3/ The email "order_status_notification" of HikaMarket uses some tags:
Code:
<!--{IF:acl.billingaddress}-->
<td>{VAR:BILLING_ADDRESS}</td>
<!--{ENDIF:acl.billingaddress}-->
Otherwise, you can edit the email (html or preload) in order to remove the blocks or change the content of the acl variable.
4/ HikaMarket proposes the "vendor" characteristic which allow vendors to create variant for an existing product.
The default variant is still define in HikaShop and it will require some custom code in order to change dynamically the default variant (or change it in the database depending the variants prices)
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- Konstantin1996
-
Topic Author
- Offline
Less
More
- Posts: 125
- Thank you received: 1
10 years 9 months ago - 10 years 9 months ago #223181
by Konstantin1996
Replied by Konstantin1996 on topic Vendor Statistics not loading
Yes there is a JS error, I attached a screen shot.
Also how can i use mass action and modify the product field "product_vendor_id"?
Kind Regards,
Also how can i use mass action and modify the product field "product_vendor_id"?
Kind Regards,
Last edit: 10 years 9 months ago by Konstantin1996.
Please Log in or Create an account to join the conversation.
10 years 9 months ago #223191
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Vendor Statistics not loading
Hi,
When HikaMarket add the code for the statistics, it also include the google chart jsapi.
If you have a javascript issue telling you that "google" is not defined ; I'm afraid that you have an issue with your template or a plugin which remove that javascript library inclusion.
Regards,
When HikaMarket add the code for the statistics, it also include the google chart jsapi.
If you have a javascript issue telling you that "google" is not defined ; I'm afraid that you have an issue with your template or a plugin which remove that javascript library inclusion.
Code:
$doc = JFactory::getDocument();
$doc->addScript('https://www.google.com/jsapi');
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- Konstantin1996
-
Topic Author
- Offline
Less
More
- Posts: 125
- Thank you received: 1
10 years 9 months ago #223241
by Konstantin1996
Replied by Konstantin1996 on topic Vendor Statistics not loading
Hello,
Thank you, I solved the statistics problem! Was the JCH Optimise Plugin...
Also can you please explain to me how can I straight away move bulk amount of products to a selected vendor using the mass action?
Kind Regards,
Thank you, I solved the statistics problem! Was the JCH Optimise Plugin...
Also can you please explain to me how can I straight away move bulk amount of products to a selected vendor using the mass action?
Kind Regards,
Please Log in or Create an account to join the conversation.
10 years 9 months ago #223247
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Vendor Statistics not loading
Hi,
I'm sorry but I have already reply to that question
www.hikashop.com/support/support/documen...massaction-form.html
Otherwise, please ask a different / more precise question.
Regards,
I'm sorry but I have already reply to that question
So, if you don't know how to use a mass action, you can read that tutorial documentation:The best is to use a mass action and modify the product field "product_vendor_id".
www.hikashop.com/support/support/documen...massaction-form.html
Otherwise, please ask a different / more precise question.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.158 seconds