Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Turn Sold by meta text into vendor's store URL #61999
    Pablo
    Participant

    Hi Anna, thanks for the response.. I understand…

    It would be cool if you can give me a peak on which files are handling this so I could have a look myself and try to help you out for this to be changed?

    Thanks

    in reply to: Turn Sold by meta text into vendor's store URL #61870
    Pablo
    Participant

    I think this is essential as customers should be able to easily go to vendor’s store after purchasing a product (in order to contact a vendor or similar). Right now it’s a bit confusing as they don’t know how to reach vendor’s store page after purchasing a product.

    in reply to: Display values from product custom field in emails #61785
    Pablo
    Participant

    Hi Anna,

    Have you had a chance to look this up? Thanks.

    in reply to: Display values from product custom field in emails #59736
    Pablo
    Participant

    Hi Anna,
    I’ve tried the code you provided but this only includes “Ingredients: ” in the order email, without a value…
    What could be the issue?

    in reply to: UI questions #59319
    Pablo
    Participant

    Hi Jamie, would you please tell me which files would I need to edit to disable these two fields? (category and tags)

    in reply to: Change Sold by username to Vendor's profile link #59173
    Pablo
    Participant

    Hi Anna,

    I forgot to post status, apologies, but my site is fresh with only few plugins and newest version of WordPress. Thanks for the response!

    I meant author profile like this: example.com/author/username from a vendor who’s selling a product, since this is where user profiles will be on my site. I would love to include those author profile links in WC order emails and on order pages instead of vendor’s username within “Sold by” field. I know that there are few other options like Display name, User Login, User Email… But it would be nice to associate profile from an actual person then just this simple information like username (creates kind of dead-end for a customer since they don’t know what to do with that username if they want to find out more information about a vendor who sold a product).

    Thanks again.

    in reply to: How to change type of field in product submission? #58886
    Pablo
    Participant

    I didn’t understand where should I place the code you’ve provided? Thanks.

    in reply to: How to change type of field in product submission? #58821
    Pablo
    Participant

    Hi,

    So I added this to functions.php but no dropdown has been shown on short_description field:

    add_filter( 'wcv_short_description', 'short_description_hours' ); 
    function short_description_hours( $args ){ 
    	$args[ 'class' ] = 'wcv-select2'; 
    	return $args; 
    }
    in reply to: How to change type of field in product submission? #58762
    Pablo
    Participant

    Hi Anna thanks for this.
    Well I need to showcase hours field on a Woocommerce’s product card, so right now only title, short description, quantity and price are being showcased. That’s why I want to convert short description text field into a dropdown/hours field.

    in reply to: How to change type of field in product submission? #58730
    Pablo
    Participant

    Thanks a lot Jamie! I would also like to change “Short Description” text field to hours field(Dropdown of 24 hours would work). I can see the pattern but how would I go with adding a dropdown of values instead of a text in “Short Description”?

    in reply to: How to change type of field in product submission? #58714
    Pablo
    Participant

    Can anyone help with a suggestion on how to achieve this?

    Pablo
    Participant

    Here is a link to view the code: https://hastebin.com/afaxebolot.php

    Pablo
    Participant

    The code is deleting itself when I post it here not sure why :/

    in reply to: UI questions #58295
    Pablo
    Participant

    Thanks!

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