Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3668264
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:06:06+00:00 2026-05-19T02:06:06+00:00

In my Magento store I have it set up to allow backorders on some

  • 0

In my Magento store I have it set up to allow backorders on some products. When these items are out of stock they still show as ‘In Stock’ on the product page but the user gets notified when they visit the cart that the item is on backorder.

I would like to change the product page so it also shows there that the item is on backorder in place of the ‘In Stock’ text.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:06:07+00:00Added an answer on May 19, 2026 at 2:06 am

    In the file template/catalog/product/view/type/simple.phtml (and the same for bundled, configurable, grouped and virtual – you must override them all) there is some code that looks like this:

    <?php if($_product->isSaleable()): ?>
        <p class="availability in-stock"><?php echo $this->__('Availability:') ?>
        <span><?php echo $this->__('In stock') ?></span></p>
    

    My guess is you need to change it a bit like this:

    <?php if($_product->isSaleable()): ?>
        <p class="availability in-stock"><?php echo $this->__('Availability:') ?>
        <span><?php echo $this->__($_product->isInStock() ? 'In stock' : 'On Backorder') ?></span></p>
    

    Do a search of all template files for “availability” to see the various places that might need fixing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have multi-store Magento installation, and different product prices are set in different stores.
Hope someone can help me with this.. I have a magento store up&running, via
I've set up the following multi site structure in Magento (1.3.2.4); Site | Store
I am just starting out with Magento and have two requirements for a private
In my Magento store I have created a new attribute with an attribute code
I have developed a custom search engine for our Magento store and I am
I have extended Magento’s customer information form to store an additional attribute for customer.
We have a Magento store setup and under version control, we'd like to setup
I have the below code in my Magento store it adds the customers address
I have a magento store that sells glasses, clothing etc. The problem is that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.