paulmac![]() 2009-01-03 07:47 | Anyone wanting to run Quick Cart as a Catalog only with no pricing, but the ability to add items to the basket then request a quote, here's how;
<!-- BEGIN PRODUCTS_PRICE --><div class="price"><em>$lang[Price]:</em><strong>$aData[sPrice]</strong><span >$config[currency_symbol]</span></div><!-- END PRODUCTS_PRICE -->
<!-- BEGIN PRODUCTS_PRICE --><div class="price"><em>$lang[Price]:</em><strong>Quote</strong><span>$conf ig[currency_symbol]</span></div><!-- END PRODUCTS_PRICE -->
<td class="price">$aData[sPrice]</td>
<td class="price">Quote</td>
<td class="summary">$aData[sSummary]</td>
<td class="summary">Quote</td>
<td>$aData[sProductsSummary]</td>
<td>Quote</td>
<td id="orderSummary">Quote</td>[/php] /> » Quick.Cart v3.x |
paulmac![]() 2009-01-03 07:55 | whoops! missed a php tag somewhere! Could the moderator delete this post so I can repost, as I can't edit and the missing php tag has added heaps of which may confuse some people. |
Didier312009-01-03 10:25 | Paul, I am working on creating a users forum on Quick Cart (in English) for precisely this, being able to edit posts, create categories, etc. and separate english topics from polish topics. |
paulmac![]() 2009-01-03 11:09 | Didier31, sounds good! If the moderator can't delete/edit my post I'll repost the corrected version. |
beholder2009-01-03 12:39 | Didier, please don't! this could make supporting the software worse, because of dillution of users. Have you thought about that? |
paulmac![]() 2009-01-03 13:27 | *REPOST*
<!-- BEGIN PRODUCTS_PRICE --><div class="price"><em>$lang[Price]:</em><strong>$aData[sPrice]</strong><span >$config[currency_symbol]</span></div><!-- END PRODUCTS_PRICE -->
<!-- BEGIN PRODUCTS_PRICE --><div class="price"><em>$lang[Price]:</em><strong>Quote</strong><span>$conf ig[currency_symbol]</span></div><!-- END PRODUCTS_PRICE -->
<td class="price">$aData[sPrice]</td>
<td class="price">Quote</td>
<td class="summary">$aData[sSummary]</td>
<td class="summary">Quote</td>
<td>$aData[sProductsSummary]</td>
<td>Quote</td>
<td id="carrierCost">$aOrder[sPaymentCarrierPrice]</td>
<td id="carrierCost">Quote</td>
<td id="orderSummary">$aData[sOrderSummary]</td>
<td id="orderSummary">Quote</td>
$aData[sPrice]
Quote
$aData[sSummary]
Quote
$aData[sProductsSummary]
Quote
0.00
to
Quote
$aData[sProductsSummary]
Quote
<td><input type="radio" name="sPaymentCarrier" value="$aData[iCarrier];$aData[iPayment];$aData[fPaymentCarrierPrice]" onclick="countCarrierPrice( this )" alt="radio;$lang['Select_delivery_and_payment']" />$aData[sPaymentCarrierPrice]</td>
<td><input type="radio" name="sPaymentCarrier" value="$aData[iCarrier];$aData[iPayment];$aData[fPaymentCarrierPrice]" onclick="" alt="radio;$lang['Select_delivery_and_payment']" />$aData[sPaymentCarrierPrice]</td>
$aData[sPrice]
Quote
$aData[sSummary]
Quote
$aData[sProductsSummary]
Quote
<!-- BEGIN PRICE --><div id="price"><em>$lang['Price']:</em><strong id="priceValue">$aData[sPrice]</strong><span>$config[currency_symbol]</span></ div><!-- END PRICE -->
<!-- BEGIN PRICE --><div id="price"><em>$lang['Price']:</em><strong id="priceValue">Quote</strong><span>$config[currency_symbol]</span></div><!- - END PRICE -->
|
Didier312009-01-03 16:46 | beholder, let's continue this discussion in the topic I opened for that. QC 3.2 EXT Fr customized de chez |
beholder2009-01-04 16:35 | Paulmac: please try to repost without [ php ] [ / php ] tags. It would be sufficient for those that are looking for a solution. |
closer01![]() 2009-04-20 17:42 | when i try like this, it is written Quote ???? |