Woocommerce questions

Posted in: Newspaper
Post count: 73

Hi!

I have 2 questions:

1. How to change the color scheme of Woocommerce plugin?

2. At the moment, the product photos are opened by direct url address. I’d like it to be like a pop-up gallery.

https://yadi.sk/i/cxEiE3xGUYqyMQ

Post count: 35449

Hi,

1. You can use a plugin like WooCommerce Colors -> https://wordpress.org/plugins/woocommerce-colors/

2. You can use a plugin like
Download
WooCommerce Additional Variation Images Gallery -> https://wordpress.org/plugins/woo-variation-gallery/

Thank you for the understanding.

Post count: 73

1. all edits are made only through third-party plugins?

2. Is it possible to make a shortened order form in woocommerce, so that the buyer only chose the product, the quantity of the product and the city?

Post count: 35449

Hi,

1. If you have set a page for shop, then you can customize a part of the woocommerce https://www.screencast.com/t/ucI0qux7T9
Also is possible with custom css and WooFramework Shortcodes -> https://docs.woocommerce.com/document/shortcodes/

2. Shortcodes included with WooCommerce
WooCommerce One Page Checkout

Thank you for your understanding.

Post count: 73

it didn’t help me in any way. is it possible to write a specific solution and not links to manuals?

1. Change colors of buttons in woocommerce

2. Make sure that the photo of the goods do not open on separate URLs of the library.

3. Make a short order (Name, City, phone)

Post count: 35449

Hi,

If this is what you looking for https://www.screencast.com/t/gWnEHJyn , then please add this custom css in Newspaper> Theme panel> Custom code> Custom css :
.woocommerce ul.products li.product .button {
width: 100%;
font-size: 120%;
text-align: center;
background-color: gray;
}

For question tow please make sure that you set correctly the products https://www.screencast.com/t/I8HzobACj4XI

3. Make a short order (Name, City, phone) unfortunately I don’t think you can do a list so short of check.

Thank you for your understanding.

Post count: 73

thanks for the advice, but it’s not what I need.

1. This code only works to change the color of the button on the store page. It does not work to change the color of such parameters as: product rating, color of the order button on the personal product page, font color of the product price, “add to cart” button, etc.

How can I add code to change the colors of all these items on all pages (not just the store page).

2. I’m doing everything properly in filling in the information about the product. Even on your template images opens like this: https://demo.tagdiv.com/newspaper_tech/wp-content/uploads/2013/06/poster_5_up.jpg. Couldn’t you have done that, simply leafing through pictures in the gallery???

3. Woocommerce has a very long list of fields to order. Can’t they be configured by editing a file in the plugin?

Post count: 35449

Hi,

1. Please replace above custom css for woocommerce with this one:
.woocommerce ul.products li.product .button,
.single-product .product .summary .cart .button{
font-size: 120%;
text-align: center;
}
.woocommerce ul.products li.product .button {
width: 100%;
}
.single-product .product .summary .cart .button{
margin: -2px 0 0 0;
width: 80%;
}
@media (max-width: 1019px){
.single-product .product .summary .cart .button{
width: 70%;
}
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.wc-proceed-to-checkout .button,
.coupon .button,
.woocommerce ul.products li.product .button,
.single-product .product .summary .cart .button{
background: gray!important;
}

You can change the color if you want.
https://www.screencast.com/t/50ldnbh79
https://www.screencast.com/t/cJjNaHRO
https://www.screencast.com/t/n6FCWaGYEKap

2. Please be notice that the woocommerce is a plugin, is not integrate in our theme ( what I want to say is that our theme is not made for shop, you need to use this plugin for that ).

3. I think that can be done, but you need to have some skills to do that, because is possible to make some changes in the plugin and after that, the plugin will be damage and will crash.

Thank you for your understanding.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.