nsimmons
Forum Replies Created
-
You will have to make a entry in your host file to view the site as it is not at the production level yet. in your host file if you enter 208.68.184.234 granvillevet.com that will allow you to see the site. The page is https://granvillevet.com/our-staff/
Yes, we are.
Perfect! May thanks Rui.
Stay healthy,
NickForum: Plugins
In reply to: [Menu Image, Icons made easy] Title positionI have the same issue but with BeTheme with muffinbuilder. Hiding the title does not work…
Caimin_nwl
Again, thank you for the assistance. I had another thought to accomplish the same end, but I could use your advice again. I installed Advanced Custom Forms to insert the WP FullCalendar shortcode filtered by category. ACF has the option to insert the shortcode in a WYSIWYG using conditions so that a full calendar filtered by X category will show in a single event page with X category. However, the shortcode [fullcalendar category=”X”] will not filter by category (it shows the full calendar with all categories). If I use the OOTB post WYSIWYG then the shortcode filters as intended.
I have been in contact with the ACF author and he mentioned that the ACF WYSIWYG and the post content editor have different filters. Does the EM look at the $post->post_content to see if there is a shortcode?
What code might I need to add if I am trying to store a shortcode value as a custom field? I am passing the value through the ‘do_shortcode’ filter and everything works except for the filtering.Kind regards
Nick
- This reply was modified 8 years, 4 months ago by nsimmons. Reason: misspelling
I am using the most recent version of both Woo and Sliced invoices. Here is what we were able to figure out- the update did fix the shipping and tax so that it would pass through paypal. However the default email to the customer called for %total% . It appears that the %total% was not being updated correctly after a modification to the invoice and the customer was receiving an email stating they paid less than was actually charged via paypal.
We removed the %total% from the final customer email so there is no confusion.
Thank you for the quick update.
Yes, it would be needed for every event. So I would copy the single event template and parse the category id which would then be used in the full calendar shortcode. Conceptually I understand, however translating this into funtional php will be a stretch for me. I would gladly take any advice.
Thank you for your help
Nick
I just did a test transaction and it only added $1.00 . The shipping was 1.11 and the tax was .72- the tax was not added at all and it appears like the shipping only added the first digit.
NickAs a follow up, I added a trigger to Class-wc-email-new-order.php (add at line 41)
add_action( 'woocommerce_order_status_pending_to_invoice_notification', array( $this, 'trigger' ) );
This sent the admin a new order email when the status was changed to invoice.
Nick
I am using woo invoices as well (in total- woocommerce, woo invoices and sliced invoices). I do not have the option checked in woo invoices to send the invoice email once the user checks out because the client needs to review the order and usually alter shipping costs manually (the BIN packing algorithm strikes again).
I was zeroing in on the triggers for the new order email and may add an action when the status is changes to “invoice”
Nick
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Pay with paypal button contentThat is perfect! Thank you very much.
Nick
I confirmed this in cpanel and in the WP dashboard –> woocommerce –> system
Wow, that was FAST!
Yes we are using the sandbox environment.
PHP: 5.6.14
OpenSSL: OpenSSL 1.0.1e-fips
cURL: 7.19.7, NSS/3.19.1 Basic ECCI was able to connect with the OOTB standard paypal gateway included with WooCommerce.
Thank you!
Nick
Forum: Plugins
In reply to: [Contact Form 7] Compute an emailed end date from a form field start datemattbrowningnz
I used gravity forms, tweaked it with this code: https://gravitywiz.com/populate-dates-gravity-form-fields/
and used Gravity PDF plugin to get the PDF attachment piece working. Overall it was not too difficult.Nick
Forum: Plugins
In reply to: [Contact Form 7] Compute an emailed end date from a form field start dateNo luck, but as davmerit suggested I am going to try a premium form plugin. The client request is for issuing parking passes for a city suburb. The client would like citizens to fill out the form online and then receive an email with a printable attachment noting the specifics of the parking pass times and dates. I will let you know how it turns out.