New Zenner
- Join Date:
- Apr 2007
- Posts:
- 14
- Plugin Contributions:
- 0
New Zenner
Totally Zenned
New Zenner
Get Em Fast:
You could use some of the same code as the shopping cart or my account to create this box.
Totally Zenned
New Zenner
Totally Zenned
New Zenner
Totally Zenned
Totally Zenned
New Zenner
New Zenner
Sensei
samadhi:
I'd like to configure a sidebox which is activated by user login in a effort to encourage registration. Any insight would be most appreciated!
samadhi:
Now how do I add it to the catalog pull-down in Admin so that I can easily update products ala "specials"? :cool:
New Zenner
Sensei
Sensei
samadhi:
Now how do I add it to the catalog pull-down in Admin so that I can easily update products ala "specials"? :cool:
New Zenner
DrByte:
You can set up the store so that it requires customers to log in before they can see prices. You can further restrict it so they have to log in before they can even browse what's *in* the store.
New Zenner
Sensei
New Zenner
Deceased
Get Em Fast:
Oops, already updated! Use this one instead!!
$show_mystery_box = false;
if ($_SESSION['customer_id']) {
$show_mystery_box = true;
}
if ($show_mystery_box == true) {
require($template->get_template_dir('tpl_mystery_box.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_mystery_box.php');
// if no active banner in the specified banner group then the box will not show
// uses banners in the defined group $banner_box_group
// if ($banner->RecordCount() > 0) {
$title = 'Mystery Box';
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
} Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.