New Landing How can we help? Themeforest Theme Support Dante SKU code on product page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #79092
    vteck
    Member
    Post count: 5

    hi,

    how do I show the SKU code on the product page like
    Product code: 335609 – Need Help? Contact Us
    as displayed on your demo page http://dante.swiftideas.net/product/aspesi-jacket-shirt/

    thanks.

    #79227
    vteck
    Member
    Post count: 5

    anyone?

    #79385
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @vteck,

    Please refer to our support policy – adding comments will take you back in the queue, so will take longer for us to reply!

    As for your question, see here – http://docs.woothemes.com/wp-content/uploads/2012/01/adding-and-managing-products-2.png

    You set it in the product attributes section.

    Hope that helps.

    – Ed

    #85299
    vteck
    Member
    Post count: 5
    This reply has been marked as private.
    #85401
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Inside the file themes/dante/woocommerce/single-product/meta.php
    Find this code:

    <span class="need-help"><?php _e("Need Help?", "swiftframework"); ?> <a href="#email-form" class="inline" data-toggle="modal"><?php _e("Contact Us", "swiftframework"); ?></a></span>

    and replace by this one:

    <span class="need-help">Product code <?php echo $product->get_sku();?> - <?php _e("Need Help?", "swiftframework"); ?> <a href="#email-form" class="inline" data-toggle="modal"><?php _e("Contact Us", "swiftframework"); ?></a></span>

    Let us know if it worked.

    Best Regards,
    Rui

    #86754
    vteck
    Member
    Post count: 5
    This reply has been marked as private.
    #86779
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks Rui

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register