Vendor's 'My Products' page - products download

  • Posts: 147
  • Thank you received: 6
8 years 9 months ago #207702

-- HikaMarket version -- : 2.3.4
-- Joomla version -- : 2.4.3

Hi,
I tried to run without it but I really need the vendors to be able to download all their products in a csv file.
I know this is not present in Hikamarket at the moment, but is there any way to achieve this? Just download, NO need to upload csv.

If too complex to explain over the forum, is there any of your services provider you would recommend for this service?

Thanks

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
8 years 9 months ago #207730

Hi,

It really depends on what you want to export exactly.
Because you could have an "hard coded" export, where you will export just the columns you want.
Implementing that feature in HikaMarket needs to be flexible according to the vendor rights, so if he does not have access to a field, that field/information should not be exported (and the same for the import).

The HikaShop product export is working good but it export all possible content (categories, product, custom fields... Every available information).
Most of the content is easily available in the HikaShop view "product | export".
The rest is in the "administrator/component/com_hikashop/views/order/view.html.php", for the function "export".

	function export(){
		$product = hikashop_get('class.product');
		$products = JRequest::getVar( 'cid', array(), '', 'array' );
		$product->getProducts($products,'object');
		$products =& $product->all_products;
		/* ... */

Regards,

PS : I'm sorry but HikaMarket 2.3.4 does not exist.


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: 147
  • Thank you received: 6
8 years 9 months ago #208460

Hi Jerome,
Thanks for that.
Really all I need to export are the products that are listed in the 'My Products' page for each vendor.
Just so each vendor can download a complete list of their products.

Is it something you would do as a paid customization?

If not, is there anyone you would recommend for this?

Thanks

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
8 years 9 months ago #208468

Hi,

I know that you want to export the products but which fields you want to export ?

It is something which could be done as a paid customization but you need to have some complete specifications.
What I can recommend you is the "commercial jobs" section of the forum or to contact some of the HikaShop partners.

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: PolishedGeek

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

  • Posts: 134
  • Thank you received: 6
8 years 2 months ago #230200

Hi, Jerome

we also need such feature but in backend.
Is there a way to export one vendor's products from administration? I did not find how to filter products by vendor.

Regards!

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
8 years 2 months ago #230208

Hi,

You're right, there is no "vendor" filter display in the HikaShop backend product listing.
HikaShop allow plugins to extend the filters and add their own ; so it would be possible for HikaMarket to add such kind of filter, like it is already done in the order listing for example.
It's something I can add in the TODO list.

Currently, you can see all vendor products in the backend when you display the vendor edition page.
In the "statistics" tab, you see a list of products and you have the "see all" button which give you a complete list.
But that listing is made directly in HikaMarket and not in HikaShop ; so there is no "export" button or other filters (category, type, 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: 134
  • Thank you received: 6
8 years 2 months ago #230264

Hi, it's the exact place I thought such export button should be present.

Jerome wrote:
Currently, you can see all vendor products in the backend when you display the vendor edition page.
In the "statistics" tab, you see a list of products and you have the "see all" button which give you a complete list.
But that listing is made directly in HikaMarket and not in HikaShop ; so there is no "export" button or other filters (category, type, etc).

Regards,


Regards

Last edit: 8 years 2 months ago by filiar.

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

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