The banner display page using the shortcode has an issue. It includes all of the html in the banners. Is this normal functionality? If so, how do I suppress it? It looks horrible and serves no purpose. Please advise. The page in question is below. Protected: Affiliate Banners PW: zmaffiliates
Tags Archives: shortcode
I’d like to show user name and email in Woocommerce order affiliates
I’d like to show user name and email in Woocommerce order affiliates and used below shortcode convination: Please check the image in the link: https://monosnap.com/file/JK337EbFKl93bP3T1VKLOmDOExGMyG This shows users login ID on registration affiliates (See B on image) but not on Woocommerce order affiliates (See A on image). Questions: 1. How can I make it show […]
want to affect commission rate and commission amount decimal places
Hi, Need a tip on how to control decimal places shown on shortcode which show commission rate and commission amount. Currently, it shows 6 decimal places like 100.000000 want it to be 100.00 . Please advise. Thanks, -Sudd.
not working for me [affiliates_traffic show_src_uris="no"]
Hello, i tried: only showing the shortcode but no traffic with URLs. Which is indeed very nice. best regards Tobias PS: i use the shortcode in
woocommerce views shortcode posting notice about WC_Order_Item_meta as deprecated
Hi, I was wondering if there is update to Affiliates_Woocommerce_Views plugin that addresses deprecated function call to WC_Order_Item_Meta. We are on Woocommerce version 3.1 . Here is the exact message we see: When using the shortcode [ affiliates_woocommerce_orders ]. Notice: WC_Order_Item_Meta::__construct is deprecated since version 3.1! Use WC_Order_Item_Product instead. in /homepages/34/d682709062/htdocs/stage-snac/wp-includes/functions.php on line 3830 Notice: […]
fatal error when viewing Affiliate profile.
Hi, We are seeing a fatal error when viewing affiliate profile page I have put together for our affiliates. This is just an inquiry , seeking an explanation or pointer to what could be a reason. Here is the message: Fatal error: Uncaught Exception: Invalid order. in /homepages/34/d682709062/htdocs/snac/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:86 Stack trace: #0 /homepages/34/d682709062/htdocs/snac/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(143): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order)) #1 /homepages/34/d682709062/htdocs/snac/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(109): […]
if Affiliate Partner is logged in
Hey! I want to show an affilitate link in sidebar if affiliate partner is logged in. This is my code: if( is_user_logged_in() && (current_user_can(‘customer’)){ echo do_shortcode( ” ); } I can’t find in the documentation if the affiliate has a userrole or how to check if an affiliate partner ist logged in. Has anybody a […]
Shortcode for affiliates permanent my users on front end
I have used code developed by Antonio B and previously on this forum, thank you. I wish to display my affiliate permanent my users on the front end so the affiliate can see a list of ‘users’ registered on the program. The shortcode works and displays the user_login or the display_name meta – my issue […]
Referrer User Shortcode Question
Hi, We’ve been using the referrer_user shortcode in the footer of our store so customers could see the email of the person referring them. Recently it stopped working. Here’s the shortcode we were using: [ Looking over the docs, I see that the proper shortcode to use is: But when I test this using an […]
shortcode graph legend styling to large.
Hi, Another question about the shortcode , the legend is disproportionate to the size of the graph. Let me know if there is an easy way to fix this. I have disabled legends when using this shortcode. Thanks for your quick replies, i like, -Sudd.
Showing affiliates profile shortcode is not working as documented.
Hi, I am using shortcodes: It can only show paypal_email attribute. Others it cannot show, both coupon and referral rate is set. It broken even when edit_attribute parameter is used in the shortcode for these other attributes. Please advise how to fix this. The document indicates that coupons, referral_rate, referral_amount should show if it is […]
Affiliates area pages not parsing shortcodes
I went to Affiliates>Settings and it showed that the Register was included on the list of detected pages. When trying to visit the page, the [AffiliatesRegister] shortlink is displayed in stead of the contents. So then I hit the Generate button on the Affiliates>Settings page to see if it made any difference. As expected, it […]
Improve Banners Shortcode
Hi guys, I added some code to the Banners shortcode in order to be able to pull the image Title and Description. Maybe you can consider adding this in future versions? There’s probably a sexier way to make the title and description meta available but it works fine. (edited) $IXAPtitle = trim( $IXAP105[’title’] ); $IXAPdetails […]
Differentiate different “Sale” referrals
Hi guys, We’re improving the Affiliate Stats shortcode and we would like to differentiate different type of “sale” referrals. To be more precise, we’d like to add something in the [data] key of the variable $IXAP15 (in “class-affiliates-affiliate-stats-renderer-wordpress.php”) when the referral was made through a permanent association. Currently, there are no information I can use […]