Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
What do you use it for?
Hi Neil,
The rationale for this would be to keep all user transaction history in one location and to use the same gateway and payment options for all transactions between platforms.
That is exactly the point of our Invoicing plugin that GD uses: https://wpinvoicing.com/
Woo is a a heavy and expensive plugin just to take payments, it would slow your site down more and cost more than our Invoicing plugin does.
Hopefully that explains things, if you have any more questions just let me know.
Thanks,
Stiofan
The database stores serialized data which is character specific, if you simply do a search and replace on the database it WILL break things if the domain length is different even by 1 character. I think you have done this in this situation as the “Places” tab is not even showing?
Stiofan
are u changing the site url or doing some other edits before uploading?
Stiofan
if you want i can give you a small snippet of code to remove that warning, but its your call 🙂
Stiofan
Hello,
I believe if all of your packages are free that you actually don’t need invoicing installed at all 🙂
If you have any problems just let me know.
Thanks,
Stiofan
It can’t be done by default but could all be done with customisation, it would be relatively easy for a dev.
Thanks,
Stiofan
Hi Shane,
We do not do customization, we will provide you examples of how our hooks/filters work but we won’t build your site for you. You can post in the forum jobs section or try hiring a developer elsewhere.
The above example would do both things but you would need to replace the custom post type name and the user IDs with your specific requirements.
Thanks,
Stiofan
Hi Jan,
Did you do something DB related? You no longer even have a default locations set? What did u do?
Stiofan
You are welcome! 🙂
Hi Vlad,
It is always advisable to set 301 redirects, there are many plugins to do this.
If you listings also include the category slugs and they change then you might want something automated, if not let me know.
Thanks,
Stiofan
Hello,
I recently added a filter that will allow you to do this but it is not released yet, you would need update this function geodir_listing_belong_to_current_user() or replace this whole file:
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/post_functions.php#L2812Then you could allow it like this:
add_filter('geodir_listing_belong_to_current_user','_allow_userx_to_edit',10,3); function _allow_userx_to_edit($result,$listing_id,$current_user_id){ // allow user with ID 123 to edit any GD listing if($current_user_id && $current_user_id==123){ $result = true; } return $result; }Thanks,
Stiofan
August 25, 2017 at 10:19 am in reply to: Invoicing – 2Checkout Payment Gateway plugin did not update #392835Hi aptoitos,
Please check your account now: https://wpinvoicing.com/your-account/
If you have any problems just let me know and i will take care of them 🙂Thanks,
Stiofan
Hi Corey,
Firstly you would always need a prefix for the locations page like /location/ but this can be changed to anything via the page slug.
Secondly, you could enable the neighbourhoods functionality are re-purpose it to zipcodes without too much hassle to get the urls like that.
Thanks,
Stiofan
Hi Dany,
You are using UsersWP (which is great! 🙂 ) so you need the UWP GD addon to show the listigns in the user profile page, you get it free because you are a full member, you can get it from here: https://userswp.io/your-account/
If you have any problems just let me know.
Thanks,
Stiofan
-
AuthorPosts