How to edit product price?


In themes dedicated to restaurants or foodtrucks there is a lot of options, which can help you to promote products from the menu. You can add tags to products, set different categories or use shortcodes to display products in several ways.

In all of our restaurant themes there is options to set additional text above the product price. On our demo pages it’s “only” or “just” labels. You can check this below:

FoodTruck - above price text

FoodTruck – above price text

Dish - additional price label

Dish – additional price label

Delimondo - addtional price label

Delimondo – addtional price label

These labels are set as default in our shortcodes. So you can’t see option to edit this in page code. But if you will use Shortcode generator (while editing the page, please set content type to Text and then click shortcodes and choose one of Products shortocodes) you will have in shortcode settings (sometimes you need to click Advanced filter options – it depends on specific shortcode) parameter onlylabel, price label or above price text. If you leave empty field next to one these parameters, label will not be displayed.

Below, you can check how looks shortcode edition in selected shortcodes from different themes.

Food Truck: Shortcode "Products"

Food Truck: Shortcode “Products”

Dish: Shortcode "Product tabs"

Dish: Shortcode “Product tabs”

Delimondo: Shortcode "Products slider"

Delimondo: Shortcode “Products slider”

You can also change this parameter in page code. To do that, follow steps below:

Step by step:

  1. Go to Pages > All pages and select page, that you want to edit.
  2. Click Text on top right hand side in page content edition field.
  3. Find shortcode, which displays your products.
  4. Add to the shortcode parameter with empty value “”:
  • For Dish: [products pricelabel=””]
  • For Delimondo: [products_slider onlylabel=””]
  • For Foodtruck [products above_price_text=””]