Jump to content
View in the app

A better way to browse. Learn more.

xcamfan.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Interspire To Opencart Migration Online

| Interspire field | OpenCart field | |----------------|----------------| | categoryid | category_id (if keeping same ID) | | catname | name (in oc_category_description ) | | catdesc | description | | parentid | parent_id |

INSERT INTO oc_category (category_id, parent_id, status) SELECT categoryid, parentid, 1 FROM isc_categories; INSERT INTO oc_category_description (category_id, language_id, name, description) SELECT categoryid, 1, catname, catdesc FROM isc_categories; | Interspire field | OpenCart field | |----------------|----------------| | productid | product_id | | prodname | name (in oc_product_description ) | | proddesc | description | | prodcode (SKU) | sku | | prodprice | price | | prodweight | weight | | prodinventory | quantity | | prodstatus | status (1=Enabled, 0=Disabled) | interspire to opencart migration

(set model, tax_class_id, etc. as defaults). status) SELECT categoryid

| Data Type | Interspire Tables | |-----------|-------------------| | Categories | [prefix]_categories | | Products | [prefix]_products | | Product-Category mapping | [prefix]_product_categories | | Customers | [prefix]_customers | | Orders | [prefix]_orders , [prefix]_order_products , [prefix]_order_addresses | | SEO URLs | [prefix]_seo_urls | 1 FROM isc_categories

OpenCart uses: /index.php?route=product/product&product_id=123 (or SEO keyword paths)

Then insert descriptions, SEO URLs, and category links. | Interspire | OpenCart | |------------|----------| | custemail | email | | custpassword (rehash) | password – Interspire uses MD5 or SHA1; OpenCart uses bcrypt. You must reset passwords or use a compatibility layer. | | custfirstname | firstname | | custlastname | lastname |

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.