Discussion on REHub - Price Comparison, Multi Vendor Marketplace Wordpress Theme

Discussion on REHub - Price Comparison, Multi Vendor Marketplace Wordpress Theme

By
Cart 38,420 sales
Recently Updated
Well Documented

sizam supports this item

Supported

59155 comments found.

Hello!

I have a problem with the KK star rating, I can´t vote anymore and I don´t know why. See an example at the bottom of this post: http://www.planificaelviajeperfecto.es/blog/5-razones-las-viajar-solo-al-menos-1-vez-la-vida/

I was using this plugin previously and never had problems. Can you advise, please?

maybe you need update plugin.

this is error code which you have https://github.com/kamalkhan/kk-star-ratings/issues/10

hi admin, one more question. how i change this? standard is that in product tabs the “vendor info” shows first and is open by default. can i change to this that the “more products” from vendor is in first place and open by default and vendor info in secound place? just switch up, see printscreen. —> https://imgur.com/a/700rz thank you for your help on sundays :)

i find a perfect solution :) WooCommerce Product Tabs Manager : https://wordpress.org/plugins/product-tabs-manager-for-woocommerce/

https://imgur.com/a/9UXI9 where can i edit this part of the theme? [Recash]

what do you want to edit?

I just want to know how it is implemented. Because I’m trying to make a similar option in coupon modal window for displaying description.

it’s ajax function and it will not work inside coupon

More easy will be to use toggle container and place content in hidden tab

example


<div class="r_offer_details">
<span class="r_show_hide">Trigger for toggle</span>
<p class="open_dls_onclk"><?php the_content;?></p>
</div>

but you must add it properly inside coupon code.

Hi, I am interested in your theme of rehub price compare. I want to know some more things about this.

1. Can I upload product in .csv or need to upload one by one? 2. Can I integrate tools for coupon code? 3. Can this theme auto Feed all the prices, reviews, photos and all details automatically from the vendor websites? 4. Can I create wallet and cash back offers to the logged in members? 5. Can I send advertising email to the members? 6. Is this theme is with full security to prevent any type of hack?

Please ans. Me on rahulsjain325@gmail.com as early as possible as I want to buy this theme if all above requirement includes in this theme.

Hiiii, 1. I want to buy rehub price comparison and content egg pro. Can you please offer me best price? 2. Also can you please provide support to add wallet account and cash back offers in wallet like paytm? 3. Is this content egg pro will work with Flipkart, shopclues, infibeam, paytm, snap deal etc. All the Indian e-commerce website as I want to create price compare website for Indian market? 4. Can I add pluggings like data feeder, Google analytics and all? 5. Please suggest your best theme for recharge website.

Please reply me on mail: rahulsjain325@gmail.com

Hey I m waiting for your reply for further decisions

1. will be sale day 25 dec – 27 dec

2. It’s not available now

3. With Flipkart and Paytm, for other shops – you will need also Affiliate Egg

4. Yes, you can. But if you use datafeedr, I don’t think that you need CE plugin

Hi, I am interested in your theme of rehub price compare. I want to know some more things about this.

1. Can I upload product in .csv or need to upload one by one? 2. Can I integrate tools for coupon code? 3. Can this theme auto Feed all the prices, reviews, photos and all details automatically from the vendor websites? 4. Can I create wallet and cash back offers to the logged in members? 5. Can I send advertising email to the members? 6. Is this theme is with full security to prevent any type of hack?

Please ans. Me on rahulsjain325@gmail.com as early as possible as I want to buy this theme if all above requirement includes in this theme.

Hello,

I am using WPBakery page builder and cannot see the front-end option available. I am guessing that this is disabled, if so please could you enable this for me.

Many thanks, J

theme option – general and you will find option

Hi,

How to show stars rate, brand logo, stores text, attributes in the compact grid. I want like this https://www.screencast.com/t/cuwdUuQpo

I tried but it is not working https://www.screencast.com/t/zXNPK5Gcsi

website link – http://mygadgetzprice.com/

------—compact_grid.php--------- <?php if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly ?> <?php global $post;?> <?php if (rh_is_plugin_active(‘content-egg/content-egg.php’)):?> <?php $module_id = get_post_meta($post->ID, ‘_rehub_module_ce_id’, true);?> <?php $unique_id = get_post_meta($post->ID, ‘_rehub_product_unique_id’, true);?> <?php if($unique_id && $module_id):?> <?php $itemsync = \ContentEgg\application\components\ContentManager::getProductbyUniqueId($unique_id, $module_id, $post->ID);?> <?php endif;?> <?php endif;?> <?php $columns = (isset($columns)) ? $columns : ’’; $aff_link = (isset($aff_link)) ? $aff_link : ’’; $disable_btn = (isset($disable_btn)) ? $disable_btn : ’’; $disable_act = (isset($disable_act)) ? $disable_act : ’’; $price_meta = (isset($price_meta)) ? $price_meta : ‘admin’; ?> <?php $comparebtn_enable = ’’;?> <?php if(rehub_option(‘compare_btn_single’) !=’‘) :?> <?php $comparebtn_enable = true; ?> <?php if(rehub_option(‘compare_btn_cats’) != ’’) { $cats_array = esc_html(rehub_option(‘compare_btn_cats’)); $cats_array = explode (’,’, $cats_array); if (!in_category ($cats_array, $post->ID)) $comparebtn_enable = false; }?>

