Forum Forum Magento Theme SNS Lunar – Magento Theme Translate View More in producttabs

  • Author
    Posts
  • #23943

    yvoalen
    Participant

    A non-magento approach has been used for adding labels to buttons in product tabs.
    The labels are in items.phtml
    pdtlm.find(‘.loadmore’).attr(‘data-label’, ‘<?php echo $this->__(“View more item”); ?>’);
    pdtlm.find(‘.loadmore’).attr(‘data-label-load’, ‘<?php echo $this->__(“Loading …”); ?>’);
    Can we translate these labels?

You must be logged in to reply to this topic. Click here to login or register