LAUNCH SALE PRICE

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jul 07, 2014 4:48 am
Reply with quote
Report this post
Hi,

as I make where those prices, I have not even set says appears

"SALE PRICE: $ 24,000
LAUNCH SALE PRICE $ 19,990"

Image
User avatar
Platinum Boarder

teitbite
Wed Jul 09, 2014 3:22 pm
Reply with quote
Report this post
Hi

Please add this to override.css:

Code: Select all
.productdetails-view .product-price strong,
.productdetails-view .product-price .PricepriceWithoutTax,
.productdetails-view .product-price .PricediscountedPriceWithoutTax {
display: none;
}
User avatar
Moderator

GK User
Wed Jul 09, 2014 3:57 pm
Reply with quote
Report this post
Even the text is me

"price discount is available"

I also need to delete

How I can do to make the trip short description appears in this space?
User avatar
Platinum Boarder

GK User
Wed Jul 09, 2014 4:09 pm
Reply with quote
Report this post
ok, as I was, I put

display: none !important;



How I can do to make the trip short description appears in this space?
User avatar
Platinum Boarder

teitbite
Sat Jul 12, 2014 5:11 pm
Reply with quote
Report this post
Hi

Please edit file /html/com_virtuemart/productdetails/default.php and under line 151, which looks like:

Code: Select all
            <div class="product-price" id="productPrice<?php echo $this->product->virtuemart_product_id ?>">


add this line:

Code: Select all
<?php echo $product->product_s_desc; ?>
User avatar
Moderator

GK User
Mon Jul 14, 2014 5:07 pm
Reply with quote
Report this post
was not me, nothing happened

http://gancisplay.cl/v2/el-nuevo-conductor

edit this file, but not on line 151 because there was no such code

Image

I need this description, short description

Image

this space left in the product sample

Image
User avatar
Platinum Boarder

teitbite
Mon Jul 14, 2014 10:30 pm
Reply with quote
Report this post
Hi

Please sendme an access to ftp. I'll see why it's not working.
User avatar
Moderator

GK User
Mon Jul 14, 2014 10:51 pm
Reply with quote
Report this post
Hi
and send him access

thanks
User avatar
Platinum Boarder

teitbite
Wed Jul 16, 2014 8:44 am
Reply with quote
Report this post
Hi

Ok. Now I see. This is a little bit older VM version and The code should be like this:

Code: Select all
                      <?php echo $this->product->product_s_desc; ?>
User avatar
Moderator

GK User
Thu Jul 17, 2014 4:26 pm
Reply with quote
Report this post
... :D

thanks so much!!!


Another thing that I could not solve by setting is that not disappear decimals.

Virtuemart forum have given me signs that I always have, even so, I do not disappear decimals

Can you please help me with this

Image

http://forum.virtuemart.net/index.php?topic=124626.0


url site: http://gancisplay.cl/v2/el-nuevo-conductor
User avatar
Platinum Boarder

teitbite
Fri Jul 18, 2014 3:20 pm
Reply with quote
Report this post
Hi

I do not know how to configure it either, but try to add this small script to /layout/blocks/head.php

Code: Select all
   <script type="text/javascript">
   (function($) {
   $(document).ready(function() {
              $('span.PricesalesPrice').each(function(){
                      $(this).html( $(this).html().replace(',00','') );
              });
   });
   })(jQuery)
   </script>
User avatar
Moderator

GK User
Fri Jul 18, 2014 3:50 pm
Reply with quote
Report this post
ooouuuuwww!! :D

thanks so much!!

finally turned!
User avatar
Platinum Boarder


cron