If you’ve got a checkout page then the endpoints must be working. Normally they are setup by the install process and no further action is needed.
To setup payment options, go to Admin page > WooCommerce > Settings > Checkout tab, scroll down to the bottom to find “Payment Gateways”. Setup the gateways you are offering your customers. Ensure your offered payment gateways are enabled. In the Payment Gateways table, any gateways that you have enabled will be ticked in the status column.
If it still doesn’t work, please post a url to your site so we can try to see what’s going on.
I already had 4 payment gateways setup. It would go to the check out page where customers fill out their information but the payment options and terms/conditions were not showing. I tried deactivating WooCommerce Email Inquiry & Cart Options LITE. This worked and now payment options are working!!!! 🙂 Thank you for you assistance and guidance.
*Also a side problem- the store page will not show a side bar, any ideas there?
Thank you
Ah, conflicting plugin!
Try to find a page called Shop or Store in the list of pages, bring up the page in the page editor and look for a template setting. This may be a dropdown or set of icons. If you don’t see it, go to Screen Options in the top right corner to switch it on. The template is probably set to “full width”, try other options. Details will vary depending on your theme.
It actually doesn’t even show these options like it does on all my other pages. All the other woocommerce pages are working fine and showing sidebars but with the store the full width, sidebar layouts are missing altogether! the store page content is shifted to the left holding a place for a sidebar but I am not able to assign a sidebar or adjust layout to this page. Here is a link to the store page: http://www.oregoncoastdigest.com/store/
I can’t help with the sidebar, maybe the theme author can help.
You can adjust the layout with some custom css:
.woocommerce .row .eight {width:100%}
.woocommerce-page .row .eight {width:100%}
Please check that it affects only the pages you want it to affect.
Thank for your help up to this point. Greatly appreciated!