How do you set up sales price for product?

  • Posts: 267
  • Thank you received: 4
  • Hikashop Business
11 years 5 months ago #106933

Hi,

I am wondering how I can give a product a sales price.

Thanks,

Charles

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
11 years 5 months ago #106979

You can enter it in the retail price field of the product edition screen.

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

  • Posts: 267
  • Thank you received: 4
  • Hikashop Business
11 years 5 months ago #107016

Thank you. When I do this method, the products listings show the normal price and then in the product page it says: Common price: $25.00 Our price: $29.95 each. How do I get it to show the sale price in the main listings page and then say regular price, sale price.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #107050

Hi,

You have to remove:

&& JRequest::getCmd('layout') == 'show' 
In the code:
if(isset($this->row->product_msrp) && @$this->row->product_msrp > 0.0 && JRequest::getCmd('layout') == 'show' && $this->params->get('from_module','') == ''){ ?>
In the view "product / listing_price".

You can change the translations in Configuration > Language.
www.hikashop.com/fr/support/documentation/faq.html#translation

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

  • Posts: 267
  • Thank you received: 4
  • Hikashop Business
11 years 5 months ago #107149

Will this also put sale price on the main product listing page so that it reads regular price and sale price or perhaps a slash through the regular price?

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
11 years 5 months ago #107216

It will put both prices in the same way that you have on the product page.

If you're talking about having a normal price with a slash through and a discounted price, that is usually done by creating discounts restricted to the products they apply on.

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

  • Posts: 267
  • Thank you received: 4
  • Hikashop Business
10 years 11 months ago #134453

When I add the DISCOUNT for a category, it shows a -$ but in the product page it does not show the discounted amount. It shows the amount without discount.
Charles

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
10 years 11 months ago #134499

In the configuration, you have the option "show discounted prices" where you can define how you want the discounted prices to be displayed.
Then, in each products listing menu/module that you can edit via Display->Content menus/modules, you will find the same option for the listing.
Simply make sure that they are all set to the same thing if you want to display the discounted prices in the same way everywhere.

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

  • Posts: 267
  • Thank you received: 4
  • Hikashop Business
10 years 11 months ago #134591

On the main products listings it shows the line through the price as you mentioned.

However, on the actual product page it only shows the discounted price and not the full price without discount or slashes.

Also in CONFIGURATION, I did not see the area where I can choose the 'Show Discounted Prices'.

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
10 years 11 months ago #134601

You will find the option in the "Default parameters for products" section of the Display tab of the configuration.

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

  • Posts: 267
  • Thank you received: 4
  • Hikashop Business
10 years 9 months ago #142414

So where can I change the word 'Common Price' To Regular price?

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

  • Posts: 12953
  • Thank you received: 1778
10 years 9 months ago #142429

Hi,
You'll just have to edit your translation file , and change this line :

PRODUCT_MSRP_BEFORE="Common price:"

The following user(s) said Thank You: fan4chevy

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

Time to create page: 0.101 seconds
Powered by Kunena Forum