Almost 4 months

kefaae

Member
hi
I wondering why no sell in my website yet
I spend some money on facebook ads!!

Then I figure it out that is no body can see prices on my website except me!!!! Really?
 

LuisGuerra

New Member
Indeed can't see the prices.

I already saw this issue in the worldofharry.com site . When I wrote support saying that their own site did not have the prices they said that maybe was my iPhone 6. I keep thinking that there might be a bug somewhere.
 

Vslv

New Member
In the source code for this product https://maxeena.com/zohra-brands-wo...leggins-slim-high-waist-leggings-woman-pants/
In the source code there is:
Code:
        <!-- SINGLE -->
    <div class="product-content" itemscope itemtype="http://schema.org/Product">
        <div class="container">
            <form id="form_singleProduct" action=""  method="POST" class="cart-form">
                <input type="hidden" name="post_id" value="144">
                <input type="hidden" name="currency" value="USD"><input type="hidden" name="_price" value="16.49"><input type="hidden" name="_price_nc" value="16.49"><input type="hidden" name="_save" value="3.15"><input type="hidden" name="_save_nc" value="3.15"><input type="hidden" name="savePercent" value="19"><input type="hidden" name="_salePrice" value="13.34"><input type="hidden" name="_salePrice_nc" value="13.34"><input type="hidden" name="price" value="US $16.49"><input type="hidden" name="salePrice" value="US $13.34"><input type="hidden" name="save" value="US $3.15"><input type="hidden" name="currency_shipping" value="USD">                <div class="row">
                    <div class="col-lg-44 col-xs-60 product-content-left">

So some setting is hiding the prices but I couldn't find it yet. I hope that helps somehow.
 
Top