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

From Catalyst
Jump to: navigation, search
m
(Bulk update)
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Warning|title=PLEASE NOTE|text=For this feature to work your Platinum system must be up to date (This feature was released 28th May 2012). For help on how up to date your Platinum system is please click [[How do I Check When I last had a Platinum Update?|Here]], to download and update click [[Downloading a Platinum Update|Here]] and for any extra assistance\questions please {{SupportContact}}.}}
 
 
 
== Summary ==
 
== Summary ==
 
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 ==
Go to {{Menu|Reports & Parameters|Maintenance Options|Platinum O and Catalyst FindIt}}.
+
* To configure stock availability on your website log in to [[https://online.catalyst-uk.com Platinum Online]].
* Click {{Menu|Online Control Panel}}.
+
This will take you to Platinum Online.
* Click Manage {{Menu|Store}}.
+
* 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}}.
* Find the {{Menu|Manage Account Levels}} section.
 
  
Use the {{DataPrompt|Account Level}} drop-down box to select the level of account you want to view or amend (see [[How do I Set Up Account Levels on my Website?]]) and then choose one of the following options:
+
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:
  
 
* {{DataPrompt|Hide all stock levels}}: Stock availability will not be displayed in the online store.
 
* {{DataPrompt|Hide all stock levels}}: Stock availability will not be displayed in the online store.
Line 18: Line 15:
 
* {{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|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|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|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 {{Menu|Stock Control|Reordering|Add or Edit Formulae|Formula Amendments}}.
+
** Go to {{Menu|{{ST}}|Reordering|Add or Edit Formulae|Formula Amendments}}.
 
** Enter a new {{DataPrompt|Formula Code}}, for example {{DataValue|WEB1}}.
 
** Enter a new {{DataPrompt|Formula Code}}, for example {{DataValue|WEB1}}.
 
** Enter a {{DataPrompt|Formula Description}}, for example {{DataValue|Web Availability}}.
 
** Enter a {{DataPrompt|Formula Description}}, for example {{DataValue|Web Availability}}.
** 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:
+
** 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,
 
**;S:is the current quantity in stock,
 
**;A:is the quantity on pending sales orders,
 
**;A:is the quantity on pending sales orders,
Line 27: Line 29:
  
 
== See also ==
 
== See also ==
*[[How do I Set Up Account Levels on my Website?]]
+
* [[How do I configure defaults for my online orders?]]
*[[How do I Setup my Carriage Charges?]]
+
* [[How do I set up account levels on my ecommerce website?]]
*[[How do I Edit the Terms on my Website?]]
+
* [[How do I edit the terms on my ecommerce website?]]
*[[How do I Configure Emails from my Website?]]
+
* [[How do I set the prices to be used on my ecommerce website?]]
*[[How do I Add Items to my Website?]]
+
* [[How do I add items to my ecommerce website?]]
*[[How do I Set the Price Code to be used on my 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