EV-OldVersion: Difference between revisions

From CasperTech Wiki
Jump to navigation Jump to search
Line 20: Line 20:
* If you use local vendor or folder deliveries, customers will be unable to claim redeliveries using the automatically created products. However, you can edit the product on the web interface and set an item for redelivery.
* If you use local vendor or folder deliveries, customers will be unable to claim redeliveries using the automatically created products. However, you can edit the product on the web interface and set an item for redelivery.


= '''<span style="color:#00528c">How to use</span>''' =
='''<span style="color:#00528c">E2V Migration: Drop-N-Go</span>''' =
 
=='''<span style="color:#00528c">E2V Migration: Drop-N-Go</span>''' ==


:# If you use the E2V Inventory Server, drop the "CasperTech DropBox" script into each E2V Inventory Storage box.
:# If you use the E2V Inventory Server, drop the "CasperTech DropBox" script into each E2V Inventory Storage box.
Line 30: Line 28:
That's it!
That's it!


=='''<span style="color:#00528c">E2V Migration: Fresh Setup</span>''' ==
='''<span style="color:#00528c">E2V Migration: Fresh Setup</span>''' =


=== Create Your Settings Notecard ===
== Create Your Settings Notecard ==
----
----
The Store Controller's settings note card contains the options for the vendors you have on THAT sim/region.
The Store Controller's settings note card contains the options for the vendors you have on THAT sim/region.
Line 62: Line 60:
</pre>
</pre>


==== Defaults ====
=== Defaults ===
----
----
'''N-Reward''' <br />Specifies the default non-group buyer's reward value to be used for each vendor, if the value is not specified either on the vendor, or in the vendor's price group. This value can be either a percentage (if you include the % sign) or an absolute value. Leave this blank, or use a 0, to prevent any default value from being used.
'''N-Reward''' <br />Specifies the default non-group buyer's reward value to be used for each vendor, if the value is not specified either on the vendor, or in the vendor's price group. This value can be either a percentage (if you include the % sign) or an absolute value. Leave this blank, or use a 0, to prevent any default value from being used.
Line 68: Line 66:
'''G-Reward'''<br />Specifies the default buyer's reward value to be used for each vendor when the customer has the same group tag active that the vendor object is set to, if the value is not specified either on the vendor, or in the vendor's price group. This value can be either a percentage (if you include the % sign) or an absolute value.
'''G-Reward'''<br />Specifies the default buyer's reward value to be used for each vendor when the customer has the same group tag active that the vendor object is set to, if the value is not specified either on the vendor, or in the vendor's price group. This value can be either a percentage (if you include the % sign) or an absolute value.


==== Price Groups ====
=== Price Groups ===
----
----


Line 103: Line 101:
</pre>
</pre>


==== Sales ====
=== Sales ===
----
----




==== Splits ====
=== Splits ===
----
----


=== Create Your Store Controller ===
== Create Your Store Controller ==
----
----
This object will control the settings for the region THAT controller is on.  
This object will control the settings for the region THAT controller is on.  




=== Create Your DropBox ===
== Create Your DropBox ==
----
----



Revision as of 01:20, 16 April 2018

EasyVend is an expansion pack for CasperVend, which provides rapid setup of products and vendors in-world with no website access required.

It's designed as a drop-in replacement for E2V vendor scripts, however, E2V is not required - EasyVend can be used out of the box.

Features

  • Drop-in replacement for E2V vendor scripts
  • Drop-in replacement for E2V store controller to support profit splits, sales, price groups
  • Drop-in replacement for E2V inventory server for remote delivery
  • Obeys E2V naming rules for item matching
  • Supports DropBox delivery, local vendor delivery and folder delivery
  • Automatically creates products in the CasperVend system

Caveats

  • NOT SUPPORTED: E2V's "partners" feature
  • The EasyVend does not display textures - if you want automatic texture management use the full CasperVend
  • You can't manage what displays on the vendor from the web
  • You can't manage profit shares or store credit awards from the web
  • If you use local vendor or folder deliveries, customers will be unable to claim redeliveries using the automatically created products. However, you can edit the product on the web interface and set an item for redelivery.

E2V Migration: Drop-N-Go

  1. If you use the E2V Inventory Server, drop the "CasperTech DropBox" script into each E2V Inventory Storage box.
  2. Drop the "CasperVend2 EasyVend Store Controller" script into your E2V Store Controller
  3. Remove the E2V scripts from each vendor you wish to convert, and replace them with the "CasperVend2 EasyVend".

That's it!

E2V Migration: Fresh Setup

Create Your Settings Notecard


The Store Controller's settings note card contains the options for the vendors you have on THAT sim/region.

The note card is roughly divided up into 4 sections:

  • Defaults
  • Splits
  • Sales
  • Price Groups

For example:

# Defaults
N-Reward=2%
G-Reward=5%

# Splits
Split=

# Sales
Sale=
ExcludedGroups=
SpendCreditDuringSale=false
EarnCreditDuringSale=false

# Price Groups
PriceGroup=one,50
PriceGroup=two,100

Defaults


N-Reward
Specifies the default non-group buyer's reward value to be used for each vendor, if the value is not specified either on the vendor, or in the vendor's price group. This value can be either a percentage (if you include the % sign) or an absolute value. Leave this blank, or use a 0, to prevent any default value from being used.

G-Reward
Specifies the default buyer's reward value to be used for each vendor when the customer has the same group tag active that the vendor object is set to, if the value is not specified either on the vendor, or in the vendor's price group. This value can be either a percentage (if you include the % sign) or an absolute value.

Price Groups


Price groups allow you to define a single set of vendor options, in one place, then use those options on as many different vendors as you want. Changes to the price group only need to made to the group itself (in the settings notecard) and all vendors using THAT group will be updated automatically.

You can also put specific groups on sale simply by changing their prices, while the rest of your products remain unchanged.

Each group is defined on a new line that begins with:

  PriceGroup= 

and consists of at least two items: the name of the group, and the price of the group. You can also specify buyer's reward values on the group, by adding them after the group's price.

Omitting a Value vs Explicit Zeros


When you don't supply a value for buyer's rewards, you are indicating that you want to use the default values (if they exist elsewhere in the settings notecard).

This means that leaving them blank is NOT the same thing as using explict 0's. For example:

N-Reward=2%
G-Reward=10%

PriceGroup=socks,100
PriceGroup=shoes,100,,8%
PriceGroup=pants,100,0
PriceGroup=shirts,100,0,0

The above settings will result in the following values:

socks ... n-reward: L$2, g-reward: L$10
shoes ... n-reward: L$2, g-reward: L$8
pants ... n-reward: L$0, g-reward: L$10
shirts ... n-reward: L$0, g-reward: L$0

Sales



Splits


Create Your Store Controller


This object will control the settings for the region THAT controller is on.


Create Your DropBox



Create Your Vendors



About The Vendor Description Field