377 comments found.
I noticed on your demo store that the single product page header brown background image is not showing. The background is plain white. Is this a bug, or is this how the single product page would show on my site? Thanks. Nice looking theme.
Hello How to set a filter system for the price, categories for the products?
this is not professional work?????????????????????
There is no support here, this is unacceptable, now give me my money back!!!!!! Anyway, I don’t want this theme at all and I don’t want your support!!! It’s very bad to get the mony with out any support ????
this is not professional work?????????????????????
Can the theme be used without using WPBakery?
Dears How i can move the theme to RTL , I need to make it for Arabic languge only ?
I need to add the more than one slide, how i can do it by your theme with out use the slider revolution ??
There is no support here, this is unacceptable, now give me my money back!!!!!! Anyway, I don’t want this theme at all and I don’t want your support!!! It’s very bad to get the mony with out any support ????
????????????????????????????????
this is not professional work?????????????????????
Pre-Sale question: is it possible to put the ‘ripped paper’ effect on a video?
Hi there, Does this allow users to create their own store and sell products, similar to Etsy? Thanks
Hi , I am going to start a multivendor ecommerce site . I am thinking of using MultiVendorX plugin for my site . Can i use your theme along with that ? please help .
I am very interested in this theme and am positively considering purchasing it, but I would like to ask you a few questions before I make the purchase below.
1. I want to build a website that is compatible with both WordPress and WooCommerce.
2. I want to know if your theme includes all the features to manage multi-vendor, i.e. I would like to know to install any additional plugins or programs for it. if there are any additional plugins or programs that I need, please let me know.
3. The website I’m creating will be a shopping mall with many sellers, so I need to allow multiple vendors to list their products and view their sales information.
4. The site administrator should be able to block vendors’ stores and products if it is necessary.
5. The site administrator should be able to gradually restrict vendors’ product listing permissions. For example, product listings can be pended for publication, and only published after site administrators review them.
6. I want to integrate product payments with an e-payment system that is compatible with WooCommerce and only accepts payments from Korea. I want to know if there is no problem.
Hello! When will you release a new version with the update of these models?
zass/woocommerce/cart/cart.php versão 7.0.1 está desatualizado. A versão do core é 7.4.0,
zass/woocommerce/global/quantity-input.php versão 7.2.2 está desatualizado. A versão do core é 7.4.0,
Thanks! 
How to add on search results to query the sku on products and print results
function zass_ajax_search() {
unset($_REQUEST['action']);
if (empty($_REQUEST['s'])) {
$_REQUEST['s'] = array_shift(array_values($_REQUEST));
}
if (empty($_REQUEST['s'])) {
wp_die();
}
global $wpdb;
$defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
$_REQUEST['s'] = apply_filters('get_search_query', $_REQUEST['s']);
$parameters = array_merge($defaults, $_REQUEST);
$args = array(
'posts_per_page' => -1,
'post_type' => array('product', 'product_variation'),
'meta_query' => array(
'relation' => 'OR',
array(
'key' => '_sku',
'value' => $_REQUEST['s'],
'compare' => 'LIKE'
),
array(
'key' => '_sku',
'value' => $_REQUEST['s'],
'compare' => 'LIKE',
'type' => 'CHAR',
'meta_type' => 'post'
)
)
);
$posts = get_posts($args);
if (empty($posts)) {
$result = get_posts($parameters);
} else {
$get_post_ids = array();
foreach ($posts as $post) {
$get_post_ids[] = $post->ID;
}
if (sizeof($get_post_ids) > 0) {
$query = "SELECT * FROM {$wpdb->posts} WHERE ID IN (" . implode(',', $get_post_ids) . ")";
$result = $wpdb->get_results($query);
}
}
Hello can we update to WC 7.3.0? it is ok?
Hi Netfunko,
Yes, you can use the latest WC version.
Hello can we update to WC 7.4.0? it is okey? 
Hi Netfunko,
Sorry for the late reply. Yes, you can update it, but it’s better if you wait till tonight when we will release a new theme version.
Hello, when will be new theme version pls? 
Hi Netfunko,
Sorry for the late reply. We had a big national holiday in our country.
Update will be released tonight.
thank you 
Hello is secure to update to new Wordpress version 6.2 ?
Hi! Is it possible to increase the amount of title characters in the product listing (today it is 35 characters)? I looked in the documentation and didn’t find anything about it. Thanks!
Hi Katyca,
Please, kindly signup for our support forums and post your questions there, so our technical staff can assist you.
Hello. I have a question, i see the last update is in august 2022. I’m thinking about getting this theme. But is this theme still properly updated?
Hi N35Creatief,
Yea, rhe theme is still properly maintained and updated. It’s a simple theme with not many cutom features, so it doesn’t require frequent updates. Also, a new update is scheduled for tomorrow morning. 
Oh thnx!
Hello, the template stopped sending purchase email notices. We updated the version of Wordpress, Woocommerce and the template but it still doesn’t work. Maybe we need to revise something in the template?
Thanks for your guide, regards.
Hi Raop,
This is not theme related. The mails are only controlled by your WooCommerce settings and your server settings. The templates are not involved, no matter which theme you use.
Thanks for your answer. We will discard that point and review Woocommerce well.
Bye!
Hi Got your theme, love it, is the child theme an independent full install, in other words, does it require Zass 2.7.0 to fuction?Have just taken over from a pervious designer, how do i update the theme? Thanks in advance!
Hi Crystal_Candy,
Yes, just like any other WordPress theme, you’d need to install and activate the parent theme first and then install and activate the child theme.
The easiest way to update the theme would be with the official Envato Market plugin. Alternatively, you may update it manually via FTP.
Hi, Thank you so much for your reply, That makes sense! I am trying to login to the support side for your assistance if you could assit me with that i would be very creatful!
Hello!
How can I see through your demos the dashboards of the vendors when they enter their account?
Hi grconcepto,
You can register an account on the marketplace demo and see the vendors dashboard.
Hi! When will the new version of the theme come out? I updated woocommerce and it is showing a message of outdated template files.
Hi Katyca,
This is just a notice and not a problem. It doesn’t affect the functionality and only indicates the version declared in the template. We will fix it in the next update. It’s safe to ignore and dismiss the message.