

pbpools
Members-
Content count
62 -
Joined
-
Last visited
Profile Information
-
Real Name
Jeff Walk
-
Yep See it.
-
I have this options set to 1 but when I look at my feed it is not showing up? Any thoughts? define('OPTIONS_ENABLED_PRODUCT_MODEL', 1); //displays the product model
-
I looked at the code but was not able to find that portion?
-
Could the brand be pulled from the MANUFACTURER listed in the database? The brand is one the missing Unique Product Identifiers in my feed.
-
Thanks its fixed. :thumbsup:
-
when push the Create and Upload a GoogleBase datafeed in my admin side and I seeing the error when the new window opens up.
-
I must be missing something? which is most likely the case, I think I have installed and change all the setting that I need? When I got the error I went back to version 2.5, I will install 2.7 with all the changes, but I am still getting the error posted below?
-
I am using version 2.5 and upload this version and I am getting this error: : SQL error Unknown column 'products.products_brand' in 'field list'| sql = SELECT concat( 'product_info.php' ,products.products_id) AS product_url, products_model AS prodModel, manufacturers.manufacturers_name AS mfgName, manufacturers.manufacturers_id, products.products_id AS id, products_description.products_name AS name, products_description.products_description AS description, products.products_quantity AS quantity, products.products_status AS prodStatus, products.products_weight AS prodWeight, products.products_brand as brand, FORMAT( IFNULL(specials.specials_new_products_price, products.products_price), 2) AS price, CONCAT( 'http://www.pbpools.com/images/' ,products.products_image) AS image_url, products_to_categories.categories_id AS prodCatID, categories.parent_id AS catParentID, categories_description.categories_name AS catName FROM (categories, categories_description, products, products_description, products_to_categories) left join manufacturers on ( manufacturers.manufacturers_id = products.manufacturers_id ) left join specials on ( specials.products_id = products.products_id AND ( ( (specials.expires_date > CURRENT_DATE) OR (specials.expires_date is NULL) OR (specials.expires_date = 0) ) AND ( specials.status = 1 ) ) ) WHERE products.products_id=products_description.products_id AND products.products_id=products_to_categories.products_id AND products_to_categories.categories_id=categories.categories_id AND categories.categories_id=categories_description.categories_id AND categories_description.language_id = 1 AND products_description.language_id = 1 ORDER BY products.products_id ASC
-
I need to change the product id in my upload to goolge. I need to have a product id for the USA and one for Great Britain. Google does not allow the same id from what I have read. Any ideas???
-
This is the code I used to insert the phone number and email address for Multi vendors shipping. It will insert phone number and email address into the emails sent to your vendors. These are the files I edited admin/order.php on about line 72add this customers_telephone, customers_email_address on or about line 93 change the code to this EMAIL_SEPARATOR . '<br>' . '<br>Customers PHone Number:<br>' .$vendor_delivery_address_list['customers_telephone'] . '<br>' . EMAIL_SEPARATOR . '<br>' . '<br>Customers Email:<br>' .$vendor_delivery_address_list['customers_email_address'] . '<br>' . EMAIL_SEPARATOR . '<br>' . '<br>Dropship deliver to:<br>' .$vendor_delivery_address_list['delivery_name'] .'<br>' . The second file that I changed was admin/vendor_email_send.php on or about line 150 add this customers_telephone, customers_email_address on or about line170 change code to this EMAIL_SEPARATOR . '<br>' . '<br>Customers PHone Number:<br>' .$vendor_delivery_address_list['customers_telephone'] . '<br>' . EMAIL_SEPARATOR . '<br>' . '<br>Customers Email:<br>' .$vendor_delivery_address_list['customers_email_address'] . '<br>' . EMAIL_SEPARATOR . '<br>' . '<br>Dropship deliver to:<br>' .$vendor_delivery_address_list['delivery_name'] .'<br>' . Third File checkout_process on or about line 338 add this code customers_telephone, customers_email_address on or about this line 358 .$vendor_delivery_address_list['customers_telephone'] .$vendor_delivery_address_list['customers_email_address'] . '<br>' . before this $vendor_delivery_address_list['delivery_name'] .'<br>' . This is what it should look like: To: your vendors name ------------------------------------------------------ Special Comments or Instructions: ------------------------------------------------------ From: you Accnt #: ------------------------------------------------------ Order Number: 900 ------------------------------------------------------ ------------------------------------------------------ Shipping Method: ups -- Ground ------------------------------------------------------ Customers PHone Number: xxx-xxx-xxxx ------------------------------------------------------ Customers Email: cus@blabalbal.com ------------------------------------------------------ Dropship deliver to: billy bob 15 know where drive my town ms 55555 ------------------------------------------------------
-
It does not have a name. That info is spread over the entire database from what I was told.
-
Yes I do. but the admin does not a table?
-
This is what my host told me "The $db_prefix is not used so probably isn't there." ?
-
I have my admin name changed and is lock by using my control panel. Where do I look for the tables at?
-
I have also tried an other password that I use too login and still get the Invalid Username? Have also tried the fix in the in prior post?