deepthi yamaka
Forum Replies Created
-
Forum: Plugins
In reply to: [Refer A Friend for WooCommerce by WPGens] sharing referral link to a friendhi Goran, thanks for the info, i will see to it,
byeForum: Plugins
In reply to: [WPUpper Share Buttons] how to share a fixed url?hi victorfreitas,
thankyou so much for ur reply.
i used above code, and its working perfect. thnks again.Forum: Plugins
In reply to: [WPUpper Share Buttons] how to share a fixed url?hi Victor Freitas,
i used the following code even..
<?php echo do_shortcode( ‘[wpusb url=<?php echo $refLink; ?> title=”custom title”]’ ); ?>with this , it is taking the current url only while sharing.
if i use
<?php echo do_shortcode( ‘[wpusb url=$refLink title=”custom title”]’ ); ?>
nothing is happening.please do reply, its kind of urgent
thank you
Forum: Plugins
In reply to: [Refer A Friend for WooCommerce by WPGens] sharing referral link to a friendHi Goran,
thanks for ur reply.
i want the social sharing option only, can you tell how much it costs for the premium version?thanks
Forum: Plugins
In reply to: [WPUpper Share Buttons] how to share a fixed url?Hi Victor Freitas,
thank for reply,
the above is working perfect for a static url. but, my url is being assigned to a variable. how can i use place it in php.
i used the following code
<?php echo do_shortcode( ‘[wpusb url=$refLink title=”custom title”]’ ); ?>
i know its not the correct way, because its a shortcode. can you please tell how to give a variable as the linking url?
thank you.
Forum: Plugins
In reply to: [Refer A Friend for WooCommerce by WPGens] how to use the referral link?ok Goran, i got this. after marking the order as complete, its giving the coupon in account page. i thought, something wrong iam doing while using the plugin.
in the woocommerce coupons a have set the expiry date for the coupon that was generated. how to show this expiry date in the customer account? and will the customer get an email regarding this coupon code?
please tell.
thanku
Forum: Plugins
In reply to: [Refer A Friend for WooCommerce by WPGens] how to use the referral link?hey Goran,
also in your description, you are saying that “Members can use that link to link to your products”. what exactly it means? how to link the products with this link?please tell
Forum: Plugins
In reply to: [Refer A Friend for WooCommerce by WPGens] how to use the referral link?hi Goran,
thnks for ur reply.
by giving https://www.somepage.com/?raf=ref5847878 its been opening the homepage, and after going to shop or any other link, the referral link is going away. also if i add the referral link to the product, after adding to the cart, if i go to viewcart, the link is going away. i tried placing the link during checkout also like “https://www.somepage.com/checkout/?raf=ref5847878” but, after placing the order, referral link is not being taken.i don’t understand how to use this? or is there any problem with settings? please help.
i will wait for ur reply
thanks
Forum: Plugins
In reply to: [Refer A Friend for WooCommerce by WPGens] how to use the referral link?hey Goran,
please tell me how to do this, i am in urgent need.
thnk youForum: Plugins
In reply to: [WDContactFormBuilder] thankyou message not being shown uphi danieliser,
thnks for your reply.im happy to hear that you can help me with this issue.
please provide me your plugin’s details.
Forum: Plugins
In reply to: [WDContactFormBuilder] form validationsok,
for text input validation, there is an option of “Validation (Regular Exp.)”. after checking that one, i have selected the option “Name(latin letters and symbols)”. but the text field is allowing the numbers along with the text. also, i checked the option of “unique values” in the email field.i have used another plugin “form maker”, gave the same options, whatever i gave in that plugin, those are working for me. but i am having some problem with that plugin. that’s why i am asking you help.
please do reply for this.@waltmesser,
thnks for ur replyas per ur suggestion,
i added the following code to my functions.php file,
but it is throwing an error of “Parse error: syntax error, unexpected ‘<‘ in /home/…./functions.php on line 1866 “.i am very new to this coding part.please help me how to add this.
any suggestions will be very helpful.<?php
add_action( ‘wp_footer’, ‘my_custom_popup_scripts’, 500 );
function my_custom_popup_scripts() { ?>
<script type=”text/javascript”>
(function ($, document, undefined) {
// Your custom code goes here.
jQuery(document).on(‘submit’,’.popmake-content form’, function() {
var $popup = PUM.getPopup(this);setTimeout(function () {
$popup.popmake(‘close’);
}, 10000); // 10 seconds
});}(jQuery, document))
</script><?php
}Forum: Plugins
In reply to: [WooCommerce] displaying available coupons to customerswooo…thnks for your patience.
Forum: Plugins
In reply to: [WooCommerce] displaying available coupons to customersthnks for reply.
yeh,you got a point.but, if it is for the cart discount, then how can the customer know?Forum: Plugins
In reply to: [WooCommerce] displaying available coupons to customers‘hi, i created some coupons for specific products also for the cart. but, these coupons are not being displayed while purchasing these products. instead this is directly asking coupon code to apply. but, how can the customer know code of the available coupon?
should i use any other plugin for displaying these coupons?
please tell?’