Vendor Statistics not loading

  • Posts: 125
  • Thank you received: 1
8 years 4 months ago #222955

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,

Attachments:
Last edit: 8 years 4 months ago by Konstantin1996.

Please Log in or Create an account to join the conversation.

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
8 years 4 months ago #222959

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:

<!--{IF:acl.billingaddress}-->
		<td>{VAR:BILLING_ADDRESS}</td>
<!--{ENDIF:acl.billingaddress}-->
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,


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.

  • Posts: 125
  • Thank you received: 1
8 years 4 months ago #223181

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,

Attachments:
Last edit: 8 years 4 months ago by Konstantin1996.

Please Log in or Create an account to join the conversation.

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
8 years 4 months ago #223191

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.

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

  • Posts: 125
  • Thank you received: 1
8 years 4 months ago #223241

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,

Please Log in or Create an account to join the conversation.

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
8 years 4 months ago #223247

Hi,

I'm sorry but I have already reply to that question

The best is to use a mass action and modify the product field "product_vendor_id".

So, if you don't know how to use a mass action, you can read that tutorial documentation:
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.067 seconds
Powered by Kunena Forum