Home › Forums › WPLMS AddOns › WPLMS WooCommerce › Checkout page
- This topic has 13 replies, 2 voices, and was last updated 7 years, 9 months ago by H.K. Latiyan.
Viewing 14 posts - 1 through 14 (of 14 total)
-
AuthorPosts
-
February 7, 2017 at 7:59 am #94211pasqatParticipantHello, I'm viewing the for setup and functioning of the addon, and I would ask you how I can make the checkout page similar to that of the video (min 3:16), because my page is not so well formatted (I think it's the default page) thank you for your responseFebruary 8, 2017 at 5:19 am #94390H.K. LatiyanParticipantCan you please share the video link you are referring to ?February 8, 2017 at 8:00 am #94401pasqatParticipantyes, I do. https://www.youtube.com/watch?v=wjE5uGKTuXM just another thing, I've installed WPLMS WOOCOMMERCE but when there is a course with variation when clicking on take this course nothing happen, or to be more precise the course is added to the cart but the page remain that of the course. This don't happen when the course is a simple product, where after clicking on take this course I'm redirected to the cart page (take in consideration that I've set in WPLMS setting skip product page)February 8, 2017 at 1:53 pm #94503H.K. LatiyanParticipant1) This is the standard woocommerce checkout page, just make sure your checkout page has the woocommerce checkout shortcode added in it. 2) Try using the popup feature in the wplms woocommerce, refer: https://wplms.io/support/knowledge-base/wplms-woocommerce-direct-purchase-a-variation/February 15, 2017 at 8:01 am #95617pasqatParticipant1)the page works fine, but is not formatted as yours, and I prefer yours to mine, so I ask you what can I do to have a page more similar to yours 2)It worked, but is do not show the name of the Attribute, so for a customer it is impossible to know why a solution is € xxx and other € yyy (eg. Registration and pre-registration). And know after I've installed SSL certificate and https the popup solution don't work anymoreFebruary 16, 2017 at 2:46 pm #95931H.K. LatiyanParticipant1) This is a standard woocommerce page, if you want to customize it then use the blank child theme and add the woocommerce files in it and customize it accordingly. For custmoizing woocommerce checkout page you can refer many tutorials on the internet such as: https://apppresser.com/woocommerce-checkout-customization-guide/ and http://uploadwp.com/customizing-the-woocommerce-checkout-page/ 2) It shows all the attributes in the popup, refer: http://prntscr.com/e9i9e2February 16, 2017 at 5:00 pm #95959pasqatParticipantThank you for your support. Regarding the point 2) maybe I wasn't clear enough. The attribute in your sreenshot are that of wplms, the attribute I'm talking about is title of the variation. It doesn't appear in the pop-up. See the image attached, are you capable of distinguish the two different price option? So, this is option work well in redirect a customer to the cart, but it doesn't in tell to the customer why there are to different price! I think that the other solution (without pop-up) have to work fine, and so after selected what I need I have to be redirected to the cart, and use the pop-up solution isn't a real solution to my problem. The solution of the pop-up sure is more elegant but if I cant show the title of the variation it is useless. So, what have I to do to solve my problem?February 17, 2017 at 3:44 pm #96151H.K. LatiyanParticipantI am not sure what the title is, if you want I can give you a small code for showing the variation description (http://prntscr.com/e9ymxe) in the popup. Let me know if you want the code.February 17, 2017 at 5:43 pm #96186pasqatParticipantSure it would be great!February 18, 2017 at 5:34 am #96209H.K. LatiyanParticipantOk, add the bellow code in your wplms-customizer.php file present in your wplms customizer plugin OR the functions.php file of your child theme (if using a child theme): add_action('wplms_woocommerce_variation_popup_item','custom_add_description_in_variation_popup'); function custom_add_description_in_variation_popup($variation){ $description = get_post_meta($variation['variation_id'],'_variation_description',true); if(!empty($description)){ echo '<li style="list-style:none;border-bottom: 1px dotted rgba(0,0,0,.08);">'.$description.'</li>'; } }March 1, 2017 at 5:03 pm #98359pasqatParticipanthello, thank you for your support! It worked well for my needs, but now I don't know why but the pop up don't show. when I click on the button a shadow overlay appear but not the pupup. (see the img) Have you any suggestion? https://goo.gl/photos/RWiJSbd31W1b67dS9March 2, 2017 at 2:46 pm #98558H.K. LatiyanParticipantThere might be some js error on your page which is causing this issue. Can you please share the page url with us to check this.March 3, 2017 at 4:22 pm #98863pasqatParticipantSure here the url https://www.istitutoeccelsa.it However, it seems working nowMarch 4, 2017 at 1:07 pm #98979H.K. LatiyanParticipantThanks for the update that it is working. So closing the topic.
-
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)
- The topic ‘Checkout page’ is closed to new replies.