How to enable reviewing a vendor, and a few more things.

  • Posts: 49
  • Thank you received: 1
5 years 2 months ago #303643

-- HikaShop version -- : 4.0.2
-- HikaMarket version -- : 3.0.0
-- Joomla version -- : 3.9.2
-- PHP version -- : 7.2

Hello,

I have the following questions:

1. How to enable reviews on a vendor page?
2. How to enable a product review?
3. How to enable commenting with reviewing, on both products and a vendor page?
4. How to add all the products related to a vendor in the vendor page itself?
5. How to enable sold by "vendor name" in a product page.

Also, I want to add a custom field to the vendor edit page, it only says Table address? So I can only add custom fields to the address table, also how to add filters?

I look forward to hearing from you ASAP.

Thanks

Last edit: 5 years 2 months ago by onereik.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 2 months ago #303663

Hello,

1 - "Display vendor vote" :
www.hikashop.com/support/documentation/1...onfig_market_display
2 - Enabling the vote & comment features :
www.hikashop.com/support/documentation/5...g.html#features_vote
3 - Enabling both settings from 1 and 2
4 - Configure a product listing module to display "under the vendor page".
See: www.hikashop.com/support/documentation/1...onfig_market_display
And : www.hikashop.com/support/documentation/1...tml#tuto_vendor_page
5 - Enable the corresponding setting :
www.hikashop.com/support/documentation/1...onfig_market_display

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: 49
  • Thank you received: 1
5 years 2 months ago #303686

Jerome,

Thanks for the help.

There is something still is not answered I said in my previous reply:
"Also, I want to add a custom field to the vendor edit page, it only says Table address? So I can only add custom fields to the address table, also how to add filters?"

I am just going to rephrase this, how do I add custom fields to the vendor form? So when a vendor edits his profile, he can fill these fields.
and how to add filters?

Thanks,
Rei

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 2 months ago #303687

Hello,

Please edit the backend HikaShop view "field / form" and replace the line

if (hikashop_level(1) && empty($this->field->field_id)) {
By
if (empty($this->field->field_id)) {
Even if you are using HikaShop starter, via HikaMarket you have access to more tables than just the "address" one.

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: 49
  • Thank you received: 1
5 years 2 months ago #303692

Ok this is very strange, then why I don't have access to these details in that case?

Also I want to add an image field to the vendor table, so I want vendors to upload additional images, it will be a cover photo.

So is this possible?

Thanks

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 2 months ago #303717

Hello,

HikaShop starter do only provide custom field for "address" table ; only from HikaShop essential you have other custom fields.
So there is the line I mentioned in my previous message to not display the dropdown for HikaShop starter. Which is logical if you just have HikaShop but which generate your side effect when you have an add-on like HikaMarket.

Once you apply the patch you would be able to create vendor custom fields ; of every possible types, which include the (ajax) image upload.
Afterwards, when you have your custom field, you would need to perform a view override if you want to use that field as a cover photo. By using a (ajax) image upload, you will find the image file path in the field, so it is a value that you can use easily to create what you want to do.

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: 49
  • Thank you received: 1
5 years 2 months ago #303719

Hello Jerome,

Thanks a lot, I just edited this line, but the field type image and ajax image upload are still not there, however, I was able to switch between address and vendor.

Could you please help?

Thanks

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 2 months ago #303723

Hello,

Sorry, I just saw with the HikaShop team and you're right ; image and file custom fields are not available in HikaShop starter.
These are features provided by HikaShop Business since it requires lots of security to handle the uploaded file, etc.

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: 49
  • Thank you received: 1
5 years 2 months ago #303742

So I have to pay an extra 150 USD to buy the business version of this and get this feature to work, Amazing!

This should have been clear from the beginning, I bought the HikaMarket and was expecting this includes all the available features in the HikaShop Business since the HikaMarket is actually expensive compared to other components.

I already paid about $175 USD and now I have to pay an extra $150 USD for this feature, it is actually not clear, because it said in the HikaMarket and demo version the developer of the component showed me that it has all the custom fields available in the HikaMarket, so I wonder how fair this is?

Last edit: 5 years 2 months ago by onereik.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 2 months ago #303748

Hello,

HikaMarket is an add-on for HikaShop ; that point is very clear in the website, product page and also in our communication.

HikaShop is the e-commerce system and do provide its features.
HikaMarket adds features regarding the front-end edition of the store and the marketplace/multi-vendor features.
But because HikaMarket is an add-on, it do not include features that are already in commercial edition of HikaShop.

The problem related to the creation of vendor custom fields in HikaShop starter will be fix in the next release.
Afterwards, the system allows you to use all available type of fields ; which also include the plugin fields (like the advanced date picker or others).
I am sorry that the "files" fields are not available in the starter edition and I don't know right now if it's something which would change in the future. HikaShop is made by one team and HikaMarket is made by me.

Via commercial edition of HikaShop you will have access to the specific features (which are describe in the HikaShop compare page), including "product / category / order / items" product fields and much more.
www.hikashop.com/extensions.html
If you don't want to use a commercial edition of HikaShop ; it is still possible to use custom plugin to extend the custom field types ; or use another type of field for the customization of the vendor page by your vendors.

Personally, I do think that you might need features such as product custom field (essential and business) or order custom fields (business), features that you can find in the commercial editions.
HikaMarket is complex, it needs to have a high level of security and provide a lot of front-end (flexible) interfaces to provide to the vendor a full system for the store management.

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: 49
  • Thank you received: 1
5 years 2 months ago #303754

Ok thanks,

I bought the business extension, but it shows a thumbnail image of 100x100, how do I make this custom field show the original image or set up the thumbnail size myself?

Thanks

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

  • Posts: 49
  • Thank you received: 1
5 years 2 months ago #303755

no problem, figured where this gets uploaded, but would still like to know how to set the thumbnail size?

Thanks

Last edit: 5 years 2 months ago by onereik.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 2 months ago #303760

Hello,

You have various settings to set-up the thumbnail size in HikaShop or HikaMarket.
But I need to understand more clearly what thumbnail you're talking about exactly.

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.080 seconds
Powered by Kunena Forum