Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tango

Pages: [1]
1
Hi everyone,

For those that are looking for the perfect classifieds software, the newly released Osclass Enterprise is the obvious choice.
It is highly customizable and can be tailored to suit the specific needs of your business or niche. Whether you are looking to create a classifieds site for real estate, vehicles, jobs, or any other category, Osclass Enterprise can be customized to meet your requirements.
You can check it out here: https://github.com/MercanoG/Osclass-Enterprise

But that's not all, this release comes with its own Themes and Plugins Marketplace - Enterprise Classifieds, that contains only the highest quality products.

Take your online business to the next level with https://enterprise-classifieds.com/

2
Market Price with Discount / Re: Home page discount display
« on: November 30, 2021, 11:45:46 AM »
Hello,

I'm having the same issue.
I've tried everything and still the function doesn't appear on the homepage, it works only for the item page.

My loop-single.php code is:
Code: [Select]
<?php if (osc_price_enabled_at_items() && osc_item_price() != "") : ?>
    <div class="overlay overlay-top overlay-left-0 overlay-price">
        <span class="bg-dark text-inverse p-sm d-b font-secondary loop-item-price">
            <?php echo osc_format_price(osc_item_price()); ?>
        </span>
        <?php if(function_exists('osc_mrp_number')) { osc_mrp_number(); } ?>
    </div>
<?php endif; ?>

I guess the issue is that the function doesn't fetch the item id on the homepage, that's why it probably returns empty.

Can you please guide me on how to fix it (testing on localhost)?
Thanks!

Pages: [1]