Announcement

Collapse
No announcement yet.

Price labels (product and category view)

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Price labels (product and category view)

    Hi,

    can you please tell me how to modify that the label for the sales price is shown in the product details view and also in the category view? Virtuemart configuration is already set to "show labels".

    I need this because german law requires the label to be shown.

    Thank you in advance and Best Regards
    Babylon5

  • #2
    Dear babylon5,
    Below are our instruction about how to change the price in product details:
    1. -templates
    --jv-galaticos
    ---html
    ----com_virtuemart
    -----productdetails
    ------default.php
    edit file default.php
    Search line 143.
    echo shopFunctionsF::renderVmSubLayout('prices_mini',ar ray('product'=>$this->product,'currency'=>$this->currency));
    Replace it by: echo shopFunctionsF::renderVmSubLayout('prices',array(' product'=>$this->product,'currency'=>$this->currency));
    2.Price in Product categories

    -templates
    --jv-galaticos
    ---html
    ----com_virtuemart
    -----sublayouts
    edit 2 file
    -products_home.php
    -products.php
    Searching prices_mini then replacing by prices
    Best Regards,
    joomlavi Team

    Comment

    Working...
    X