Skip to content

Releases: romoxi/BobShop

v1_92_1

23 Aug 14:44
Compare
Choose a tag to compare

variants tracker fields now with itemLink fields

categories first step

v1_91_1

22 Aug 14:23
Compare
Choose a tag to compare

orderOrderNumberFormatedFieldId little type error

1_91_0

22 Aug 13:31
Compare
Choose a tag to compare

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

18 Aug 17:43
Compare
Choose a tag to compare

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

09 Aug 14:55
Compare
Choose a tag to compare

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

v1_7_1

04 Jun 12:39
Compare
Choose a tag to compare

tikiwiki profile
-> wiki_pages create_or_update

v1_7_0

04 Jun 11:48
bab7e74
Compare
Choose a tag to compare

new feature:

  • order the product-list by trackerfield 'sortOrder', 'price' or 'Name'
  • new trackerfield 'productDetailPage' > Detailpage prints bobshop template or wikisite from product or both

v1_6_4

04 Nov 08:33
2d72c84
Compare
Choose a tag to compare
  • Tracker permission "Restrict non admins to wiki page access only" added in YAML files
  • Profile file included

v1_6_3

03 Nov 15:17
114431a
Compare
Choose a tag to compare
  • shop_product_detail.tpl > Headline is displayed now; > displaying only active products

v1_6_2

02 Nov 16:15
3893615
Compare
Choose a tag to compare
  • bug in bobshop_cartdetail_inc > taxes are calculated now correct