Prices for Logged In Users Only

Prices for Logged-In Users Only 4.2

Prices for Logged-In Users Only 4.2 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 575
  • Released: Jun 13, 2007

Prices for Logged-In Users Only 4.2 Description

When 'false', all prices and methods of ordering a disabled unless the user is logged in.

Thus the customer is steered now also with the Button to buy to the Login/for registration.

Search at catalog/includes/application_top.php on Line 354:

// customer adds a product from the products page
case 'add_product' :
// if the customer is not logged on, redirect them to the login page
if (!tep_session_is_registered('customer_id')) {
$navigation->set_snapshot();
tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
}

And add afterwards:

// Neu hinzugefügt
case 'buy_now' :
// if the customer is not logged on, redirect them to the login page
if (!tep_session_is_registered('customer_id')) {
$navigation->set_snapshot();
tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
}

Prices for Logged-In Users Only 4.2 Keywords

Prices for Logged In Users Only Bookmark

Hyperlink code:
Hyperlink for Forum code:

Prices for Logged-In Users Only 4.2 Script Download Notice

Top 4 Download periodically updates information of Prices for Logged-In Users Only 4.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Prices for Logged-In Users Only 4.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

XPricesPerProduct

The administrator can create groups of users. Every users' group is associated to one product price.Every user ... its own group associated. The number of product prices can be set from: "Configuration / My Store/ Number of prices per product". ...

Table of zones prices

It displays a nice table with the price for shipping different weigths to each zone in the shipping.php file.It only works for the ZONES shipping method. ...

Japan Tax Display

... is meant to solve the problem of displaying prices including and excluding Japan's Consumption Tax. It will:1. Affect the display of prices in the following manner:a. If the customer is NOT logged in, then the product will display the price in ... "including tax (excluding tax)".b. If the customer is logged in, depending on their country of origin, either the ...

Multiple Individual Product Shipping Prices

... multiple instances of the original Individual Product Shipping Prices contribution. It allows you to specify four shipping options and prices when you add a new product. I am ... done in a better way. Anyway, it worked for me and solved the problem I was having. ...

Hide products from groups of customers

It's written for B2BSuite and work on B2BSuite0.92Currently there are two ... it requires product_id which is not yet set for new product.2. Once you set any product invisible for any groups - it becomes invisible for not logged in users forever. Even if you make it visible for all groups for not logged in users it ...