karlosuccess
Forum Replies Created
-
It worked, thank you!!!!
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Create a clone programmatically with PHP functionYes, you guys always replied very soon and promptly this support forum.
Thank you very much for the info!
I will take a look!Forum: Plugins
In reply to: [Accept Stripe Payments] Is there a way to add custom fields?Yes, it looks like it. I will give it a try. Thank you!
Question, how many sites does the “Stripe Payments Addon Bundle” allows to use per addon?
Please adviseHello I need to use the wordpress action “register_post” or the filter “registration_errors” and neither one is firing or working when your plugin is installed. I need to hook right before a client is registered.
We have considerably implemented around the plugin and switching to another plugin will be a great loss.
PLEASE INDICATE AS SOON AS POSSIBLE what we can use instead of the action “register_post” or the filter “registration_errors” while your plugin is installed.
Hi @wpusermanager
Thank you very much for the suggestion. Does that mean the plugin WP User Manager disable the core wordpress action “register_post” and the filter “registration_errors”?? Does the plugin use its own filter and hook?I need to use the action “register_post” and the filter “registration_errors” but they don’t work while the plugin WP User Manager is active. What filter and action do we use instead?
Please advise.
- This reply was modified 1 year, 11 months ago by karlosuccess.
- This reply was modified 1 year, 11 months ago by karlosuccess.
- This reply was modified 1 year, 11 months ago by karlosuccess.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] When user creates a site, clone should be createdOk great! Thank you for the guidance
- This reply was modified 1 year, 12 months ago by karlosuccess.
Hello Rahul,
Thank you for your answer.
The meta-key was an example.
We actually created a field like this:
https://snipboard.io/jEBLNd.jpgThen we tried these 2 functions:
$item->get_meta(‘telephone’);
wc_get_order_item_meta( $item_id, ‘telephone’);
But it does not retrieve it.Is there a special function for this?
- This reply was modified 2 years, 1 month ago by karlosuccess.
- This reply was modified 2 years, 1 month ago by karlosuccess.
Thank you! Will it be added in a future update so it does not get overridden?
Wow it works great, thank you!!!!
- This reply was modified 3 years, 10 months ago by karlosuccess.
It worked, thank you very much!
You are the best!
- This reply was modified 4 years ago by karlosuccess.
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] Shipping options not populatingHello, it took some time to work. It is working now! ?? Thank you for the great plugin
This is what I am using, please help:
function my_epl_add_details_fields($group) { //print_r($group); $cust_cats = array( 'cheap-houses' => 'Cheap House', 'homes' => 'Home', 'ranches' => 'Ranch', 'commercial-buildings' => 'Commercial buildings', 'industrial-buildings' => 'Industrial buildings', 'multi-family' => 'Multi family', 'mobile-homes' => 'Mobile homes', 'distressed' => 'Distressed', 'fix-n-flip' => 'Fix n flip', 'owner-finance-deals' => 'Owner finance deals', 'cashflow-n-rental' => 'Cashflow n rental', 'bulk-packages' => 'Bulk packages', 'new-construction' => 'New construction', ); foreach( $group['fields'] as $i => $field ): if( $field['name'] == 'property_category' ): $group['fields'][$i]['type'] = 'checkbox'; // addding custom categories required by LandCentury $group['fields'][$i]['opts'] = $cust_cats; // addding custom categories required by LandCentury break; endif; endforeach; return $group; } add_filter('epl_meta_groups_listing_type', 'my_epl_add_details_fields');
thank you
ok thanks
Adding ?redirect_to={url} to the url
works for both WPUM login and registration pages?ok thank you! I will give it a try!