Jump to content
thirty bees forum

[Free Theme] Niara - Thirty Bees theme


Recommended Posts

Posted
43 minutes ago, veganline said:
 

Anyone reading this might want a lazy version of Zen's solution. It works on Chrome desktop and I guess on most browsers. It is a bit of style sheet to add from the back office, over-riding the styles that need changing rather than editing them.
Back > modules and services > custom code | add css


/* Niara 1.1 patch to make radio buttons work */
input[type="checkbox"] input[type="radio"] .attribute_radio .attribute_list {
cursor:pointer;
opacity:0;
position:absolute;
width:auto!important;
float:none!important;
margin:auto;
right:auto;
left:auto;
}

Another solution is to download latest version of niara theme from github. This (and many more issues) are already fixed there

 

  • Like 1
  • 1 month later...
Posted
On 1/20/2020 at 10:20 AM, Chandra said:

..., TB has a feature to alert the customer that a different pack size/combination is in stock when a different combination is clicked.

I don't see that working on my Niara based shop. Can you please advise if this is a theme thing and can be fixed easily?

I wanted to bump this topic to see if anyone sees this issue and have a way out.

I think the right behavior would be for products with at least one attribute in stock to show the 'Add to cart' button and then lead/let the user select an available attribute on the product page.

Currently it simply says the product is out of stock even if some attributes are in stock.

  • 4 weeks later...
Posted (edited)

I dug a little more with the Community theme and the Niara themes.

The community theme has this nice feature to show a message similar to "Product available with different options" when the product has multiple combinations and one of them is in stock, both on the product list and product pages (pics - I have tweaked the translations a bit). This seems to be missing in Niara, which is otherwise a lovely theme a lot of us have adopted.

A couple of questions:

@tommat Would it be possible to kindly port this feature to Niara? It would be a great addition if so.

In general, can I also ask TB team if both community and Niara themes will be maintained or if there is guidance to use one over the other?

Edit: I will answer my own question for anyone else looking for this feature.

I found the code is also available in Niara and the messages are being hidden in css. You can show these messages by adding the following lines to custom code.

.product-actions-container .availability {
  display: inline;
}
#availability_statut {
    display: inline !important;
}
.label-success {
    display: none;
}
.label-danger {
    display: none;
}

 

Edited by Chandra
Posted

Don't know if it is just me ..But viewing the shopping cart in heading (Basket Icon) there is no way to remove items..Is this correct or should I be able to delete items

Capture.JPG

Posted (edited)

Would it be easy to replace as I think it is quite important. You have to go to cart remove then back to products

Edited by AndyC
  • Like 1
Posted

Customers who want to delete some products from the cart will delete anyway.

My take is to keep the delete buttons available in the cart dropdown. Thanks.

Posted
19 hours ago, Chandra said:

Customers who want to delete some products from the cart will delete anyway.

Yes. But not those who click this x by accident. And that happens quite easily, because this x looks like a close-dialog-button.

  • Like 2
Posted

In addition to what @Traumflug said, the fact that you are able to delete a record from the cart  header is a matter of debate btween merchants. they don't want it to TOO easy to access... presumebly it has to do with the customer psychology and "help him maintain" his decision de buy the product.

I'm no expert but I'd say it depends on your customers; if they are for example tech junkies, they may get frustrated and you'd better take undo that commit, otherwise it's best to stick with the THIRTYBEES well-thought roadmap. your Call.

Posted

Indeed. I have been receiving calls on how to delete products from the cart of late, and never realized it is to do with my switch to Niara theme!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...