danalydesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hide block of code if featured image existsthis block of code is breaking in the browser I assume because of the tick marks or quotes. For instance the browser is actually rendering ‘medium’.
Forum: Fixing WordPress
In reply to: hide block of code if featured image existsokay, since the code above already has php code there seems to be conflict with quotes and such. What’s the rule in this case?
Forum: Plugins
In reply to: [WooCommerce] Dynamically adjust price in cart or beforeIs there any way to dynamically select either “adult” or “kids” for my design based on what size shirt they chose already and vice-versa, if they choose “shop for adults” by default the adult price will be chosen automatically when they choose a “design type”?
Forum: Plugins
In reply to: [WooCommerce] Dynamically adjust price in cart or beforeokay, I’m catching on here . . .
If I create an attribute called “Design Size” and give it the two terms as “adult” and “kids” I can import those under variations of the product. My customer would still have to choose one or the other and also choose “adult” or “kids” shirt size. Right?
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpI will look into this – I wasn’t aware that it had this functionality out-of-the-box.
Forum: Plugins
In reply to: [WooCommerce] Dynamically adjust price in cart or beforeit’s about the t-shirt site. Here’s the scenario:
A customer clicks on an “Adult” shirt and chooses a specific graphic design to go along with that shirt. We have two different prices for a graphic design which depends on if it is a “Kids” shirt or “Adult” shirt. Same design, just a different price because of the size of the graphic design that has to be printed. So design “A” could be $10 for a kids type shirt and $15 for the same design but for an “Adult” shirt.
I need the “system” to know whether or not the customer has clicked on an Adult or Kids shirt so I can automatically add either 10 bucks or 15 bucks to the price of the shirt in the cart/checkout process.
Make sense now? I don’t want the customer to have to choose “adult” or “kids” when picking the design of the graphic – doesn’t make since and would totally hammer the user experience in my opinion.
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpSo I would make the shirts the actual product and use the above attributes for each graphic design then? I se when using attributes/variations on the product page you only can see a thumbnail of the attribute, in this case the graphic design. Is this correct?
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpBut I’m not aware of how to make the graphic design a selectable attribute while displaying the fact that each graphic design can be 13 different colors too.
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpmaybe some logic that is the shirt is in the “adult” main category, the graphic design will know ahead of time and automatically choose the “adult” price when chosen?
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpNot to mention…each graphic design has two different prices, based on size (adult are 15.00 and kids are 10.00) because the image will be a little bigger and use a little more ink for the adult shirts.
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpCurrently I have each shirt as an individual product and each design as an individual product. The issue is: if I allow the user to pick either a design or a shirt first, they have to add that item to the cart. I still need them to choose the other product, whether it be design or shirt . . .
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpHmm…would I create a separate single attribute for each of the 20 graphic designs? I use Variations Swatches plugin. I could then give each of the Graphic Design the multiple color options either by hex value or thumb. On the “Shirt Style” page, they would see a drop down with a list of each design but how would they choose the design color?
Forum: Plugins
In reply to: [WooCommerce] T-Shirt site helpThanks for that insight. Let me throw in a few more details then. Each shirt has multiple sizes and colors to choose from as well as the graphic design can have up to 13 different colors to choose from. How can you make all of these variables for each shirt/design? Is there a plugin that would work that I’m not aware of?