• Resolved sterlingmedianw

    (@sterlingmedianw)


    Please Help…I have read what documentation i can find about endpoints but can not seem to understand how to make this work. Basically I can not get payment options to show on the Checkout page. I’m trying to get my store up and and running by the 15th so any feedback is greatly appreciated! Any links to video tutorials about this you could share would be awesome, as well as any tips. We are somewhat new to wordpress and have not used WooCommerce before. THANK YOU!

    https://wordpress.org/plugins/woocommerce/

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter sterlingmedianw

    (@sterlingmedianw)

    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.

    Thread Starter sterlingmedianw

    (@sterlingmedianw)

    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.

    Thread Starter sterlingmedianw

    (@sterlingmedianw)

    Thank for your help up to this point. Greatly appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How to add Endpoints? Checkout Payment options not showing!’ is closed to new replies.