Prebuilt products

  • Posts: 410
  • Thank you received: 15
7 years 1 month ago #265340

Hi I want to do the following: a partner to be able only to set price and attached packages of hikaserial in already prebuilt products from me. In testing these products are created are not visible to other partners. Can these products be available to other partners (to have the opportunity to create a variant of the product with their prices and packages based on this product that I created).
I also want to ask is it possible list of vendors seem similarly.

Attachments:
Last edit: 7 years 1 month ago by neo191987.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 1 month ago #265351

Hi,

In your main product, if you add the characteristic called "vendor", then your vendor will be able to create their own variant.
For the moment, they have to go in the product page and they will see a button to "edit/create" their variant for the product.

Afterwards, in HikaShop you can change how the variant selection is made ; one mode is using a table.
Thanks to some view override ; you can change the way that the product are listing and add special columns.
With some code, you can load the vendors' detail of the different variants and include that data in your table.
It requires some development skills and some time ; but that is possible.

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: 14
  • Thank you received: 1
7 years 1 month ago #265354

Thanks for the reply. By selecting this characteristic requires value what should be accurate.


And also I want to ask what the user group must be a vendor if there is any significance.

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 4 weeks ago #265400

Hello,

Thank you for the report.

There is indeed a problem with the new product edition interface and the "vendor" characteristic.
The code which is in HikaMarket still work for the "legacy" product edition but not for the new one ; I didn't realized that.
We are currently working on some modification in HikaMarket but it will also require some modifications in HikaShop (to potentially add a new trigger)

And also I want to ask what the user group must be a vendor if there is any significance.

The "vendor groups" are just there to simply the Access Level configuration ; so you can activate or block some Access Level depending the groups that a vendor have.

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.
The following user(s) said Thank You: neo191987

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

  • Posts: 410
  • Thank you received: 15
7 years 4 weeks ago #265416

I found some small problem but will not open new topic will only report in order to correct them in the next version.

Front end

There are two problem page Customers
1, Missing the two strings: HIKAM_NO_ADDRESS and NO_ORDER_LISTED
2. drop down list to the address generated this <em>HIKAM_NO_ADDRESS</em> instead HIKAM_NO_ADDRESS
I corrected those problems to me.

Page Products
When creating a product - Auction fields are not available for operation.
Also can not be excluded from the administration.

Page Discounts
When creating a discount if you click on the button Specific vendor show two popup windows instead of one.

Last edit: 7 years 4 weeks ago by neo191987.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 4 weeks ago #265426

Hello,

1 - It will be fix in the next release
2 - It will also be fix in the next release
3 - Please provide more details or open a new thread ; it might be related to HikaMarket but only to HikaAuction.
4 - We will perform some tests in order to reproduce the issue ; please indicate the browser you're using.

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: 410
  • Thank you received: 15
7 years 4 weeks ago #265462

4.Testing of the Google Chrome and Mozilla Firefox – Last versions

Last edit: 7 years 4 weeks ago by Jerome.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 4 weeks ago #265518

Hello,

Please edit the HikaMarket discount class and replace

'.JHTML::_('hikaselect.radiolist', $values, 'data[discount][discount_target_vendor]' , 'onclick="hikamarket_discount_setVendor(this, true);" onchange="hikamarket_discount_setVendor(this, false);"', 'value', 'text', @$discount->discount_target_vendor).
By
'.JHTML::_('hikaselect.radiolist', $values, 'data[discount][discount_target_vendor]' , 'onclick="hikamarket_discount_setVendor(this, true);"', 'value', 'text', @$discount->discount_target_vendor).

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.
The following user(s) said Thank You: neo191987

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

Moderators: Obsidev
Time to create page: 0.091 seconds
Powered by Kunena Forum