Forum Replies Created
-
AuthorPosts
-
July 17, 2016 at 6:13 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73701raustinMember
Thanks very much it worked great witht he Product_Specific_instructions file, all I did was change
$product_specific_instructions .= “/n” . $retrieved_product->item_spec_instruction;
to this
$product_specific_instructions .= “” . $retrieved_product->item_spec_instruction;
Thanks very much for your help,
Randy
July 17, 2016 at 4:11 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73700raustinMemberGreat, thanks very much. I believe I can figure it out from here. I will keep post my follow up from here. Thank you.
July 17, 2016 at 1:57 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73698raustinMemberHello,
Your response, does not show me on how to remove the space, although this thread has been marked as “answered” which it is not.
is there a way to use this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
to remove the space between the slm_data and product specific instructions that is sent to my customers? There is no space in my email template, therefore there should be no space in the actual email.
So I don’t have to start another thread, can you please follow up on this for me?
Thank you,
Randy
July 16, 2016 at 6:51 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73697raustinMemberHi its usually not a new Line, its just a space, but since its a complete License # I would like to put them together
Currently Like this:
LBC57897596ca4a8 LFBC
and I would like it to appear like this
LBC57897596ca4a8LFBC
Thanks very much.
Randy
April 27, 2016 at 10:37 am in reply to: Free Trial Version with Software License Manager Integration #73120raustinMemberHi Thanks so much. I received your email, followed your instructions, and now its working great. What a great team of people you have. As I am also a software developer, I believe our products get better because of our customers.
Your product is now a lot better. So thanks so much. Now you can create licenses with Free Products as well. GREAT JOB
April 26, 2016 at 11:37 pm in reply to: Free Trial Version with Software License Manager Integration #73117raustinMemberHi Thanks for your reply, I have seen both of those previously, and again just now, however neither article describes any specific events in which a license key is generated and emailed from a free product (a product that is not passed through PayPal or a payment processor)
This would be a great feature, can you point me in the right direction and maybe i can program it myself or have someone do it for me if needed?
Thanks,
Randy
April 26, 2016 at 4:22 pm in reply to: Free Trial Version with Software License Manager Integration #73115raustinMemberHi thanks for your reply.
My software is actually just one piece of software. I have configured your license # in a way so that depending upon the license #, the software then determines if its a Free License or a Paid Licenses (If its free, then the software will just lock some features automatically)
Also giving a free software with license allows me also to track free copies and turn them off if they are abused.
I have downloaded the squeeze form which is good, however I would just need to know how to generate the license #. I am willing to try using your php code, but i need just a bit of guidance on how to do that if its a custom solution.
Your products are great, thanks so much for the help. Also in the future, other users may want to track free versions with licenses as well so this could be something for lots of people.
Thank you very much,
Randy
April 25, 2016 at 3:44 pm in reply to: Need a Payment Link (not shortcode) for WP eStore plugin #73124raustinMemberHello I did find that solution and another one, so both are good.
Thank you,
Randy
March 19, 2016 at 12:54 am in reply to: Generate license keys when a customer purchase an item. #72802raustinMemberThanks very much for your quick reply. I will get right to work on that.
-
AuthorPosts