Home › Forums › WoodMart support forum › Features Requests
Features Requests
- This topic has 953 replies, 294 voices, and was last updated 4 months, 2 weeks ago by Lucky liang.
-
AuthorPosts
-
August 23, 2018 at 10:57 am #73989
nvybvlParticipantwould be nice to have the posibility to put the affiliate link (from woocommerce) to the picture of the product thumbnail (on home page for ex).
Explain:
If you have a listing of products (as thumbnails) when you click on the picture you will go on the product detail page. I want to change this link with the affiliate link so when you tap on the thumbnail you will go to affiliate site.
Also I want to keep the product detail page link on the titles of the thumbnails.
What do you think ?
August 23, 2018 at 5:50 pm #74055
Artem TemosKeymasterHi,
Thank you for the idea. We will add it to our feature requests list for future updates.
August 25, 2018 at 1:22 am #74231
rrrrobParticipantI would like to request an update to the “Products (grid or carousel) Setting”. We are hoping it would be possible to tell the system to show items based first on the category of the single item being viewed and then by the “data source” drop down.
The result would be something like “Sale Products” or “Featured Products” from the items category. Not sale items from the entire product list or specific categories.
The customer is interested in the item they are looking at thus we want to show the specific offerings related to that product. Not showing them items that they may have no interest in.
August 25, 2018 at 1:40 pm #74267
newsprinceParticipantCan you please add on header builder an icon widget so that we can select icons from font awesome and add also url linking and class? Thank you.
September 14, 2018 at 11:37 am #77119
newsprinceParticipantI know you are working for the theme optimization.
Impreza Theme has done something like this too for their JS and CSS files
Have a look at this print screen
Thank you.
September 14, 2018 at 2:02 pm #77160
Artem TemosKeymasterHello,
Yes, we are working on such kind of CSS optimization for our WoodMart 3.0 update that will be released next month.
Regards
September 22, 2018 at 9:33 am #78441
Jakob40004000ParticipantIs there a way to make products with video more easy to spot? Eg. display a video frame as one of the single product page images? Kind of like this: https://yithemes.com/themes/plugins/yith-woocommerce-featured-audio-video-content/
If not, could you consider this in next update?
September 24, 2018 at 8:58 am #78689
newsprinceParticipantOption to build custom thank you page after order checkout, like the maintenance custom page option you have?
Thank you.
September 29, 2018 at 3:06 am #79749
m0seRParticipantHello,
would be nice to consider creating a multi-step checkout option.
Thank you!
October 5, 2018 at 11:14 am #81130
PixolabParticipantHello, Could be added the autoplay option for category carousel?
Thank youOctober 7, 2018 at 8:59 am #81420
AnonymousInactivean option to fully customize the product page using a html block. Also, a separate one for mobile and desktop would be great.
October 7, 2018 at 9:03 am #81421
AnonymousInactiveBest examples of customization would be found on Flatsome theme. The features set on that theme enable a user to customize a page in minutes, but do not have as many features as the Woodmart theme
October 7, 2018 at 9:18 am #81422
AnonymousInactiveInfinite Ajax scrolling for mobile menu. I have added a website link below to show example of this below. I’m sure the community would pay to have this feature added as it creates a improved mobile expiernce.
E.g menu would look like the below
Health > brands > Pukka
Categories
Products
TopicsRather than mobile menu expanding down
Health >
Vitamins
Nutrition
SupplementsOctober 10, 2018 at 11:02 am #81903
nvybvlParticipantYou could add a “view all” button to the products tab.
If I use products tab to show some number of products from a category, It would be nice to have a “view all” products from that category under the products, like in my attachementsAttachments:
You must be logged in to view attached files.October 12, 2018 at 2:03 pm #82447
nbentoParticipantA way to change product single page from 1 or 2 or 3 columns to what ever we want.
We can use 3 columns for example to show grouped products or its own variations.October 18, 2018 at 10:57 pm #83720
drkshdwParticipantHi,
Can you make portfolio have something like in this website at? Have pop up hotspot image, can love image, and comment.
I think its too much request, so at least can you give portfolio can have comment and when zoom or give it pop up also can show hotspot product?
Regards
October 20, 2018 at 6:14 am #83996
Jakob40004000ParticipantThe Premium version of YITH Compare still breaks the theme. I dont understand why you guys dont seem to priorities this? The Free version at least works now with 3.1, but the Premium version gives so many more features that are essential on a 2018 webshop
Will you be working on it?
October 25, 2018 at 8:05 am #84990
Jakob40004000ParticipantYou guys solved the problem by adding this CSS:
function woodmart_compare_btn() {
if( ! class_exists( ‘YITH_Woocompare’ ) ) return;if( get_option(‘yith_woocompare_compare_button_in_products_list’) != ‘yes’ ) return;
echo ‘<div class=”product-compare-button”>’;
global $product;
$product_id = $product->get_id();// return if product doesn’t exist
if ( empty( $product_id ) || apply_filters( ‘yith_woocompare_remove_compare_link_by_cat’, false, $product_id ) ) {
echo ‘</div>’;
return;
}$is_button = ! isset( $button_or_link ) || ! $button_or_link ? get_option( ‘yith_woocompare_is_button’ ) : $button_or_link;
if ( ! isset( $button_text ) || $button_text == ‘default’ ) {
$button_text = get_option( ‘yith_woocompare_button_text’, esc_html__( ‘Compare’, ‘woodmart’ ) );
}printf( ‘%s‘, woodmart_compare_add_product_url( $product_id ), ‘compare’ . ( $is_button == ‘button’ ? ‘ button’ : ” ), $product_id, $button_text );
echo ‘</div>’;
}Next problem however, was that YITH Badge management and YITH Compage (Both premium, no problem when using free) were conflicting and causing the “Remove” not to function.
This can be solved (YITH Support) by doing this:
Please consider making the Premium version functional in future update without all this custom CSS stuff 🙂 I would think alot of people would like to use both plugins in theis premium version..
The solution was:
I fixed the issue adding following CSS code in Appearance -> Customize -> Additional CSS
table.compare-list .remove {
z-index: 100;
position: relative;
}.yith-wcbm-badge-image {
z-index: 50;
}Please consider a full compability with both premium plugins in future updates
October 31, 2018 at 7:56 pm #86372
JoeParticipantThe Team Member WPBakery block would be much more useful if you could link the entire thing (or just an image) to a page… that way I could have the team members with the images and names linking to their bio page.
Thank you!
November 5, 2018 at 1:53 pm #87284
nvybvlParticipantWhat about a BLACK FRIDAY demo page ?
Thanks
November 9, 2018 at 4:34 pm #88489
blablablaParticipantOn product page, option to display whishlist button on the right of add to cart.
Make sense to add to cart or whishlist.
It will save space also.
ThanksNovember 12, 2018 at 2:28 am #88839
JoeParticipantThe current star ratings on reviews looks pretty bad.
There are 5 different sets of stars, one for each rating (one star through 5 stars).
This should be a single set of five stars, and when you click on the 4th star, it gives your review a 4 star rating, etc.
This is how storefront does it by default and it looks way better than woodmart.
November 13, 2018 at 7:56 pm #89306
drkshdwParticipantHi,
Can you please add a-z filter feature for brand please? I really need it so bad since I buy your theme.
Regards
November 14, 2018 at 10:06 am #89395
skauern89ParticipantFetching first name and last name from Facebook with Social Login
November 18, 2018 at 1:14 pm #90196
nbentoParticipantHi guys
Estimate time of arrival to the warehouse for a product
https://gyazo.com/32d350844b21ae7fe3927439fdc51b88
This would be a nice new feature to the theme.November 22, 2018 at 9:22 am #90991
orijooParticipantHELLO XTEMOS TEAM PLEASE RESPOND TO MY ISSUES .AND HELP FIX THE PROBLEM
November 22, 2018 at 9:39 am #90997
Artem TemosKeymasterHi,
We already answered your topic a few days ago and waiting for the reply https://xtemos.com/forums/topic/navigation-menu-disappear-on-mobile/
Regards
November 22, 2018 at 5:37 pm #91124
Jakob40004000ParticipantPlease add a Compare icon in header – something like this
Attachments:
You must be logged in to view attached files.December 1, 2018 at 6:15 pm #93100
WizzlePROParticipantHaving the selected on grid swatch value pass on to product detail page preselected via URL attribute. Another option could be to have the on grid swatches change onhover and pass value to to product page on click. A good example this website:
https://www.thenorthface.com/shop/mens-jackets-vests-insulated-thermoballDecember 11, 2018 at 2:07 pm #95447
almasrayanParticipantHi,
I Suggest these feature:- Add search field to compare page for adding new product.
- Enable search to perform action in both post and product then split them in ajax search result. e.g. showing product result in section with title “In products:” and showing post result in section with title “In Posts:”
-
AuthorPosts
The topic ‘Features Requests’ is closed to new replies.
- You must be logged in to create new topics. Login / Register