add new product – attributes

This topic contains 17 reply and 2 voices, and was last updated by towhid 9 years, 2 months ago
Viewing 15 Posts - 1 through 15 (of 17 total)
Author Posts
February 9, 2015 at 6:38 pm 36223
towhid 1. Some values of my attributes are in huge numbers (over 50). can I show it as dropdown? It's dificult to close 49 of them to leave just one, will be easier to choose just the right one, and is it posible to disable custom attribute? 2. Can I mark default - "Visible on the product page"? 3. Can I mark default - "Manage Stock? Enable stock management at product level"?
February 11, 2015 at 3:27 pm 36457
towhid towhid

Hello Jacker,

1. I am really sorry to say that we do not have this feature right now.

2. Yes, you can mark default.

3. Also here, you can mark default.

Both 2 & 3 you need to apply checked="checked" in input filed.

Try yourself and let me know.

Thank You 🙂

February 12, 2015 at 6:25 pm 36590
Jacek r Jacek r

1. Do you have any idea how can i change that by myself?
imagine 50 values to close down every time? please help.

“Both 2 & 3 you need to apply checked=”checked” in input filed. ”
whitch input filed? how to do that?

February 16, 2015 at 6:24 pm 36856
Jacek r Jacek r

3 days, 23 hours ago !!!!
whitch input filed? how to do that?

February 16, 2015 at 9:18 pm 36875
towhid towhid

Hello Jacek,

Sorry for my late. Please provide your login details by using this form – http://wedevs.com/provide-login-details/. I will do it for you.

Thank you 🙂

February 18, 2015 at 6:15 pm 37021
Jacek r Jacek r

have left my details…

February 19, 2015 at 6:33 am 37064
Jacek r Jacek r This reply has been marked as private.
February 19, 2015 at 11:15 am 37081
towhid towhid

For “Visible on the product page”:

Please open /dokan/templates/edit/templates-js.php and find this line:

<label class="checkbox-inline">
                            <input type="checkbox" class="checkbox" name="attribute_visibility[<%= row %>]" value="1" /> <?php _e( 'Visible on the product page', 'dokan' ); ?>
                        </label>

and replace with

<label class="checkbox-inline">
                            <input type="checkbox" checked="checked" class="checkbox" name="attribute_visibility[<%= row %>]" value="1" /> <?php _e( 'Visible on the product page', 'dokan' ); ?>
                        </label>

For “Manage Stock? Enable stock management at product level”:

Please open /dokan/includes/woo-views/variation-admin-html.php and find this line:

<label class="checkbox"><input type="checkbox" class="checkbox variable_manage_stock" name="variable_manage_stock[<?php echo $loop; ?>]" <?php checked( isset( $_manage_stock ) ? $_manage_stock : '', 'yes' ); ?> /> <?php _e( 'Manage Stock?', 'dokan' ); ?> <a class="tips" title="<?php _e( 'Enable this option to enable stock management at variation level', 'dokan' ); ?>" href="#">[?]</a></label>

and replace with

<label class="checkbox"><input type="checkbox" checked="checked" class="checkbox variable_manage_stock" name="variable_manage_stock[<?php echo $loop; ?>]" <?php checked( isset( $_manage_stock ) ? $_manage_stock : '', 'yes' ); ?> /> <?php _e( 'Manage Stock?', 'dokan' ); ?> <a class="tips" title="<?php _e( 'Enable this option to enable stock management at variation level', 'dokan' ); ?>" href="#">[?]</a></label>

I think above solutions will solve your problem.

Thank You 🙂

February 20, 2015 at 2:35 am 37165
Jacek r Jacek r

does not work!!!!

1.’Visible on the product page’, ‘woocommerce’ ); ?>
insted of ‘dokan’
but anyway does not work

2.where is THE LINE???
dokan/includes/woo-views/variation-admin-html.php
THE LINE does not exist

February 24, 2015 at 5:26 pm 37535
towhid towhid

Hello Jacek,

If you please provide your login details by using this form – http://wedevs.com/provide-login-details/. I will do it for you.

Thank you 🙂

February 24, 2015 at 6:41 pm 37549
Jacek r Jacek r

Just sending my details.
1. Works only when “Custom Attribute” not with my define attributes
2. Can’t find that line, honestly.. 🙁
3. Can You do it (default) “Reviews V Enable Reviews” @optionts
4. …and “Enable Shipping? V Enable shipping options” @shipping (I’m using Dokan Per Product Shipping)

And another topic
1. how to do; at “store listing page” and “store page” hide seller phone number
2. how to show shipping cost at “shop page” when listing product (next to price [£12.50 + £3.50 shipping])
Thanks

February 25, 2015 at 12:53 pm 37612
towhid towhid

Hello Jacek,

I am able to login to your site backend by the login details you provided to me. But I also need ftp details as well. Can you please send the ftp details to me? Without ftp I can not work on your code.

Thank You 🙂

February 25, 2015 at 1:43 pm 37616
Jacek r Jacek r

done

February 25, 2015 at 4:49 pm 37635
towhid towhid

I have got FTP Host and Password but did not get any Ftp username. Can you please send the FTP username.

February 25, 2015 at 6:17 pm 37658
Jacek r Jacek r This reply has been marked as private.
February 26, 2015 at 6:25 pm 37743
towhid towhid

Hello Jacek,

I have added those code to those files in your site which I had provided to you. I have checked your site and noticed that you have created some attribute which are now showing in attribute tab in frontend. And those attribute is not working with html attribute value e.g checked="checked" but only working with “Custom Attribute”.

At last post you have requested to do some customization. But I am really sorry to say that we do not provide any support for customization. Please read our support policy- http://wedevs.com/support-policy/.

I think you should better hire a developer. You can post a job in popular online marketplace.

Thank You 🙂

Viewing 15 Posts - 1 through 15 (of 17 total)