#41  
Old 07-03-2012, 08:45 AM
comanda's Avatar
comanda comanda is offline
Junior Member
 
Join Date: Mar 2011
Posts: 12
Default

Hello,

I`v used this css code to hide prices for products in Category1 and it works. But in product description page the prices is displayed (Thanks Maya)

div.ecwid-productBrowser-CategoryPage-749204 div.ecwid-productBrowser-price {
display:none;

Then, i`v tried the codes and css mentioned by Maya and Eugene, but the prices are still displayed in the product description page for products in category1.

If i could hide all prices that are equal to 0.00 from the store (list and product description) would be great. I tried the code Eugene provided but it doesn`t seem to work for me (https://gist.github.com/2725680)

I would like to kindly ask you to resume all that was said in this thread: If i don`t want to display the prices for product in Category1 (only the prices), not just in list view but also on product detail page what line of code should we use in the end, Maya`s or Eugene`s code? And what is the final version of the code. The thread is very confusing. I hope a "general solution - just copy paste it in the proper section of your site" exists If not, i guess i`ll just settle with the css code that Maya so kindly provided

Kind regards,

Sergiu

Last edited by comanda; 07-03-2012 at 09:37 AM.
Reply With Quote
  #42  
Old 07-11-2012, 05:45 PM
Eugene Rimmer's Avatar
Eugene Rimmer Eugene Rimmer is online now
Ecwid Team
 
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,492
Default

Quote:

If i could hide all prices that are equal to 0.00 from the store (list and product description) would be great. I tried the code Eugene provided but it doesn`t seem to work for me (https://gist.github.com/2725680)
Where did you use that code?
__________________
Eugene Efimochkin, Team
_________________________
Shipping methods are not showing up? Here is how to set it up properly!
Have a question? Look up the answer at our help portal!

⬇ Click Thanks, please, if this reply helped you.
Reply With Quote
  #43  
Old 07-11-2012, 05:51 PM
comanda's Avatar
comanda comanda is offline
Junior Member
 
Join Date: Mar 2011
Posts: 12
Default

I`v created a page where i tested the code. I have inserted the code in the editor in the html tab
Reply With Quote
  #44  
Old 07-12-2012, 08:38 AM
Eugene Rimmer's Avatar
Eugene Rimmer Eugene Rimmer is online now
Ecwid Team
 
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,492
Default

Quote:
Originally Posted by comanda View Post
I`v created a page where i tested the code. I have inserted the code in the editor in the html tab
Sure. But can you please give the URL address of the page you are talking about?
__________________
Eugene Efimochkin, Team
_________________________
Shipping methods are not showing up? Here is how to set it up properly!
Have a question? Look up the answer at our help portal!

⬇ Click Thanks, please, if this reply helped you.
Reply With Quote
  #45  
Old 07-24-2012, 06:23 PM
sweet mill's Avatar
sweet mill sweet mill is offline
Junior Member
 
Join Date: Jul 2012
Posts: 1
Default

how do you hide the price from the detail page?
Reply With Quote
  #46  
Old 07-25-2012, 08:00 AM
Maya's Avatar
Maya Maya is online now
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,829
Send a message via Skype™ to Maya
Default

Quote:
Originally Posted by sweet mill View Post
how do you hide the price from the detail page?
In order to hide price from product detailed page you should add following code in the end of your CSS theme:
Code:
div.ecwid-productBrowser-details div.ecwid-productBrowser-price {
   display: none;
}
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

⬇ Please press the "Thanks" button if you find my post useful.
Reply With Quote
The Following User Says Thank You to Maya For This Useful Post:
Yo Lo Compro (08-27-2012)
  #47  
Old 08-27-2012, 03:30 PM
Yo Lo Compro's Avatar
Yo Lo Compro Yo Lo Compro is offline
Junior Member
 
Join Date: Jun 2012
Posts: 5
Default

Hi,thanks for your powerful help.
i would like to hide main product and detailed product price,moreover disable the "drag to bag" from main product page.
tried Mayas last one but only disables detailed product page.
henry.
Update:could disable prices with Qetzal`s CSS code,just need to disable "drag to bag"from main product page.

Last edited by Yo Lo Compro; 08-27-2012 at 03:37 PM.
Reply With Quote
  #48  
Old 08-28-2012, 12:40 PM
Maya's Avatar
Maya Maya is online now
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,829
Send a message via Skype™ to Maya
Default

Quote:
Originally Posted by Yo Lo Compro View Post
Hi,thanks for your powerful help.
i would like to hide main product and detailed product price,moreover disable the "drag to bag" from main product page.
tried Mayas last one but only disables detailed product page.
henry.
Update:could disable prices with Qetzal`s CSS code,just need to disable "drag to bag"from main product page.
Unfortunately, it is not possible to disable drug-n-drop functionality in common. However, you can hide your mini cart using following code in your custom CSS theme:
Code:
div.ecwid-minicart {
 display:none !important;
}
In this case customer will not be able to add product to the cart.
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

⬇ Please press the "Thanks" button if you find my post useful.
Reply With Quote
  #49  
Old 08-28-2012, 01:08 PM
Qetzal's Avatar
Qetzal Qetzal is offline
Ecwid Team
 
Join Date: Sep 2009
Posts: 11,009
Default

Quote:
it is not possible to disable drug-n-drop functionality in common.
If the place where you drop items (i.e. minicart) is hidden or removed, then Ecwid disables drag-n-drop functionality automatically.
__________________
Eugene Kaznacheev
Ecwid Team

@ecwid | Facebook Page | Ecwid Knowledge Base
Reply With Quote
  #50  
Old 04-22-2013, 01:12 PM
Silver Cruises's Avatar
Silver Cruises Silver Cruises is offline
Junior Member
 
Join Date: Apr 2013
Posts: 2
Default

Hi,
is it possible to remove the gray block and category picture from the product page. And also how to show the slider ( through Wordpress) only on the home page and not on the category or product pages.
Much appreciated,
thanks,
Motti
Reply With Quote
Reply

Tags
remove price

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:17 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.