Changeset [c15e85ee707c744b4af5279ed515a9ed6f9f948b] by dogmatic69

September 9th, 2010 @ 05:01 PM

Committed by dogmatic69

  • R core/shop/config/config.php
  • R core/shop/config/schema/empty
  • R core/shop/controllers/branches_controller.php
  • R core/shop/controllers/carts_controller.php
  • R core/shop/controllers/components/shop.php
  • R core/shop/controllers/images_controller.php
  • R core/shop/controllers/products_controller.php
  • R core/shop/controllers/shop_categories_controller.php
  • R core/shop/controllers/specials_controller.php
  • R core/shop/controllers/spotlights_controller.php
  • R core/shop/controllers/stocks_controller.php
  • R core/shop/controllers/suppliers_controller.php
  • R core/shop/controllers/units_controller.php
  • R core/shop/controllers/wishlists_controller.php
  • R core/shop/libs/empty
  • R core/shop/models/behaviors/empty
  • R core/shop/models/cart.php
  • R core/shop/models/datasources/empty
  • R core/shop/models/image.php
  • R core/shop/models/product.php
  • R core/shop/models/shop_branch.php
  • R core/shop/models/shop_category.php
  • R core/shop/models/special.php
  • R core/shop/models/spotlight.php
  • R core/shop/models/stock.php
  • R core/shop/models/supplier.php
  • R core/shop/models/unit.php
  • R core/shop/models/wishlist.php
  • R core/shop/plugins/order/controllers/clients_controller.php
  • R core/shop/plugins/order/controllers/items_controller.php
  • R core/shop/plugins/order/controllers/orders_controller.php
  • R core/shop/plugins/order/controllers/payments_controller.php
  • R core/shop/plugins/order/controllers/statuses_controller.php
  • R core/shop/plugins/order/models/item.php
  • R core/shop/plugins/order/models/order.php
  • R core/shop/plugins/order/models/payment.php
  • R core/shop/plugins/order/models/status.php
  • R core/shop/plugins/order/order_app_controller.php
  • R core/shop/plugins/order/order_app_model.php
  • R core/shop/plugins/order/order_events.php
  • R core/shop/plugins/order/views/clients/addresses.ctp
  • R core/shop/plugins/order/views/clients/index.ctp
  • R core/shop/plugins/order/views/items/admin_index.ctp
  • R core/shop/plugins/order/views/items/csv/admin_index.ctp
  • R core/shop/plugins/order/views/orders/admin_index.ctp
  • R core/shop/plugins/order/views/orders/admin_view.ctp
  • R core/shop/plugins/order/views/orders/csv/admin_index.ctp
  • R core/shop/plugins/order/views/orders/index.ctp
  • R core/shop/plugins/order/views/orders/pay.ctp
  • R core/shop/plugins/order/views/orders/pay_now.ctp
  • R core/shop/plugins/order/views/payments/admin_add.ctp
  • R core/shop/plugins/order/views/payments/admin_index.ctp
  • R core/shop/plugins/order/views/statuses/admin_form.ctp
  • R core/shop/plugins/order/views/statuses/admin_index.ctp
  • R core/shop/plugins/payment_eft/config/config.php
  • R core/shop/plugins/payment_eft/payment_eft_app_controller.php
  • R core/shop/plugins/payment_eft/payment_eft_events.php
  • R core/shop/plugins/payment_eft/views/elements/payment.ctp
  • R core/shop/plugins/payment_eft/webroot/img/eft.png
  • R core/shop/plugins/payment_netcash/config/config.php
  • R core/shop/plugins/payment_netcash/payment_netcash_app_controller.php
  • R core/shop/plugins/payment_netcash/payment_netcash_events.php
  • R core/shop/plugins/payment_netcash/views/elements/payment.ctp
  • R core/shop/plugins/payment_netcash/webroot/img/logo.gif
  • R core/shop/plugins/payment_paypal/config/config.php
  • R core/shop/plugins/payment_paypal/payment_paypal_app_controller.php
  • R core/shop/plugins/payment_paypal/payment_paypal_events.php
  • R core/shop/plugins/payment_paypal/views/elements/payment.ctp
  • R core/shop/plugins/payment_paypal/webroot/img/logo.gif
  • R core/shop/plugins/shipping_courier/shipping_courier_app_controller.php
  • R core/shop/plugins/shipping_courier/shipping_courier_events.php
  • R core/shop/shop_app_controller.php
  • R core/shop/shop_app_model.php
  • R core/shop/shop_events.php
  • R core/shop/tests/cases/behaviors/empty
  • R core/shop/tests/cases/components/empty
  • R core/shop/tests/cases/controllers/empty
  • R core/shop/tests/cases/helpers/empty
  • R core/shop/tests/cases/models/empty
  • R core/shop/tests/fixtures/empty
  • R core/shop/tests/groups/empty
  • R core/shop/vendors/empty
  • R core/shop/vendors/shells/tasks/empty
  • R core/shop/views/branches/admin_form.ctp
  • R core/shop/views/branches/admin_index.ctp
  • R core/shop/views/carts/admin_index.ctp
  • R core/shop/views/carts/change_shipping_method.ctp
  • R core/shop/views/carts/index.ctp
  • R core/shop/views/elements/category.ctp
  • R core/shop/views/elements/modules/best_sellers.ctp
  • R core/shop/views/elements/modules/cart.ctp
  • R core/shop/views/elements/modules/categories.ctp
  • R core/shop/views/elements/modules/promotion_1.ctp
  • R core/shop/views/elements/modules/promotion_2.ctp
  • R core/shop/views/elements/modules/whats_new.ctp
  • R core/shop/views/elements/modules/wishlist.ctp
  • R core/shop/views/elements/most_viewed_products.ctp
  • R core/shop/views/elements/newest.ctp
  • R core/shop/views/elements/pagination/navigation.ctp
  • R core/shop/views/elements/product.ctp
  • R core/shop/views/elements/product_image_gallery.ctp
  • R core/shop/views/elements/product_neighbors.ctp
  • R core/shop/views/elements/specials.ctp
  • R core/shop/views/elements/specials_slide.ctp
  • R core/shop/views/elements/spotlights.ctp
  • R core/shop/views/elements/spotlights_slide.ctp
  • R core/shop/views/helpers/shop.php
  • R core/shop/views/images/admin_form.ctp
  • R core/shop/views/images/admin_index.ctp
  • R core/shop/views/products/admin_dashboard.ctp
  • R core/shop/views/products/admin_form.ctp
  • R core/shop/views/products/admin_index.ctp
  • R core/shop/views/products/admin_statistics.ctp
  • R core/shop/views/products/dashboard.ctp
  • R core/shop/views/products/index.ctp
  • R core/shop/views/products/view.ctp
  • R core/shop/views/shop_categories/admin_form.ctp
  • R core/shop/views/shop_categories/admin_index.ctp
  • R core/shop/views/shop_categories/index.ctp
  • R core/shop/views/specials/admin_form.ctp
  • R core/shop/views/specials/admin_index.ctp
  • R core/shop/views/specials/index.ctp
  • R core/shop/views/spotlights/admin_form.ctp
  • R core/shop/views/spotlights/admin_index.ctp
  • R core/shop/views/spotlights/index.ctp
  • R core/shop/views/stocks/admin_form.ctp
  • R core/shop/views/stocks/admin_index.ctp
  • R core/shop/views/suppliers/admin_form.ctp
  • R core/shop/views/suppliers/admin_index.ctp
  • R core/shop/views/units/admin_form.ctp
  • R core/shop/views/units/admin_index.ctp
  • R core/shop/views/wishlists/admin_index.ctp
  • R core/shop/views/wishlists/index.ctp
  • R core/shop/webroot/css/shop.css
  • R core/shop/webroot/empty
  • R core/shop/webroot/img/add_to_cart.png
  • R core/shop/webroot/img/add_to_wishlist.png
  • R core/shop/webroot/img/isFeatured.png
  • R core/shop/webroot/img/isSpecial.png
  • R core/shop/webroot/js/jquery_cycle.js
  • R core/shop/webroot/js/shop.js
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Please use this for the current version of Infinitas only, if you are using a older version of the Infinitas report bugs in that project.

Please submit bugs only as pending, and if its a feature request submit the ticket with the milestone "Feature Requests".

Shared Ticket Bins