<?php endif;?> <?php if ($aff_link == ‘1’) { $link = rehub_create_affiliate_link (); $target = ’ rel=”nofollow” target=”_blank”’; } else { $link = get_the_permalink(); $target = ’’; } ?> <article class=”col_item offer_grid mobile_compact_grid offer_grid_com<?php if ($disable_act != 1) :?> offer_act_enabled<?php endif;?><?php if ($disable_btn == 1) :?> no_btn_enabled<?php endif;?><?php echo rh_expired_or_not($post->ID, ‘class’);?>”> <?php echo re_badge_create(‘ribbonleft’); ?> <figure class=”mb15”> <?php $offer_price_old = get_post_meta($post->ID, ‘rehub_offer_product_price_old’, true ); if(!empty($offer_price_old)){ $offer_price = get_post_meta($post->ID, ‘rehub_offer_product_price’, true ); if ( !empty($offer_price)) { $offer_pricesale = rehub_price_clean($offer_price); //Clean price from currence symbols $offer_priceold = rehub_price_clean($offer_price_old); //Clean price from currence symbols if ((int)$offer_priceold !=’0’ && is_numeric($offer_priceold) && (int)$offer_priceold > (int)$offer_pricesale) { $off_proc = 0 -(100 – ((int)$offer_pricesale / (int)$offer_priceold) * 100); $off_proc = round($off_proc); echo ‘ ’.$off_proc.’% ’; } } } </article>

?> > <?php $showimg = new WPSM_image_resizer(); $showimg->use_thumb = true; $showimg->no_thumb = get_template_directory_uri() . ’/images/default/noimage_250_180.png’; ?> <?php if(isset($custom_col)) : ?> <?php $showimg->width = (int)$custom_img_width;?> <?php $showimg->height = (int)$custom_img_height;?> <?php else : ?> <?php $showimg->width = ‘250’;?> <?php $showimg->height = ‘180’;?> <?php $showimg->crop = false;?> <?php endif ; ?> <?php $showimg->show_resized_image(); ?> </figure> <?php do_action( ‘rehub_after_compact_grid_figure’ ); ?>

<?php echo rh_expired_or_not($post->ID, 'span');?>><?php the_title();?>

<?php rehub_create_btn(‘no’, ‘price’) ;?> <?php if ($price_meta == ‘store’):?> <?php WPSM_Postfilters::re_show_brand_tax(‘logo’); //show brand logo?> <?php endif;?> <?php echo rh_best_syncpost_deal($itemsync);?> <?php do_action( ‘rehub_after_compact_grid_price’ ); ?> <?php do_action( ‘rehub_after_compact_grid_title’ ); ?> <?php if (‘post’ == get_post_type($post->ID) && rehub_option(‘exclude_cat_meta’) != 1) :?> <?php $category = get_the_category($post->ID); ?> <?php if ($category) {$first_cat = $category0->term_id; meta_small( false, $first_cat, false, false );} ?> <?php endif; ?> <?php do_action( ‘rehub_after_compact_grid_cat’ ); ?> <?php WPSM_Postfilters::re_show_brand_tax(‘list’);?> <?php printf( __( '%s ago', 'rehub_framework' ), human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) ); ?> <?php do_action( ‘rehub_after_compact_grid_meta’ ); ?> <?php if ($disable_act != 1) :?> <?php echo getHotThumb($post->ID, false);?> <?php if($comparebtn_enable) :?> <?php $cmp_btn_args = array(); $cmp_btn_args[‘class’]= ‘comparecompact’;?> <?php if(rehub_option(‘compare_btn_cats’) != ’’) { $cmp_btn_args[‘cats’] = esc_html(rehub_option(‘compare_btn_cats’)); }?> <?php echo wpsm_comparison_button($cmp_btn_args); ?> <?php endif;?> <?php do_action( ‘rehub_after_compact_grid_actions’ ); ?> <?php endif;?>

they have customization for posts. Use woocommerce grid for the same functions and you will not need to customize core files of theme

Ok. I want to see the woocommerce grid php file. Where it is?

why do you need php files at all? I wrote that attributes are possible to add to woocommerce grid without any customization and php code changes

https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/#general-shop-pages

Hi, Could you please respond to the following for https://pumpkindeals.com/: 1. Percentage calculation in the deal posts on the front page is not correct? How can I correct this? 2. How do I make sure %age discount is also visible on the deal post page i.e inside it like https://pumpkindeals.com/DealID=2958/2017/12/17/learningtoys-nextx-baby-musical-toys/ 3. How can I make the actual price in above example $26.99 bit more darker so that it is visible properly on the front page. 4. How can I change the color of the %age discount on the front page. 5. How can I make sure the price has $ sign in front of them. 6. Can I have a badge for Woocommerce products? 7. I want to see time ago on weecommerce product page also. Please suggest how. Below is the link. https://pumpkindeals.com/deals/ 8. How can I bring thumbs up and thumbs down and comment bubble on woocommerce product grid? 9 How do I bring Wishlist on the deal post grid? And how do I make it work, It is not even working inside the deal post page. Link below https://pumpkindeals.com/

Hi, Could you please respond to the following for https://pumpkindeals.com/: 1. Percentage calculation in the deal posts on the front page is not correct? How can I correct this? 2. How do I make sure %age discount is also visible on the deal post page i.e inside it like https://pumpkindeals.com/DealID=2958/2017/12/17/learningtoys-nextx-baby-musical-toys/ 3. How can I make the actual price in above example $26.99 bit more darker so that it is visible properly on the front page. 4. How can I change the color of the %age discount on the front page. 5. How can I make sure the price has $ sign in front of them. 6. Can I have a badge for Woocommerce products? 7. I want to see time ago on weecommerce product page also. Please suggest how. Below is the link. https://pumpkindeals.com/deals/ 8. How can I bring thumbs up and thumbs down and comment bubble on woocommerce product grid? 9 How do I bring Wishlist on the deal post grid? And how do I make it work, It is not even working inside the deal post page. Link below https://pumpkindeals.com/

1. checked several – don’t see issues

2. not clear what is age discount

3

.offer_grid .price_count del{color:#555} you can place this in theme options – general options – custom css

5. what is age discount?

6. You can add currency in price field

7. currently no, but maybe we will add in future

8. only with customization of file inc/parts/woogrid but i don’t recommend to do this

Thank you for response. Please find below my comments 1. Please search “Touch & Learn Musical Bee” on the front page. Actual price was $34.00. Deal price was $12.88. My Percentage calculation is (34-12.88)100/34 = 62% (after rounding off). The offer box shows 65%. Similarly Search Nivea in the search box of the front page. Actual price was $25. Offer price was $12.5. My Calculation (25-12.5)100/12.5 = 50%. The offer box shows 52%. Please let me know am I doing in mistake in my calculation?

2.I meant percentage discount. Like 62% in the first example in point 1 or 50% in second example above.I want them to be visible in actual deal page. Apologies I should not have used %age. I sometime does this mistake while casual interactions.

3. Thank You!!

4. Again I mean percentage. Currently the color is green. How can I change this color to say red color.

5. Thank you. I am able to add $ sign

6. Regarding badge in woocommerce field, please let me know when you make this update as I am more comfortable with dealing with woocommerce products.

7.Regarding time ago in the woocommerce product boxes. Please let me know if this is possible or are you recommending not to do this?

8. Regarding thumbs up and thumbs down in woocommerce products, are you saying you do not recommend this? If so, could you please let me know the reason.

9.We have an option of wishlist for woocommerce products but not for regular deal posts. My idea is if someone likes a deal they can add it to their wishlist and then they can review it later to see if they actually wants to buy the deal or not. Please let me know if this is not possible. I see this Wishlist heart inside the deal post but there is no place a person can select use it. Seems like it is redundant. Please see the heart sign in the below link. This is what I am talking about. How do a person select this heart https://pumpkindeals.com/DealID=3215/2017/12/22/musical-musical-bee/

1. how do you add offers? I don’t see that you have any currency, so, i guess you use wrong way

4.

.grid_onsale{background:red}

you can place this in theme options – general options – custom css

6. Currently, it’s not in top priority, so, I think 2-3 months

7. You can customize file inc/parts/woogridpart.php

Check file inc/parts/compactgrid.php and find there code which is responsible to show date

8. Because products already have wishlist and compare. Too much actions on the same object is always bad thing

9. http://rehubdocs.wpsoul.com/docs/rehub-theme/shop-options-woo-edd/wishlist/ http://rehubdocs.wpsoul.com/docs/rehub-theme/how-to/how-to-add-favorites-posts-button/

hello i am using rewise theme but i want to change my theme to recompare theme i import the demo but it’s not work

you can import demo from Rehub – demo stacks

You must update theme first to see new demo links

also, better to update support

yes i will update my support next week and yes link is available and i import the demo file but nothing was change in my website

currently, not clear what problem you have. provide details

Hi, on sidebar and Below content related post widgets are stressing the images out. Is there any option to solve this problem? Thanks in advance. – http://prntscr.com/homy0d , http://prntscr.com/homywk

Stretching **

I need direct link to check

I was able to modify the deal grid layout for most part, but i am not able to get rid of the date on that grid. The one which shows “2 weeks ago”. Is there a way to get rid of that?

.date_for_grid{display:none}

you can place this in theme options – general options – custom css

hi together, i have a challenge with my setup. i would like to offer our own products, so we have a product in woocommerce and i only want to show as price comparison the amazon price on our site. now i have the problem when i setup a normal product with content egg amazon, in the category overview or product carousel there is always the text “best deal at amazon.de”. and we want to get rid of it.

it would be great if we could have the product layout like “content egg list” and our own offer would be on position 1 and amazon offer on position 2. is there a way to do this?

there is no second offer inside content egg list. But you can enable list layout in theme option – shop settings.

.compare-domain-icon{display:none}

you can place this in theme options – general options – custom css

or can i create a post instead of a procuct to have our product price in the list?

or can i create an affiliate product

post will have the same logic, only one price will be listed. But we have plans to make new price style for lists and will be visible top 5 prices instead of button

How do i customize the grid? I want to add a button , take out the author name and like button.

what grid?

Hi,

I deleted mobile_compact_grid class from public_html/wp-content/themes/rehub/inc/parts/compact_grid.php to float this image in center https://www.screencast.com/t/Hu91qbeM. But still it’s showing in the page while inspect – http://mygadgetzprice.com/ https://www.screencast.com/t/pviUj16r

It’s a bit customized Post layout – Content Egg AutoContent.

If you need auto post images, you can enable this in settings of modules of Content Egg. Each has option to save featured image of post.

Also, I recommend to use Woocommerce posts for price comparison if you need similar layout, because we have plans to add more layouts to woocommerce. Posts will be for simple deals and review websites.

https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/

Thanks for that I am waiting such Post layouts.

But I see woocommerce only for product and if I use woocommerce product I can not able to do similar layout what I provided earlier (Post Layout) and whatever I do it is coming under Description (toggle)

I can not see Woocommerce posts. where it is?

Hi, My website(https://topbestof.com/) is live getting 1 year & getting lots of search traffic on my site, currently using permalink with Postname only, Now i am planning to use Category / Postname on my website because i want to run different niche topic along with I want to run Deals, coupon section, price comparison section, & shop section. which permalink should i go, i want your opinion here taking SEO perspective 1. Postname 2. Category / Postname Please explain me & help me here I want to use your theme features wisely.

this is the same as changing permalink structure for google

1. how many custom post i can make for a different niche if i use the custom post ui.

2. will it slow my website speed if i will make lots of different niche custom post (suppose 20 different niches in number if are there). Where the different niches is only for blog.

3.is it a good idea to go with CPT UI or to change permalink getting good amount of search engine traffic having 100 post.

Please help me here

1. unlimited

2. yes, but it’s not huge slow down, maybe you even will not see difference

3. There is no any difference in CPT for seo. Default Post is also CPT. Site structure and content is key for seo

Good morning,

I entered a product category description, but the text is positioned above the product list.

How I can move the text below the product list?

Best regards. Mauro.

only with changing file woocommerce/product-archive

you must change position of

<?php do_action( ‘woocommerce_archive_description’ ); ?>

http://rehubdocs.wpsoul.com/docs/rehub-theme/child-themes/how-to-customize-your-theme/

Hello, Im waiting for christmass discount! boxing day deal or new year 50% Off let me know any plans?

will be 40%

when will that be? which day! 25, 26 or 31?

25-27 december. maybe also will be some discount on ny week, but 20-30%

Hi, I have 2 questions:

1- Do you have a repository for translated files? I am looking to add Brazilian Portuguese to my site. 2- I would like to have 3 languages on my site English, Brazilian Portuguese and Spanish. Is it possible to have a dropdown with different languages controlled by the user OR geolocation that automatically switches languages based on users location (still want to have a dropdown so users can choose their language and currency)

1. Yes, but we don’t have Portuguese now

http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/translation/

if you want, you can help us to translate, we can even pay for this

2. You can use WPML or any other multi language plugin

Hi, I have 2 questions:

1- Do you have a repository for translated files? I am looking to add Brazilian Portuguese to my site.

2- I would like to have 3 languages on my site English, Brazilian Portuguese and Spanish. Is it possible to have a dropdown with different languages controlled by the user OR geolocation that automatically switches languages based on users location (still want to have a dropdown so users can choose their language and currency)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey