Forum Replies Created
-
AuthorPosts
-
Pablo
ParticipantHi 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
Pablo
ParticipantI 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.
Pablo
ParticipantHi Anna,
Have you had a chance to look this up? Thanks.
Pablo
ParticipantHi 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?Pablo
ParticipantHi Jamie, would you please tell me which files would I need to edit to disable these two fields? (category and tags)
Pablo
ParticipantHi 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.
Pablo
ParticipantI didn’t understand where should I place the code you’ve provided? Thanks.
Pablo
ParticipantHi,
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; }
Pablo
ParticipantHi 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.Pablo
ParticipantThanks 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”?
Pablo
ParticipantCan anyone help with a suggestion on how to achieve this?
March 8, 2017 at 3:47 pm in reply to: How to include custom WC checkout field on WCV order page? #58600Pablo
ParticipantHere is a link to view the code: https://hastebin.com/afaxebolot.php
March 8, 2017 at 3:45 pm in reply to: How to include custom WC checkout field on WCV order page? #58599Pablo
ParticipantThe code is deleting itself when I post it here not sure why :/
Pablo
ParticipantThanks!
-
AuthorPosts