Release Notes: eCommerce v2.3.0

We are thrilled to introduce version 2.3.0 of our eCommerce add-on. This update brings a range of exciting new features, essential bug fixes, and improvements that will enhance your online dispensary experience. It’s also the last version of the add-on to be released before a pretty significant change occurs with it’s name. But more on […]

wpd_ecommerce_checkout_email_subject_patient

/** * Change checkout email subject for patients */ function acme_checkout_email_subject_patient() { $email_subject_text = ‘Thank you for your order.’; // Change this text. return $email_subject_text; } add_filter( ‘wpd_ecommerce_checkout_email_subject_patient’, ‘acme_checkout_email_subject_patient’ );

 

eCommerce v1.3 Release Notes

One month after the release of eCommerce version 1.2, we’re back with another update that brings great new features for dispensary owners and the developers who are in charge of your canna-brand website. For developers, the version 1.3 release includes 3 new action hooks, 8 new filters, bug fixes and code enhancements that make it […]

wpd_ecommerce_single_item_price

<?php /** * Hide single item price display for non-logged in users * * @param string $display_price */ function acme_single_item_price_display( $display_price ) { // Get WPD settings from General tab. $wpdas_general = get_option( ‘wpdas_general’ ); // Check if user is required to be logged in to shop. if ( isset( $wpdas_general[‘wpd_ecommerce_cart_require_login_to_shop’] ) ) { $login_to_shop […]

 

wpd_ecommerce_account_admin_patients_text

<?php /** * Change "Patients" text on admin Account page. */ function acme_vendors_text() { $vendors_text = ‘Vendors’; // Change this text. return $vendors_text; } add_filter( ‘wpd_ecommerce_account_admin_patients_text’, ‘acme_vendors_text’ );

 

eCommerce Filters

Below is a list of the current eCommerce add-on filters and the files they’re included in. File: wpd-ecommerce.php wpd_ecommerce_cookie_lifetime wpd_ecommerce_post_type_templates wpd_ecommerce_payment_type_name_delivery wpd_ecommerce_payment_type_name_pop wpd_ecommerce_payment_type_name_ground File: checkout/checkout-shortcode.php wpd_ecommerce_checkout_after_order_details wpd_ecommerce_checkout_email_to_admin wpd_ecommerce_checkout_email_subject_admin wpd_ecommerce_checkout_email_message_admin wpd_ecommerce_checkout_email_subject_patient wpd_ecommerce_checkout_email_message_patient File: includes/wpd-ecommerce-core-functions.php wpd_ecommerce_box_notifications_array wpd_ecommerce_single_item_price File: includes/wpd-ecommerce-orders-functions.php wpd_ecommerce_order_statuses File: patients/patient-account-shortcode.php wpd_ecommerce_account_admin_patients_text File: templates/single-item.php wpd_ecommerce_single_item_image_size wpd_ecommerce_single_item_no_image

 
WP Dispensary eCommerce software

eCommerce v1.2 Release Notes

As we get closer to 4/20, we’re working hard to update all of our add-on’s to give you the best possible framework to build your cannabis business website with. You need to make sure you’re prepared for the rush of traffic and sales you’ll be receiving in just over a month and these updates will […]

WP Dispensary's Patient Verification Settings

eCommerce v1.1 Release Notes

If you’re looking for the right eCommerce solution for your online dispensary or delivery service, you’ve come to the right place 👍 AND – because you are looking for only the absolute best dispensary eCommerce plugin, our eCommerce add-on is being updated to version 1.1! This update comes packed with a bunch of new options for […]