defran16
Forum Replies Created
-
Okay, let me know if you can access the screenshot here https://www.dropbox.com/scl/fo/9jw22y3h3f1bgwc9ohevi/AAAab6qPiVoYhD0DIZCSeK0?rlkey=j0ok8ajhphg2quawdqgq1wiui&st=dzozv9se&dl=0
Ah, I was looking in the backend. I’m used to a lot of the other plugins having a “switch to” link in the user area, like:
Edit | Delete | View | Send password reset | Switch To
Now that you showed me how to switch, I like the plugin’s functionality, but it’s missing one thing that we need. We have customers who call orders in, and then we send them an invoice (so no payment method applied at checkout). Our current plugin (WooCommerce Shop as Customer, by cxThemes) allows us (select role types, such as administrator or shop manager) to checkout and pay later (I would have attached a screenshot, but I don’t see how to). This saves the order in a “Pending Payment” status, and then allows us to manually change the status and send an invoice. Does your plugin have similar functionality? If not, is this something you would consider adding? thanks
I’m not using smart buttons. If you go to https://www.henrysautowarehouse.com, add any item to the cart, and then try to click on the “Pay with credit card” button at the bottom of the cart page, you’ll see this behavior.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Change logo sizeyes, it looks just like that
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Change logo sizeThanks. Sorry, I didn’t realize that I modified incorrectly. I just changed it to
” width=”361″ height=”100″ alt=”<?php echo esc_attr( $company ); ?>” /> but it’s still not altering the logo size.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Change logo sizeThanks Vishal. I made this edit, and the logo resized, but it seems to stay the same size no matter what dimensions I add to that file. For example, I used the following two settings, but they both displayed the same size logo:
” width=”<361( $attachment_src[1] / 4 ); >” height=”<100( $attachment_src[2] / 4 ); >” alt=”<?php echo esc_attr( $company ); ?>” />
” width=”<200( $attachment_src[1] / 4 ); >” height=”<55( $attachment_src[2] / 4 ); >” alt=”<?php echo esc_attr( $company ); ?>” />
At least the logo is legible now, but I would like to know if my syntax is incorrect as I would like to get the correct size if possible.
Also, this would be a nice feature to add to the settings page so that people can set the logo size right from there.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Saved credit card expire date displaying incorrectlyI just installed and testing and this looks to have fixed the problem. Thanks!