sharingourexperiences
Forum Replies Created
-
The below seems to be an array. I am new to html and css.
Coudl you please tell me how can I display each fields in the below array individually will create a template accordingly.
I can see in the template its mentioned as
<div class=”listing-details cf”> <?php foreach ( $fields->not( ‘social’ ) as $field ): ?> <?php echo $field->html; ?> <?php endforeach; ?> <?php $social_fields = $fields->filter( ‘social’ ); ?> <?php if ( $social_fields ): ?> <div class=”social-fields cf”><?php echo $social_fields->html; ?></div> <?php endif; ?> </div>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
It would be good it you could do a little hand holding while providing support for paid plugin users as we are not developers but could achieve what we want to do with little hand holding
Kind Regards
Neha- This reply was modified 8 years ago by bdbrown.
Could you please tell me I have to apply css for which fields in case if I want to change the colour
Regarding showing search at the top for mobiles, Can the code be modified such that attributes related to only a category of products show.
Mainly when we see site in mobile the sidebar comes after the products so searching and filtering is not easy.
1) I would like the category wise attributes to show at top when seeing from mobile
2) Category wise attributes to show in sidebar when viewing on laptop or computer.Can this be achieved ?
Is there any other better way of doing this ?
Whem I am using the below in my sidebar
[woof is_ajax=1 taxonomies=product_cat:1505 tax_only=’product_cat,pa_item-condition,pa_age,pa_format,pa_type-of-book,pa_book-author,pa_publisher,pa_english-indian-languages,pa_seller’ by_only=’by_price,by_onsales,by_instock’ ]
1) by Only parameters – Price and In stock are not being shown
2) Tax only paramaters – By product category is not being shown, By seller is not showing
Also at times, the search box on the top is collapsed, sometimes its not on archive load.
How do I ensure that it stays hidden or collapsed (until users expands it) when any archive is loaded.
Sorry forgot to mention the code in my sidebar widget is
[woof is_ajax=1 taxonomies=product_cat:1505 tax_only=’product_cat,pa_item-condition,pa_age,pa_format,pa_book-author,pa_publisher,pa_english-indian-languages,dc_vendor_shop’ by_only=’ by_price,by_onsales,by_instock’ ]
Hi Moumita,
As suggested, I have included my queries in a single thread that I would be using for any further queries,
Kind Regards
NehaHi Moumita,
Apologies, I was opening various threads as the queries were for separate topics. Going forward will use this thread for all my queries.
Query 1 – Regarding mails and order workflow
I am using Bank Transfer option of woocommerce. So currently when order is place the status is ‘On Hold’. and mail comes only to me.
In this case the order status will be – On Hold – Processing – Shipped – Complete. Am I right ?Is there any way I can achieve below:
– New order is placed then mails go to Vendor from whom order is placed, Customer and me (admin).
– Can I integrate bank account details in WC marketplace with bank details (bank transfer) option of Woocommmerce. That way bank details of vendors from whom customer has bought are sent to customer.Query 2 – Customer cancelling an order
How can a customer cancel his order. I do not seen any option for that.Query 3 – How to set up shipping per vendor as below.
Lets say I receive an order such that its from 2 vendors.
Vendor 1 offers free shipping above Rs 500. otherwise flat rate = 50
Vendor 2 offers free shipping above Rs 750. otherwise flat rate = 70Scenario 1 – Customer places an order of Rs 1000 (550 from Vendor 1 and 450 from Vendor 2). Shipping charged here should be 0+70 = 70
Scenario 2 – Customer places an order of Rs 1000 (450 from Vendor 1 and 550 from Vendor 2). Shipping charged here should be 50+70 = 120
How can I achieve this. Will I have buy a paid plugin for achieving the same.
Query 4 – If need be How can I use bank transfer facility of WCMP.
Kind Regards
NehaThanks you so much Moumita for your help.
Thanks Moumita
So what should be the image size. Also is there any way I can remove this all together ?
Hi,
I read through the above docs but apologies it is too confusing for newbie like me.
Scenario –
there are 2 vendors
Vendor 1 – Shipping fee = 50, Offers free delivery if the total amount becomes more than 750
Vendor 2 – shipping fee = 70, Offers free delivery if the total amount becomes more than 1000.I am able to set up different shipping fee using current option but the free shipping is not set up vendor wise.
How can I use WCMP plugin to achieve the same ?
Shipping Zone – All of India
Shipping Method – Table RateTable Rate settings
Calculated rates per shipping class (class will be different for each vendor)
Condition None or should I say Price.Sorry but I am lost after that. Any help is appreciated.
Also my understanding is that this is a free plugin. Let me know if that is not so ?
Kind Regards
NehaShipping Class – each for all vendors
Thank you so much for your help.
I have set up a page now with settings
[woof_products per_page=15 columns=3 is_ajax=1 taxonomies=product_cat:1505 tax_only=’pa_age,pa_english-indian-languages,pa_format,pa_item-condition,dc_vendor_shop’ by_price,by_onsales,by_instock]And a sidebar with text
[woof is_ajax=1 taxonomies=product_cat::1505 tax_only=’pa_age,pa_english-indian-languages,pa_format,,pa_item-condition,dc_vendor_shop’ by_price,by_onsales,by_instock]I am not able to set up certain things. Queries below
1) I have set up a filter for category in woof settings.
But I am nost sure what to use to display it on above pages. For e.g. for age etc I have used pa-age, What do I use to display filter on categories ?2) I am using woo sidebars and have mentioned that this new sidebar should be displayed in my product category ‘gently used books’. Also have mentioned that as product category in above woof snippets (category 1505).
But still the sidebar does not show in default product category. These are not not actual pages that I have set up and are default from wordpress/woo commerce so not sure where to mention the code to display sidebar.
https://www.sharingourexperiences.com/product-category/children-books/I also went through the link you mentioned above but did not understand the coding completely.
3)Any help or guidance in setting up css for multiple columns will be much appreciated
Also how do I display individual filters to be in 2 columns.
Thank you so much for your response.
So I have create a page for a category and used:
[woof_products per_page=15 columns=3 is_ajax=1 taxonomies=product_cat:1505]And then I should probably create a sidebar using
[woof is_ajax=1 taxonomies=product_cat:1505,by_price]What do you mean by below statement:
*- Do not forget set the same condition in [woof_products]Also how do I show the same filter sidebar on my product category archive, sample below
https://www.sharingourexperiences.com/product-category/children-books/I am using woo-sidebars to display sidebar selectively.
Kind Regards
NehaForum: Plugins
In reply to: [Expandable/Collapsible Menu] Installed but not workingHi
I am facing the same problem. How did you resolve ?
How were you able to add expandable menu in your site- This reply was modified 8 years, 2 months ago by sharingourexperiences.