charanjits
Forum Replies Created
-
Thanks Bigul for the update. I was expecting a free version though ?? Anyways thanks for the help ??
Forum: Plugins
In reply to: [Attachments] Removing it from default post types: page and postShould I make this change in the plugin file or in my code? If its the later case then I tried using the code:
‘post_type’ => array( ‘my_cutom_post_type’ ),But still I am able to see attachment section there under posts and pages.
Isn’t there any other of removing it from post and page via a hook/action?
Thanks a lot Cathryn999 ?? Really appreciate your feedback! I will try to do it asap and check out the result.
Forum: Plugins
In reply to: [WooCommerce] Multi Vendor supportYou are most welcome ?? ‘n’ Yes exactly! that is the only problem with making WordPress as a base for this kind of a project.
Forum: Plugins
In reply to: [WooCommerce] Multi Vendor support@jdoe_ Not exactly so had to do a lot of custom coding using a lot of plugins, while the major plugins I used were:
and finally achieved what I was the requirement of the project.
But, I would not suggest anybody to go with WordPress if your requirement is a like mine, you should try out OpenCart, Magento etc. which have a lot of multi-vendor plugins/modules which entirely will cost you less in comparison and will provide a robust and scale-able solution.
Thanks a lot outis but the solution that you have provided does not work as inside the plugin author has written the following lines:
if(!empty($tags)){ $tags=preg_replace("/\\\'/","'", $tags); $tags=preg_replace("/<\?php the_permalink\(\); \?>/",get_permalink($post->ID), $tags); $tags=preg_replace("/<\?php the_title\(\); \?>/",strip_tags(get_the_title()), $tags); $tags=preg_replace("/{URL}/",get_permalink($post->ID), $tags); $tags=preg_replace("/{TITLE}/",strip_tags(get_the_title()), $tags); }
Forum: Plugins
In reply to: [Cimy User Extra Fields] Files not uploadingThanks a lot Marco Cimmino seems like changing the type from profile to avatar did the trick ?? Thanks!
Forum: Plugins
In reply to: [Cimy User Extra Fields] Files not uploadingHello Marco Cimmino,
But can you please highlight the issue here? As I have made sure that the Picture/Avatar upload directory xxx/wp-content/Cimy_User_Extra_Fields/
is created and writable. But am not able to see the avatar image updated on the user profile page ??Forum: Plugins
In reply to: [Cimy User Extra Fields] Files not uploadingI am also having the same problem… I have made a custom field as Avatar and chose its type as “Picture”. Now when I am trying to upload an image via user profile, the image is not updating…
Any ideas?
Forum: Plugins
In reply to: [WooCommerce] Multi Vendor supportOk, thanks a lot for your help bheadrick ??
If you ever come across an addon which can link with woocomerce or any ecommerce plugin for that matter and provide a multi-vendor functionality right off the shelf can you please share it with me?Forum: Plugins
In reply to: [WooCommerce] Multi Vendor supportYou probably wouldn’t want to allow the ability to add categories or other wordpress operations.
Yes I don’t want authors to be able to access those features. Will they be hidden form authors? Or do I have to create a new role using another plugin?
Well, you might need to create your own custom role for this particular purpose, though I don’t think you’d be able to manage the orders in the same segregated way – You could have the order notification emails sent to a distribution list that emailed all the vendors at once, or there might be a way to create a custom email action that only emailed X vendor when his products were included in the order.
- Regarding the role: Do we have a plugin to achieve this functionality?
- Email Notification: Do we have to code it inside the plugin? Won’t it affect the upgradeability of the plugin?
Forum: Plugins
In reply to: [WooCommerce] Multi Vendor supportThanks for the update ?? But can you please elaborate a bit on this functionality? I have the following queries in case a customer from front-end creates an order with items/products in their cart which belong to different authors/vendors:
- How will the order invoice, shipping cost (if any), tax applied (if any) be handled?
- Will each of the authors get intimated to process the order?
- How will the payments made on that order delivered/distributed among the authors?
- What are the privileges given to the author user?
- Are they allowed to add categories?
- Are they allowed to perform basic WordPress operations?
- Are they allowed to view product/orders of other authors?
Hello Josh Lyford,
Thanks for the update ??
I had filled all the details on that page but skipped the CAN-SPAM text area as I was not sure as to what should I place there. So, today tried to update it with some dummy text and vol-la! the warning message disappeared.
I hope that the link href will be updated in future iterations of this plugin ??
Following are the link of the images:
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Category Links not being injected in menuThanks Alexey, I have raised a support on your ticketing system and listed all the details there. Thanks for your support.