Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

FAQ for developers

CodexiLab edited this page Feb 7, 2020 · 1 revision

How to pass ID of package as argument in URL of Choose button?

  1. Go to Settings - Promotional Packages System.

  2. In URL for 'Choose' button, add this: &pkgId={PACKAGE_ID}

The complete URL should look like this: {OSC_CONTACT_URL}&pkgId={PACKAGE_ID}


How to custom Package Profile Information?

Package Profile Information

  1. Open the following files:

[CSS]

packages/assets/css/user/modal-dialog.css

packages/assets/css/user/flex-pricing.css

packages/assets/css/user/packages-profile-info.css

[PHP]

packages/parts/user/packages_profile_info.php

Clone this wiki locally