Designinfo 3 Posted May 14, 2015 Posted May 14, 2015 https://www.prestash...g-on-front-end/ I have installed the following 1.Payment by cheque 2.Bankwire 3.Cash on delivery I have given all permissions of countries , Users , products to all the above. However none of the payment options are visible when I try to purchase a product. The payment gateway 5 page method works fine with all pages loading and the final page shows the total amount with the taxes but no payment option visible as it used to before. I have the following enabled public $display_column_left = true; in all my payment plugins and also they are hooked to the following 1. displayPayment 2. displayPaymentEU 3. displayPaymentReturn I think there is no left and right column enabled on my payment page. there seems to be just the center column. Also i tried to open the global.css to change the width of the column to see if that helped . However it was such a lengthy code that i didnt know where to add the following body#order #center_column {width:500px;} body#order #right_column {width:500px;}body#order #left_column {display:none;} what changes should i make and how should i make .Please explain in detail . Many users seem to have this issue. Share this post Link to post Share on other sites
Recommended Posts