Releases: romoxi/BobShop
v1_92_1
v1_91_1
1_91_0
the orderId in the mail tpl will be formated i a impressive way
this string will be saved in the orders tracker when the order is submitted
some admin functions to list the orders and carts
New wiki site:
bobshop_admin
New TPL:
wikiplugin_bobshop_mail_paypal.tpl to send some payment information (with paypal TransaktionId)
New Fields:
bobshop_config.orderNumberFormat
orders.orderNumberFormated
v1_9_0
shop.tpl
- product description now can contain wiki syntax
Link to Cart in Message "Add to Cart"
New feature:
variant control system
PayPal
- transactionid is stored in tracker.orders.paymentOrderId
- response from showOrderPayPal is stored in tracker.orders.paymentResponse
bobshop.php
bobshop own user system:
- mailaddress is checked
- the emailfield from the tracker.userField is detected by the @; the name is not relevant anymore
Tracker
- bobshop_config.bobshopConfigCashierbutto >bobshopConfigCashierButtonText
- new Field: bobshop_orders.paymentResponse > store the response from the paypal order
- new Fields in bobshop_products
-- variantName
-- variantProductIds
-- variantSuperset
Translations
- function for default values for the button texts in the configTracker
- new file /lang/de/custom.php with translations
v1_8_1
New Features:
BobShop User system
no need to register in the tikiwiki user system
the userdata are stored in the orders tracker
stock system (inventory management)
product quantity can be modifyed by input field in the cart
Message and Template after order submitted:
field bobshop_payment.followUpScript is used for:
- PAYPAL (not new)
- [tpl]templatefilename for using a separate template for each payment method
- any other text will be displayed in a remarksbox
Tracker mods:
bobshop_config
- new field "tikiUserRegistration"; use the tiki-User system or the bobshop user system
- new field "userFields"; input fields for the user system
- new field "stockControl" turns the system on/off
- new field "stockWarning" warning if stockQuantity is low
bobshop_orders
- all "sum*" fields from Number to Text to avoid problems with number formating (. and , somtimes disapear the last digits)
- new field "bobshopUser" for bobshop own user system
bobshop_products
- new field "stockQuantity" holds the current quantity in stock
- new field "stockWarning" like in bobshop_config.stockWarning but per product