- Posts: 324
- Thank you received: 4
Why is there a "Retail price" and also another place to add prices?
5 years 2 months ago #333958
by DogPeople
Hi,
Just wondering why there's a retail price box AND another price box? If I enter a price in the retail price box but not in the other place, I get the word "free" on the product page. Seems a little silly to have both, and since this is a multi vendor marketplace, dangerous if they put their pricing in the wrong place!
Is there some way to just have ONE place where you put in the price? Some sort of override? I only need one price per product.
Thanks.
Just wondering why there's a retail price box AND another price box? If I enter a price in the retail price box but not in the other place, I get the word "free" on the product page. Seems a little silly to have both, and since this is a multi vendor marketplace, dangerous if they put their pricing in the wrong place!
Is there some way to just have ONE place where you put in the price? Some sort of override? I only need one price per product.
Thanks.
Please Log in or Create an account to join the conversation.
5 years 2 months ago #333960
by nicolas
Replied by nicolas on topic Why is there a "Retail price" and also another place to add prices?
Hi,
The "retail price" is the MSRP. So it's just indicative. In HikaMarket's Vendor Accesses settings, you can configure it to choose which option you want to display / remove on the product edit form of the frontend :
So there, you want to disable the "msrp" option:
i.imgur.com/nlaOG7i.png
The "retail price" is the MSRP. So it's just indicative. In HikaMarket's Vendor Accesses settings, you can configure it to choose which option you want to display / remove on the product edit form of the frontend :
So there, you want to disable the "msrp" option:
i.imgur.com/nlaOG7i.png
Please Log in or Create an account to join the conversation.
5 years 2 months ago #333969
by DogPeople
Replied by DogPeople on topic Why is there a "Retail price" and also another place to add prices?
Hi,
I've done that already, but it still shows on the product page.
This is confusing for vendors, and if they put the price in the wrong place, it's going to show up as free on the frontend. How do I fix this?
Thanks.
I've done that already, but it still shows on the product page.
This is confusing for vendors, and if they put the price in the wrong place, it's going to show up as free on the frontend. How do I fix this?
Thanks.
Please Log in or Create an account to join the conversation.
5 years 2 months ago - 5 years 2 months ago #333974
by Philip
Replied by Philip on topic Why is there a "Retail price" and also another place to add prices?
Hello,
As a suggestion, maybe you can use some Css in order to "hide" it from your vendor ?
In details, you can build a restricted Css command (only on the required page) in order to fit your needs.
Ex :
.specific_page_class_or_id .your_html_element_class_to_hide {
// Your css command
display: none;
}
Note : Have a look on this tutorial to see how to process to add your own custom css command (for frontend & backend).
hope this can meet your needs.
Regards
As a suggestion, maybe you can use some Css in order to "hide" it from your vendor ?
In details, you can build a restricted Css command (only on the required page) in order to fit your needs.
Ex :
.specific_page_class_or_id .your_html_element_class_to_hide {
// Your css command
display: none;
}
Note : Have a look on this tutorial to see how to process to add your own custom css command (for frontend & backend).
hope this can meet your needs.
Regards
Last edit: 5 years 2 months ago by Philip.
Please Log in or Create an account to join the conversation.
5 years 2 months ago #333996
by DogPeople
Replied by DogPeople on topic Why is there a "Retail price" and also another place to add prices?
I could... but it would be a lot easier if I could just do this from the backend?
I am sure I am not the only person who doesn't need or want this?
I am sure I am not the only person who doesn't need or want this?
Please Log in or Create an account to join the conversation.
5 years 2 months ago #334030
by Jerome
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.
Replied by Jerome on topic Why is there a "Retail price" and also another place to add prices?
Hello,
You can remove the right to edit the "msrp" for your vendors ; so they won't fill a field which is not useful for you.
www.hikashop.com/support/documentation/1...l#tuto_configure_acl
Regards,
You can remove the right to edit the "msrp" for your vendors ; so they won't fill a field which is not useful for you.
www.hikashop.com/support/documentation/1...l#tuto_configure_acl
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.
Time to create page: 0.211 seconds