Loading...
 
Skip to main content

History: BobShop

Source of version: 3

Copy to clipboard
            !Introduction
BobShop is a shopping cart system for TikiWiki.

On Github you find some more information.
https://github.com/romoxi/bobshop

! Features
- easy to install and configure
- no need to login to use the shopping-cart 
- individual product fields
- porducts can be enabled/disabled
- multiple payment methodes (PayPal integrated)
- 3 different tax rates
- 3 different shipping costs
- "addToCart"-button can placed on any wikipage
- built-in registration and login system
- works without the TikiWiki Functions/Plugins Payment, shopper_info, Shopping Cart etc.
- templates can be modified
- bootstrap is used for the templates
- different operation modes (default, sandbox, offer, presentation, info)

!How to install?
You need the Plugin BobShop. 
Feel free to download it from Github.
https://github.com/romoxi/bobshop

If you want to use PayPal, you have to set up a REST API app in your PayPal-Account.

!Version
This profile is for the plugin version v1_3.

!YAML for trackers
!!Tracker "order_items"
{CODE(caption=>YAML,wrap=>0)}
permissions: {  }
preferences: {  }
objects:
  -
    type: tracker
    ref: bobshop_order_items
    data:
      name: bobshop_order_items
      description: 'ordered items per order'
      restrict_end: '0'
      form_classes: ''
      restrict_start: '0'
  -
    type: tracker_field
    ref: bobshop_order_items_bobshopOrderItemProductId
    data:
      name: productId
      permname: bobshopOrderItemProductId
      tracker: '$profileobject:bobshop_order_items$'
      options:
        samerow: 1
        autocomplete: 'n'
        exact: 'n'
      type: text_field
      order: '10'
      visby: {  }
      editby: {  }
      flags:
        - link
        - list
        - public
        - mandatory
  -
    type: tracker_field
    ref: bobshop_order_items_bobshopOrderItemOrderNumber
    data:
      name: orderNumber
      permname: bobshopOrderItemOrderNumber
      tracker: '$profileobject:bobshop_order_items$'
      options:
        samerow: 1
        autocomplete: 'n'
        exact: 'n'
      type: text_field
      order: '20'
      visby: {  }
      editby: {  }
      flags:
        - list
        - public
  -
    type: tracker_field
    ref: bobshop_order_items_bobshopOrderItemQuantity
    data:
      name: quantity
      permname: bobshopOrderItemQuantity
      tracker: '$profileobject:bobshop_order_items$'
      options:
        samerow: 1
        dec_point: .
        thousands: ','
      type: numeric
      order: '30'
      visby: {  }
      editby: {  }
      flags:
        - list
        - public
  -
    type: tracker_option
    ref: bobshop_order_items_sort_default_field
    data:
      tracker: '$profileobject:bobshop_order_items$'
      name: sort_default_field
      value: modification
{CODE}
        

History

Information Version
Tue 24 of Aug, 2021 08:27 GMT-0000 Bob append removed 78
Tue 24 of Aug, 2021 08:24 GMT-0000 Bob mailformed 77
Tue 24 of Aug, 2021 08:22 GMT-0000 Bob wikipages create_or_append 76
Tue 24 of Aug, 2021 08:18 GMT-0000 Bob wikipages update again and hints for changes 75
Tue 24 of Aug, 2021 08:15 GMT-0000 Bob wikipages only create no update 74
Tue 24 of Aug, 2021 07:52 GMT-0000 Bob yml updated 73
Tue 24 of Aug, 2021 07:49 GMT-0000 Bob payment tracker yml 72
Tue 24 of Aug, 2021 07:41 GMT-0000 Bob unknownobjects replaced 71
Mon 23 of Aug, 2021 14:47 GMT-0000 Bob v1_92_1 70
Sun 22 of Aug, 2021 14:24 GMT-0000 Bob v1_91_1 69
Sun 22 of Aug, 2021 13:35 GMT-0000 Bob bobshop_admin show_admin 68
Sun 22 of Aug, 2021 13:32 GMT-0000 Bob v1_91_0 67
Wed 18 of Aug, 2021 21:15 GMT-0000 Bob some typos 66
Wed 18 of Aug, 2021 16:54 GMT-0000 Bob new version v1_9_0 65
Mon 09 of Aug, 2021 14:56 GMT-0000 Bob new version v1_8_1 64
Fri 06 of Aug, 2021 10:07 GMT-0000 luciash d' being 🧙 some typos fixes and improvements in the text 63
Fri 04 of Jun, 2021 12:06 GMT-0000 Bob create_or_update for wiki_page 62
Fri 04 of Jun, 2021 12:02 GMT-0000 Bob update v1_7_0 61
Wed 04 of Nov, 2020 08:25 GMT-0000 Bob permissions 60
Tue 03 of Nov, 2020 17:08 GMT-0000 Bob user perm 59
Tue 03 of Nov, 2020 17:00 GMT-0000 Bob perms 58
Mon 02 of Nov, 2020 16:19 GMT-0000 Bob version 1_6_2 57
Mon 02 of Nov, 2020 14:50 GMT-0000 Bob install descr 56
Mon 02 of Nov, 2020 11:26 GMT-0000 Bob v1_6_1 55
Mon 02 of Nov, 2020 11:10 GMT-0000 Bob version 1_6 54