I only see code when I click on the view. How do I replace it in the code?
The way my store is set up now is like this:
When a customer chooses a book, he can choose from one of three formats: pdf, epub, or mobi (or it may be just one format available). Each of those formats has the same price, which varies according to the price set by the author.
I'd like to set it up so that my vendors can upload their file(s) in one, two, or all three of those formats for the customer to choose from, and then select from a list of prices for the book, which are free, $0.99, $1.99, $2.99, or $3.99.
When the customer sees a book he wants to buy, he'll choose a format for that book and then it's added to the cart.
Does this make sense? If you'll look at
the-authors-club.com/index.php/component...ct/302-yours-forever
, you can see where the customer has 2 formats to choose from and then that chosen format is added to the cart.
Right now, I'm manually adding the books myself, but I have the HikaMarket so that my authors (vendors) can do it themselves. I use Characteristics to add the formats.