Zen Cart Logo
Forums / General Questions / unable to remove "Call for Price"

unable to remove "Call for Price"

Views: 369

Results 1 to 2 of 2
11 Nov 2015, 6:08 AM
#1
madiaz91911 avatar

madiaz91911

New Zenner

Join Date:
Oct 2015
Location:
USA
Posts:
2
Plugin Contributions:
0

unable to remove "Call for Price"

All of my products have the "Call fort Price".

All of my products have a price and also have the "call for Price" set to 'No'

Am I missing something here?

11 Nov 2015, 1:40 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: unable to remove "Call for Price"

As a check, compare your two files:
/includes/configure.php
/your_secret_admin/includes/configure.php

and ensure that they use the same database information ... (do not post that information here)

Then, via phpMyAdmin, run the SQL statement on your database for:

SELECT * FROM products WHERE product_is_call =1;

Do any products come up?