Hi,
Right now by default only the product ID is returned. How can I add course ID in the checkout, so that paypal can return the course ID when checkout completed.
Well course id can be found from product id at checkout .
$course_ids = get_post_meta(product ID,'vibe_courses'.true);
output :
(array of course ids .)
array(
0 => 50
)
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Course Id in Woo Commerce Checkout’ is closed to new replies.