Have two product prices...
Hello,,,
I like to show Price($5.00) per unit on Product Page.
and ADD TO CART Page will show $30.00 for Prepack 6 pcs. Per unit.
I'm looking at Add product options PAGE....
I need advice...
thanks for reading
Hello,,,
I like to show Price($5.00) per unit on Product Page.
and ADD TO CART Page will show $30.00 for Prepack 6 pcs. Per unit.
I'm looking at Add product options PAGE....
I need advice...
thanks for reading
add an advanced option for the prepack 6 pieces, and set the price for the prepack option to 30
Thanks but little more help.
Prepack is not OPTION, they have to buy 6 pcs.
I wonder if I could removed this Price sign on product picture.
Can I????
thanks again
The details page is generated by the webassist/plugins/catalog/details.php
you can remove the currency symbol before the price by editing:
Price: <?php echo($WAGLOBAL_CurrencySymbol); ?>
to:
Price: <?php //echo($WAGLOBAL_CurrencySymbol); ?>
I think if you wanted to show a per unit price for the product, you should add it to the Short or Long description field.
I will add the Per unit price and Prepack price in the Short and Long description field.
Is it too much work to show unit price on Product Page with image and Prepack price will show on Long description field with Quantity.....
Sometime I'm afraid that asking you too much...
thanks for your time...
Please find my mistake.
I changed the code
Price: <?php echo($WAGLOBAL_CurrencySymbol); ?>
to
Price: <?php //echo($WAGLOBAL_CurrencySymbol); ?>
As you see here but still show "currency symbol "
<span class="ProductPrice">Price: <?php //echo($WAGLOBAL_CurrencySymbol); ?><span id="ProductPrice"><?php echo number_format($row_WADAProducts["ProductPrice"], 2); ?></span></span>
<span id="retailRow" class="ProductRetailPrice errorText" <?php
thanks for reading
send a link where i can see the problem please
that page is genarted by the webassist/plugins/catalog/results_grip.php page.
remove all references to the $WAGLOBAL_CurrencySymbol from that page.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.