nyxerus
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Free Shipping Rules Based on RoleYa i would definitely appreciate it. If you prefer not to post it in here, please feel free to email me at gabriel [at] boley.me
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Free Shipping Rules Based on RoleThis is exactly what I have been banging my head against the wall for. Any chance you guys could help me out? I need to provide free shipping to certain user roles. Any help would be appreciated. thanks.
well that resolved it for a short period of time, after another file upload, the links broke again, so back to square one.
For the Google Docs preview to work, I change line 2738 on wpfib.php from
."<a href='http://docs.google.com/viewer?url=".urlencode($base_url.$dir_relpath.DS.$a_file["name"])."' target='_blank'>"to
."<a href='http://docs.google.com/viewer?url=".$file_link_href_nonced."' target='_blank'>"and for the image preview to work change line item 2754 on the same file to;
."href=\"".$dir_path.DS.$a_file["name"]."\">"to
."href=\"".$file_link_href_nonced."\">"