Market: Product approval &

  • Posts: 50
  • Thank you received: 2
5 years 1 month ago #304435

-- url of the page with the problem -- : localhost
-- HikaShop version -- : 4.0.1
-- HikaMarket version -- : 3.0.0
-- Joomla version -- : 3.9
-- PHP version -- : 5.6

Hi

Market: Product approval
When I Approve more than one product (in the same action by selecting them and approve button in back-end) for the same vendor.
The email that vendor receive dose not shows the Product names and pictures that approved!

Email example :

Hi ,
Your product has just been approved by a moderator: 

  * (nothing here)

Market: Product Modification
After Approving a product, Vendor can edit this product by the ACL that admin set for vendor
So when the ACL: product-edit-name (vendor can not edit product name) in un marked
after editing a product for example editing price
the email that Admin receive dose not have updated product name! it shows noting for name of product! (it's because the ACL: product-edit-name is not set for this vendor) in other case it works well

email example:
Hi
This vendor just updated his product.
Vendor: Vendor1
Product: (nothing here)

Translation
one email of hikamarket dose not have name and shows:
MARKET_USER_ORDER_NOTIFICATION
you can see this in demo.hikashop back-end >
demo.hikashop.com/administrator/index.ph..._hikashop&ctrl=email

Also For hikamarket emails I can not find any description in help button :(

Last edit: 5 years 1 month ago by Jerome. Reason: change tags

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 1 month ago #304463

Hello,

1 - Thank you for your feedback. We will investigate on that point and see why the vendor and product details are not loaded when you approve several products in the same time.
Did you approved products from different vendors ? Just one by multiple products ?

2 - Once again, thank you for that feedback. Indeed, we need to load the full product details in order to be sure that all fields which are displayed in the email are available. The patch should be integrate fast.

3 - You can edit your translation file in order to add the two missing entries:

MARKET_USER_ORDER_NOTIFICATION="Market: User order notification"
MARKEt_ORDER_STATUS_NOTIFICATION_SUBJECT="Your order No. %s at %s"
We added them in our side and they will be in the next release.

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

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

  • Posts: 50
  • Thank you received: 2
5 years 1 month ago #304488

1- I approved multiple products from only one vendor.

Thanks.

The following user(s) said Thank You: Jerome

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 1 month ago #304526

Hello,

In the "product_approval" preload ; please change

	$vars['products'] = $data->products;
By
	$vars['products'] = true;
	$templates['products'] = $data->products;

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

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

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