eszeein2
-
Posts
2 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by eszeein2
-
-
I have an order of someone local who paid for shipping. On my way to the post office, I happened by them and just gave them their package. I understand that I will get refunded for the label 15-31 days after it is not being used and I can refund the customer for the shipping they paid, but what are my options for completing this order? How do I mark their order as shipped and delivered without the tracking completing the order?
Inventory and packs
in Setting up your store
Posted · Edited by eszeein2
added additional code for hide price
You can achieve something like this by using Product Blocks.
What I did was create an item with the name Bundle. In the Additional Info section, I added Product Blocks for each item. Here are the Design settings I chose: Image-NO, Title-YES, Price-YES, Description-YES, Add to Cart Button-YES, Product Quick View-YES. For the Bundle item, I added a Tag called " hidecart " and a Tag called " hideprice ". Then in the Custom CSS code, I added this:
/* Hide the add-to-cart button */
.tag-hidecart .ProductItem-summary .ProductItem-details {
.sqs-add-to-cart-button-wrapper, .product-quantity-input {
display: none;
}
}
/*Hide the price on product page */
.tag-hideprice .product-price {
display: none;
}
Checkout the end result:
Levenji Site Diaper Bag Bundle