Checkout page

Home Forums WPLMS AddOns WPLMS WooCommerce Checkout page

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #94211
    pasqat
    Participant
    Hello, 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 response
    #94390
    H.K. Latiyan
    Participant
    Can you please share the video link you are referring to ?
    #94401
    pasqat
    Participant
    yes, 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)
    #94503
    H.K. Latiyan
    Participant
    1) 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/
    #95617
    pasqat
    Participant
    1)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 anymore
    #95931
    H.K. Latiyan
    Participant
    1) 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/e9i9e2
    #95959
    pasqat
    Participant
    Thank 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?
    #96151
    H.K. Latiyan
    Participant
    I 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.
    #96186
    pasqat
    Participant
    Sure it would be great!
    #96209
    H.K. Latiyan
    Participant
    Ok, 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>';     } }
    #98359
    pasqat
    Participant
    hello, 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/RWiJSbd31W1b67dS9
    #98558
    H.K. Latiyan
    Participant
    There 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.
    #98863
    pasqat
    Participant
    Sure here the url https://www.istitutoeccelsa.it   However, it seems working now
    #98979
    H.K. Latiyan
    Participant
    Thanks for the update that it is working. So closing the topic.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Checkout page’ is closed to new replies.