Shortcodes

/Shortcodes

Homepage Shortcodes

Medicalshop provides shortcodes. you can use to any pages and blocks.

Show Products in Homepage
  • Featured Products – It shows the products which “Is Featured” attribute is “yes”.
  • you can include category_id”X” [replace X with category id of your store] to filter based on category

{{block class=”Medicalshop\Filterproducts\Block\Home\FeaturedList” name=”featured_product”…}}

  • New Products – It shows the products which “New from Date” or “New to Date” attributes are inputted.
  • you can include category_id”X” [replace X with category id of your store] to filter based on category

{{block class=”Medicalshop\Filterproducts\Block\Home\LatestList” name=”new_product”…}}

  • Deal Products – It shows the deal products for this week or month.

{{block class=”Medicalshop\Countdown\Block\Deallist” name=”deal_product”…}}