Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • minimizan Friend
    #184360

    Hi, just one question that I think is about the template:

    When I see product details It appears the price crossed when it has one discount applied.
    I want to see this pice crossed in category products view and in most viewed-best sales but I do know how. I have checked the different options in configuration with no success.

    Thanks


    1. config
    2. category_products
    3. product_detail
    Saguaros Moderator
    #481681

    Hi,

    Which type of price with crossed line in your attached image is? Is that sales price as default of VM: http://easycaptures.com/fs/uploaded/530/1213883441.png

    minimizan Friend
    #481686

    It is PRODUCT_BASEPRICE_WITHTAX=”Precio base con impuestos”

    minimizan Friend
    #483080

    Any help please?

    Saguaros Moderator
    #483720

    Hi minimizan,

    Could you send me url of a product page that has this discount price? I try to open some but I can’t find it.

    minimizan Friend
    #483909
    minimizan Friend
    #484602

    Any reply about? thanks!

    Saguaros Moderator
    #484828

    Hi minimizan,

    To view the base price with tax in category view, please open file: templatesja_vintashtmlcom_virtuemartcategorydefault.php, remove comment in line 273:

    [PHP]//echo $this->currency->createPriceDiv(‘basePriceWithTax’,’COM_VIRTUEMART_PRODUCT_BASEPRICE_WITHTAX’,$product->prices);[/PHP]
    change it to:
    [PHP]echo $this->currency->createPriceDiv(‘basePriceWithTax’,’COM_VIRTUEMART_PRODUCT_BASEPRICE_WITHTAX’,$product->prices);[/PHP]

    Then clean cache.

    This is custom work in Virtuemart component, you can also post a thread in VM forum to get more help.

    minimizan Friend
    #484918

    Ths show the prices crossed as I want but in all of them also in products with no discount. I want this for only the products with discount. Thanks any way, I`ll see virtuemart forum too.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  minimizan 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum