xfechx
Forum Replies Created
-
Forum: Reviews
In reply to: [Gravity Forms + Stripe] Terrible SupportWe have used the paid version your plugin on a site with a lot of visitors, and we need to obtain a latest version, as your master branch has changed to reflect new Stripe API changes.
We would like to get an updated version with the features that you have developed for us.
Forum: Reviews
In reply to: [Gravity Forms + Stripe] Terrible SupportHi there,
I have contacted your company many times via the other website you have linked to, without any response whatsoever.
Of course the bad review here is for you to realize that this attitude is both unprofessional, and also will help other people before deciding to go with your software and risk abandonment.
I will change this review if I see some interest of your side willing to help me with the plugin which is now outdated and we have paid for.
Regards,
Forum: Plugins
In reply to: [SparkPost] Usage of email templatesThanks for your reply @asharppencil,
It does work with {{subject}} , but it doesn’t work with {{from_email}} @ xyz.com
Also, when using templates – the replacement for “reply-to” doesn’t work, it’s like as if it was hardcoded to just use the ‘from’ header…
That’s as far as I have got using templates..
Forum: Plugins
In reply to: [SparkPost] Usage of email templatesWhere are we supposed to use this? :
Use {{subject}} and {{from_name}} in your template to allow substitution of Subject and From Name respectively.
Forum: Plugins
In reply to: [SparkPost] Usage of email templatesI am having an issue with templates.
Sparkpost requires email templates to have a subject and a “from” added when creating the template.
When my site sends email, using this template, sparkpost is overriding the email subjects by the subject set up in the template.
Any help is appreciated.
I am having a similar issue,
Sparkpost is overriding my subject lines and “From” of transactional emails coming from my websites.
Forum: Plugins
In reply to: [SparkPost] Mandrill Template Content SubstitutionCan you share how did you make it work, so that people that have the same problem, can look at this forum and find an answer?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Order of Columns and CurrencyI did it this way and it works. Just insert it into your custom.js inside of your child theme or on the main jquery file for your theme.
Of course change the selectors to match yours!
//ADD CURRENCY SYMBOL TO STICKYLIST PRICES
$(‘#sticky-list-wrapper_6’).find(‘td.sort-1’).each(function(){
if($(this).text() != “”){
$(this).prepend(‘$’);
}
});$(‘#sticky-list-wrapper_8’).find(‘td.sort-2’).each(function(){
if($(this).text() != “”){
$(this).prepend(‘$’);
}
});$(‘#sticky-list-wrapper_11’).find(‘td.sort-2’).each(function(){
if($(this).text() != “”){
$(this).prepend(‘$’);
}
});$(‘#sticky-list-wrapper_36’).find(‘td.sort-1, td.sort-4, td.sort-5’).each(function(){
if($(this).text() != “”){
$(this).prepend(‘$’);
}
});Forum: Plugins
In reply to: [Gravity Forms Sticky List] Order of Columns and CurrencyHi there,
I am looking for the same answer, if you find the solution, please post it here, I will do the same if I find it.
Kind regards,
Hi there,
I’ve been using this plugin for a while and the authors of custom posts used to be able to edit their own custom posts, but after latest update now the link for edit doesn’t work.
My authors roles include to edit posts…
Please help, I will have to return to an old version of this plugin while this is resolved.
Forum: Plugins
In reply to: [Google Calendar WooCommerce Bookings Two Way Sync] import doesn't workThanks Maurice,
Sounds like a good workaround while the actual two-way sync gets implemented.
Could you please explain a bit further how to add an event in Google Calendar with the productID ?
Do I just add the number (ie. 1719), or does it need a specific character to be recognised?
Kind regards,
Forum: Plugins
In reply to: [Google Calendar WooCommerce Bookings Two Way Sync] import doesn't workI have created a new google project and set up new API credentials, (different than woocommerce bookings), and using the same calendar ID. I’ve used the following redirect URI in both google project and ninja bookings:
So far, I am able to obtain oAuth authorization, that says “google would like to manage your calendars” however nothing else happens afterwards, I go to bookings > calendar, and none of my google calendar events are listed there, and I don’t get any acknowledgement of success…
If someone has successfully made this plugin work, could you give me some advice?
Forum: Plugins
In reply to: [Google Calendar WooCommerce Bookings Two Way Sync] import doesn't workHi everyone,
Is this plugin working? I have been trying to implement it without success, I do not get any errors, but I don’t see my website reflecting my availability in google calendar.
I’ve authorised it numerous times, and still not working.
Have somebody has successfully made this work?
Kind regards,
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Not workingHi there Danny, great plugin.
How can we use it coding it “manually” rather than using a shortcode?
Appreciate your help.
Fernando.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] 4,328 issues in 1 yearHi Guys,
Do you guys know how to attach the custom text for the product to the email message that is sent once the purchase has been done?
If not, could you refer me to a place where I can ask this? I’ve purchased the gold cart and I can’t see any official support.
Thanks,
Fernando.