Difference between revisions of "How do I configure stock availability on my ecommerce website?"

From Catalyst
Jump to: navigation, search
(Created page with "== Summary == This article explains how the display of stock availability on your website can be controlled. {{Note|text=This article is only applicable to users who have a Cata...")
 
(Bulk update)
 
(26 intermediate revisions by 7 users not shown)
Line 2: Line 2:
 
This article explains how the display of stock availability on your website can be controlled.
 
This article explains how the display of stock availability on your website can be controlled.
  
{{Note|text=This article is only applicable to users who have a Catalyst Platinum O+ E-commerce Store. If you are interested in advertising your stock on-line please {{SalesContact}} for more information.}}
+
{{Ecommerce}}
  
 
== More Information ==
 
== More Information ==
 +
* To configure stock availability on your website log in to [[https://online.catalyst-uk.com Platinum Online]].
 +
This will take you to Platinum Online.
 +
* Click the menu icon in the top-left corner of the page to open the menu, or swipe from left to right if you are using a mobile device or tablet, and go to {{Menu|Administration|eCommerce|Manage Account Levels}}.
  
* Go to {{Menu|Reports & Parameters|Maintenance Options|Platinum O and Catalyst FindIt}}.
+
Select the level of account you want to view or amend from the list (see [[How do I set up account levels on my ecommerce website?]]) and then choose one of the following options:
* Click {{Menu|Online Control Panel}}.
+
 
* Click Manage {{Menu|Store}}.
+
* {{DataPrompt|Hide all stock levels}}: Stock availability will not be displayed in the online store.
* Find the {{Menu|Stock Availability}} section.
+
* {{DataPrompt|Hide zero stock levels}}: Stock quantity available will be calculated as quantity in stock minus quantity on pending sales orders. If this is zero (or below) then stock availability will not be displayed, otherwise the store will display for example {{DataValue|3 in stock}}.
* Choose one of the following options:
+
* {{DataPrompt|Show all stock levels}}: Stock quantity available will be calculated as quantity in stock minus quantity on pending sales orders, and will be displayed as, for example {{DataValue|3 in stock}} or {{DataValue|0 in stock}}.
** {{DataPrompt|Hide all stock levels}}: Stock availability will not be displayed in the online store.
+
* {{DataPrompt|Show result of stock formula}}: (If you have the Web Daemon): A Stock Formula in Platinum will be calculated and its result displayed. This allows you to customise what is displayed to your liking. To use a stock formula, create it in Platinum and then enter its code here:
** {{DataPrompt|Hide zero stock levels}}: Stock quantity available will be calculated as quantity in stock minus quantity on pending sales orders. If this is zero (or below) then stock availability will not be displayed, otherwise the store will display for example {{DataValue|3 in stock}}.
+
** Go to {{Menu|{{ST}}|Reordering|Add or Edit Formulae|Formula Amendments}}.
** {{DataPrompt|Show all stock levels}}: Stock quantity available will be calculated as quantity in stock minus quantity on pending sales orders, and will be displayed as, for example {{DataValue|3 in stock}} or {{DataValue|0 in stock}}.
+
** Enter a new {{DataPrompt|Formula Code}}, for example {{DataValue|WEB1}}.
** {{DataPrompt|Show result of stock formula}}: (If you have the Web Daemon): A Stock Formula in Platinum will be calculated and its result displayed. This allows you to customise what is displayed to your liking. To use a stock formula, create it in Platinum and then enter its code next to {{DataPrompt|Show result of stock formula}}:
+
** Enter a {{DataPrompt|Formula Description}}, for example {{DataValue|Web Availability}}.
*** Go to {{Menu|Stock Control|Reordering|Add or Edit Formulae|Formula Amendments}}.
+
** Enter a formula that results in the text to display on your store, for example:
*** Enter a new {{DataPrompt|Formula Code}}, for example {{DataValue|WEB1}}.
+
 
*** Enter a {{DataPrompt|Formula Description}}, for example {{DataValue|Web Availability}}.
+
<br><code>IF S-A-Q1 >= 0 THEN "In stock" ELSE "Call for availability"</code><br>
*** Enter a formula that results in the text to display on your store, for example:<br><code>IF S-A-Q1 >= 0 THEN "In stock" ELSE "Call for availability"</code><br>This means:
+
 
***;S:is the current quantity in stock,
+
This means:
***;A:is the quantity on pending sales orders,
+
 
***;Q1:is the quantity the online buyer has in their basket (or 1 if they have not added it to their basket yet).
+
**;S:is the current quantity in stock,
 +
**;A:is the quantity on pending sales orders,
 +
**;Q1:is the quantity the online buyer has in their basket (or 1 if they have not added it to their basket yet).
  
 
== See also ==
 
== See also ==
*[[How do I Setup my Carriage Charges?]]
+
* [[How do I configure defaults for my online orders?]]
*[[How do I Edit the Terms on my Website?]]
+
* [[How do I set up account levels on my ecommerce website?]]
*[[How do I Configure Emails from my Website?]]
+
* [[How do I edit the terms on my ecommerce website?]]
*[[How do I Add Items to my Website?]]
+
* [[How do I set the prices to be used on my ecommerce website?]]
*[[How do I Set the Price Code to be used on my Website?]]
+
* [[How do I add items to my ecommerce website?]]
  
{{KB_Tags|Platinum Online, Platinum O+, Website, e-commerce, ecommerce, trade, shop, tradeshop}}{{KB_POnline}}
+
{{KB_Tags|platinum online, platinum o+, website, e-commerce, ecommerce, trade, shop, tradeshop}}
 +
{{How}}{{Hint}}{{KB_PlatinumO}}{{KB_OP}}

Latest revision as of 05:33, 19 June 2019

Summary

This article explains how the display of stock availability on your website can be controlled.

This article is only applicable to users who have a Catalyst Platinum O+ ecommerce store. If you are interested in advertising your stock on-line please Contact your Platinum dealer or our sales team on 0116 230 1500 or by using our website sales contact page for more information

More Information

  • To configure stock availability on your website log in to [Platinum Online].

This will take you to Platinum Online.

  • Click the menu icon in the top-left corner of the page to open the menu, or swipe from left to right if you are using a mobile device or tablet, and go to " Administration eCommerce Manage Account Levels".

Select the level of account you want to view or amend from the list (see How do I set up account levels on my ecommerce website?) and then choose one of the following options:

  • "Hide all stock levels": Stock availability will not be displayed in the online store.
  • "Hide zero stock levels": Stock quantity available will be calculated as quantity in stock minus quantity on pending sales orders. If this is zero (or below) then stock availability will not be displayed, otherwise the store will display for example '3 in stock'.
  • "Show all stock levels": Stock quantity available will be calculated as quantity in stock minus quantity on pending sales orders, and will be displayed as, for example '3 in stock' or '0 in stock'.
  • "Show result of stock formula": (If you have the Web Daemon): A Stock Formula in Platinum will be calculated and its result displayed. This allows you to customise what is displayed to your liking. To use a stock formula, create it in Platinum and then enter its code here:
    • Go to " Stock Control Reordering Add or Edit Formulae Formula Amendments".
    • Enter a new "Formula Code", for example 'WEB1'.
    • Enter a "Formula Description", for example 'Web Availability'.
    • Enter a formula that results in the text to display on your store, for example:


IF S-A-Q1 >= 0 THEN "In stock" ELSE "Call for availability"

This means:

    • S
      is the current quantity in stock,
      A
      is the quantity on pending sales orders,
      Q1
      is the quantity the online buyer has in their basket (or 1 if they have not added it to their basket yet).

See also


Feedback
Thank you for using our Knowledge Base, we value your feedback. Did you find this article useful? 'Yes' or 'No'
Keywords AND Misspellings
platinum online, platinum o+, website, e-commerce, ecommerce, trade, shop, tradeshop