tbossler
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] File not foundI “fixed the issue” on our site (until the plugin get updated and overwrites my changes).
Edited /wp-content/plugins/simple-job-board/includes/class-simple-job-board-resume-download-handler.php
Changed line 49 from:$file_path = SJB_UPLOAD_DIR . substr( strrchr( dirname($resume) , "/" ), 1) . '/' . sanitize_file_name( basename($resume) );
to
$file_path = "../" . get_option( 'upload_path' ) . "/jobpost/" . substr( strrchr( dirname($resume) , "/" ), 1) . '/' . sanitize_file_name( basename($resume) );
Working for now!
Forum: Plugins
In reply to: [Simple Job Board] File not foundI am having this issue too. Just did a little troubleshooting and here is what I’m seeing:
- Our site is a Multi-Site install of WordPress
- looking at [ /includes/class-simple-job-board-resume-download-handler.php ] it appears there is no logic to build the file_path for where multi-site installs save the attachments
- standard: wp-content/uploads/jobpost/2021/625_[filename].pdf
- multi-site: wp-content/[site_id]/blogs.dir/files/jobpost/2021/625_[filename].pdf
Is that something you guys are able to address?
Forum: Plugins
In reply to: [Accept Stripe Payments] Shipping address data is not being capturedThank you very much! Your plugin is much more useful with it in place.
I appreciate your time and attentiveness!
Forum: Plugins
In reply to: [Accept Stripe Payments] Shipping address data is not being capturedYou have pushed two version updates since this post. Are you working on fixing the {billing_address} issue in the emails?
Forum: Plugins
In reply to: [Accept Stripe Payments] Shipping address data is not being capturedThe plugin setup instruction page clearly explains how to collect Shipping and Billing Address and the Settings page for the plugin shows you the special text to put into your “Seller Email Body.”
If its really “not added to the plugin” then the plugin is falsely saying what it is capable of. Disappointing.
Forum: Plugins
In reply to: [Accept Stripe Payments] Shipping address data is not being capturedI am also having this problem! Here is the exact shortcode I’m using.
[accept_stripe_payment name="UVHOA Dues 1 Year" price="125" button_text="Pay $125 Now" billing_address="1" shipping_address="1"]
I need the “seller email” to include a couple of important piece of info collected by the plugin:
{payer_email} made membership payment on {purchase_date}. Their Address: {shipping_address}
The {payer_email} and {purchase_date} works in the email that is sent, but the {shipping_address} actually displays like this:
Their Address: { }
Please help me figure out what is going on!
I was looking to do this too… would love to use the plugin once that is in place. Don’t have an immediate need for the shortcode use of it.