wendycom
Forum Replies Created
-
still looking for assistance with both addresses not appearing on the invoice if they are different (shipping vs billing)
any thoughts greatly appreciated.We are having the same issue..
if the billing address is different from the shipping address, only the billing address appears on the print invoice and print delivery note.. the right area of the page heading is blank.
if the addresses are the same, they both appear .. billing on the left, shipping on the right.
– shipping address is selected as default in the woo commerce shipping settings
– i tried deactivating the plugin
– I don’t have any caching plugins installed, and have tried new computers which have never been to our site before.. the issue persists.I don’t know what code is making it not appear if it is different..
please advise.<div class="order-addresses<?php if( !wcdn_has_shipping_address( $order ) ) : ?> no-shipping-address<?php endif; ?>"> <div class="billing-address"> <h3><?php _e( 'Billing Address', 'woocommerce-delivery-notes' ); ?></h3> <address> <?php if( !$order->get_formatted_billing_address() ) _e( 'N/A', 'woocommerce-delivery-notes' ); else echo apply_filters( 'wcdn_address_billing', $order->get_formatted_billing_address(), $order ); ?> </address> </div> <div class="shipping-address"> <h3><?php _e( 'Shipping Address', 'woocommerce-delivery-notes' ); ?></h3> <address> <?php if( !$order->get_formatted_shipping_address() ) _e( 'N/A', 'woocommerce-delivery-notes' ); else echo apply_filters( 'wcdn_address_shipping', $order->get_formatted_shipping_address(), $order ); ?> </address> </div>
I resolved this issue by resetting my URL in wp-config.php to use https…
i had previously tried all of these
https://themeskills.com/fix-http-error-when-uploading-images-to-wordpress/
except disabling ithemes security.it could have been a combination of turning some things off on .. and then logging out and logging in again .. not actually changing the URL..
but it is all working now, so i’m going with it ??thanks for a great plugin.. and maybe the log out/log in thing will help someone else in the future.
my apologies for multiple posts..
i just tried adding an image on a post, and get “
HTTP error.”we just went live with this site today, a bit of a bummer at the moment..
thanks again for any ideas..
just to clarify..
all images and other content appears in the front end.. and all other ‘tabs’ in the admin work fine.. even the ADD MEDIA page works fine..
I just can’t view the MEDIA LIBRARYthanks for the response..
i have the missing thumbs re-set .. and everything ‘works’ .. but is there a setting to get the border on the thumbs back or do i need to do a custom css now?
and the sort order ..how do i fix that ?
the galleries are in the order we want them in the admin .. but they appear to be in the order they were added last to first on the site now.thanks again
broken . linux not windows
cleared banned and htaccess as directed… still broken.
disabled it completely.. moving on.Forum: Plugins
In reply to: [Store Locator Plus?] Automatically display resultsHello,
i have disabled / saved .. enabled / saved the “Immediately show locations” under map settings… and the locations still don’t appear without a search.
(they work fine with search parameters)any assistance appreciated.