ribamar23
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Wall] How to link images with external websitesOk I will try, if I have doubts I will ask you! 🙂
Forum: Plugins
In reply to: [Image Wall] How to link images with external websitesMaybe if I can modify it to get the link from the description? Isn’t it possible?
the height attribute must be defined for which class?
cheers
what??? the free version of this has a bug so people buy the premium version?? I’m giving it a 1 star rating this is outrageous
Forum: Plugins
In reply to: Automatic Daily Featured Articles CategoriesAny idea of a plugin for this?
var $product_custom_fields;
is that it?
how is it possible to return a value of a custom field?
or may it’s better if I in the order class have a variable to calculate toal product commissions (commission product A + commission product B + …) and then access that variable in affiliates-woocommerce-light.php….. what do you think?
i tried this
public static function woocommerce_get_price( $product_id ) { $price = get_post_meta($product_id, '_price', true ); }and then
$amount = round( floatval( $referral_rate ) * floatval( $price ), AFFILIATES_REFERRAL_AMOUNT_DECIMALS );but it’s not working
I’m using Affiliates Integration with Woocommerce
I need to define different comissions for each product…I can create a custom field when inserting a new product called commission then insert the commission, then in the file affiliates-woocommerce-light.php I need to access to that value defined for commission……
any help please?
Forum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] RexCrawlerwhats should go in link field????
Forum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Creating page problemyeah I cant figure this out either….
I copied woocommerce folder that was present inside another theme folder (not the plugin folder) and now in checkout it renders the page up to “Step 3: Confirm and Pay Order” but after that text nothing shows…..
🙁
[No bumping, thank you.]
Forum: Plugins
In reply to: Category ListI need to place a category selector anywhere where first I only get the top parent categories and then i select one and see the childs…. and so on untill i get to final category…..
it’s for a auction website when user is listing an item and has to choose its category
Forum: Hacks
In reply to: Tweak category selectorlike I show in this video
Forum: Plugins
In reply to: Create Wb Host Company using WPanyone? no one???