How do you take away the numbers next to the button in nop commerce - nopcommerce

How do I take away the numbers next to my text it display the numbers of products available next to the button text
I have already tried cant get it fixed

Related

I need 2 separate purchase buttons on product page ----> one for simple and one for variations

I am totally stumped in figuring this out and I think I am doing too many extra things in order to fix a simple issue. (I hope)
I am an artist, and I am selling prints and am also offering the original piece for sale on my website. I am trying to figure out how, on the single product page, to add a SEPARATE button that allows the customer to purchase the original piece. I tried adding it as a variable but it is not user friendly and other selections disappear if customers want to go back and select other print options. I do not want the option to purchase the original piece mixed in as a variable. I want it totally separate.
I have created drop down pages for prints and originals on my main site menu but it is messing up when the base ‘shop’ page is clicked because doubles pop up for each product- one is presented as a range in price (the prints) and the other is what the original costs. It is confusing and looks terrible. On top of that, when I try to upload/add new art pieces to either the ‘prints’ or ‘original work’ categories, they don’t show up on either page, they only show up on the ‘base’ shop page.
Is there ANY way to simplify this into removing the ‘prints’ and ‘original works’ subcategories and only have my base ‘shop’ page to display each product, BUT adding a button for the option to ‘purchase original’ along with ‘purchase prints’ on the actual single product page? I have been looking for answers for weeks and haven’t found anything.
Please help!! Thank you so much in advance! I have no clue what I am doing!!!
I have tried adding the 'original' piece into the variations menu and it didn't work correctly. I created subcategories for 'originals' and 'prints' but that is making my base shop page display double products, and when I upload new products and put them in their correct category, they dont go onto those pages, they stay on the base page.
I just want a 'Purchase Original' <---- simple product and a 'Purchase Prints'<----- variable product with size/material options.

Remove out of stock warning and continue shopping with remaining products

I want to remove the out of stock warning from my woocommerce e.g
if I've 5 products in stock and user enter 10 to buy it will not show any warning and put the 5 products in the cart and continue shopping can we do this in woocommerce cause I'm searching from several hours but still find nothing any of you help me how can i do this ?
I am not sure if this is what you want but you can switch of the out of stock messages with a few clicks. In the back end go to:
Woocommerce > Settings > Products. Now click on the blue link "Inventory"(its right below the tabs).
In the inventory screen, scroll down to 'Stock display format' and select the value "never show quantity remaining in stock"
Finish by clicking on "Save Changes".

Woocommerce show more variables in admin area

In Woocommerce within the product edit screen, under variables, I currently have products which have up to 52 options, this is displayed over 4 pages, however I need to increase the number so that I can see all 52 in one page, as I need to move the variable order around but can't move from page to page
There is something in Woocommmerce telling it too only show 20 and pagination, so there must be a way to increase this number
I assume you want to change the number of variations shown per page in the edit screen.
Please add the following code in your functions.php
function update_variations_number(){
return 100; //change your desired number
}
add_filter('woocommerce_admin_meta_boxes_variations_per_page', 'update_variations_number');
You can also double click on the drag icon and manually set the order that way.

Blocks Got Swapped in Drupal

I m using drupal 7 for my project. I created 2 blocks in lower region.
Block name "Testimonials - home page" Another Block name "Video - home page".
The order was correct yesterday. But today Both blocks got swapped. It showing Video block first then Testimonial second.
Since i m new to drupal system, can you suggest to how fix the right order permanently.
It may be because the two blocks have the same weight (position number). To check this go to admin/structure/blocks and click "Show row weights" at the top right. If they both have the same number in the drop-down, change one of them - the lower the number block will appear first.

Woocommerce qty box just adds 1 product

I'm trying to make this work but i cannot solve it. In the single product page i have placed the product details in a tab, but the quantity box is no longer working. I also tried it with a text field, but it constantly adds just one product. Can anybody help me with this?
It seems that the submit button is not taking the amount into account...
Add to cart
Where data-quantity is not updating...

Resources