Hello,
We want to hide our individual course prices from the all courses page. Our courses will be sold in different products with different pricing ( course + delivered product , course + downloadable product , only courses etc).
Have created 3 different products and associated them with the courses.
The issue is that the user sees 3 different pricings. I want that the user should only be shown the course info and when they click to take the course they should be taken to the products page where they are given options between our products.
Website is www.electovertlabs.com
Thanks.
hi
i have just tried to check but this is showing this:
http://prntscr.com/1qfl65j
also please share proper URL of the page with proper screenshot that from where you want to hide it
Sorry for the wrong link.
Its electrovertlabs.com
i want to hide the prices from https://snipboard.io/o9Uidk.jpg
and on clicking on course , the students should be taken to https://snipboard.io/p867BW.jpg so that they can select the package.
hi
you can use this:
.elementor-widget-wrap .elementor-widget-wplms_course_pricing .elementor-widget-container .course_pricing {
display:none;
}
and also you are on v4 of the theme so you can edit the course card from vibebp>>course card and if you don't want to use pricing element simply remove it from there
Hi,
My problem of the course pricing thing is solved by using the CSS you provided.(have no clue to edit course card but yes its solved)
Next problem which i had mentioned above was that when user clicks on "TAKE THIS COURSE" they should be sent to the Shop page instead of the specific product as my courses are connected to multiple products and they should get an option to select .
This reply has been marked as private.
Yes but my course is linked to 3 products , i want the user to select which product they prefer.
Instead the default functionality takes the user to a specific product page.
hi
you can check this:
https://wplms.io/support/knowledge-base/connect-take-this-course-button-to-external-page-2/#:~:text=1)%20Please%20go%20to%20wp,link%20of%20the%20external%20page.
Hi,
So i think i'll have to create a new page where i add all my products and redirect the "Take this course" button to that external page.
That solves all our issues for now.
You many now close the Topic.
Thanks
thanks for your confirmation