ISSUE UNIT PRICE IN QUARK CART

Support desk for Multipurpose Quark Theme
GK User
Wed Dec 30, 2015 7:26 pm
Hello, why the quark template don´t show the unit prices in the cart?
do you think that this is not importn?
I think this is very importn for the customer knows their prices and and facilitate customer accounts before buying and displaying the unit price. for example is the customer buy some quantity products, they need to know Price, you know? same allthe time in virtuemart - shooping cart online stores.
we need in quark template cart = Price / quantity -update / vat / discount / Total
please infor us how is posible to have this Price?
see my attached picture
thanks in advanced
Jose Navarro
User avatar
Fresh Boarder

teitbite
Fri Jan 01, 2016 1:22 pm
Hi

Please try rename /html/com_virtuemart/cart folder to /html/com_virtuemart/_cart to check if prices are removed by template or are not provided by VM.
User avatar
Moderator

GK User
Sun Jan 03, 2016 11:32 pm
HELLO: HAPPY NEW YEAR

yes we know this, we tryed many times to off override, but we have issue in remove and actualized picture

we have many star and not posible to see the actualized buttons, not working.

please see our picture in attached file

Thanks

Jose
User avatar
Fresh Boarder

teitbite
Wed Jan 06, 2016 11:24 am
Hi

Are You sure VM is configured to show this price ? I've checked the code and it's quite straight there:

Code: Select all
                    <?php
      if (VmConfig::get ('checkout_show_origprice', 1) && $prow->prices['discountedPriceWithoutTax'] != $prow->prices['priceWithoutTax']) {
         echo '<span class="line-through">' . $this->currencyDisplay->createPriceDiv ('basePriceVariant', '', $prow->prices, TRUE, FALSE) . '</span><br />';
      }

      if ($prow->prices['discountedPriceWithoutTax']) {
         echo $this->currencyDisplay->createPriceDiv ('discountedPriceWithoutTax', '', $prow->prices, FALSE, FALSE);
      } else {
         echo $this->currencyDisplay->createPriceDiv ('basePriceVariant', '', $prow->prices, FALSE, FALSE);
      }
      ?>


if one price is not provided it should show the other. I'll let programmers know about it. Will let You know when they will answer.
User avatar
Moderator

teitbite
Thu Jan 07, 2016 4:54 pm
Hi

Programmers fixed it in demo in virtuemart configuration in "Pricing" tab by setting "Discounted Price without tax" as enabled.


https://github.com/GavickPro/Quark/issu ... -169488846
User avatar
Moderator

GK User
Fri Jan 08, 2016 9:53 am
good morning,

yes, in your demo now is working, but how is posible to repair in our web page?

I add prices discount without vat, but our web page is the same, we continius havent price in cart?

please see our pictures in attached files, it´s posible you will explain us better.

thanks and sorry not undestand 100 %

Jose
User avatar
Fresh Boarder

teitbite
Mon Jan 11, 2016 2:37 pm
Hi

Please try update template to the latest version maybe. Literally all the change we did make it was work in demo was just enable "Discounted Price without tax" in VM settings.
User avatar
Moderator


cron