LAUNCH SALE PRICE
Rate this topic: 




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"

as I make where those prices, I have not even set says appears
"SALE PRICE: $ 24,000
LAUNCH SALE PRICE $ 19,990"

-
- Platinum Boarder
- teitbite
- Wed Jul 09, 2014 3:22 pm
- Reply with quote
- Report this post
Hi
Please add this to override.css:
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;
}
-
- 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?
"price discount is available"
I also need to delete
How I can do to make the trip short description appears in this space?
-
- 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?
display: none !important;
How I can do to make the trip short description appears in this space?
-
- 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:
add this line:
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; ?>
-
- 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

I need this description, short description

this space left in the product sample

http://gancisplay.cl/v2/el-nuevo-conductor
edit this file, but not on line 151 because there was no such code

I need this description, short description

this space left in the product sample

-
- 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.
Please sendme an access to ftp. I'll see why it's not working.
-
- Moderator
- GK User
- Mon Jul 14, 2014 10:51 pm
- Reply with quote
- Report this post
Hi
and send him access
thanks
and send him access
thanks
-
- 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:
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; ?>
-
- Moderator
- GK User
- Thu Jul 17, 2014 4:26 pm
- Reply with quote
- Report this post
...
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

http://forum.virtuemart.net/index.php?topic=124626.0
url site: http://gancisplay.cl/v2/el-nuevo-conductor

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

http://forum.virtuemart.net/index.php?topic=124626.0
url site: http://gancisplay.cl/v2/el-nuevo-conductor
-
- 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
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>
-
- Moderator
- GK User
- Fri Jul 18, 2014 3:50 pm
- Reply with quote
- Report this post
ooouuuuwww!!
thanks so much!!
finally turned!

thanks so much!!
finally turned!
-
- Platinum Boarder
12 posts
• Page 1 of 1