

katiallo
Members-
Content count
64 -
Joined
-
Last visited
Profile Information
-
Real Name
marianna
-
Hello all, I've installed PayPal IPN v2.3.4 I went to test it and I got the following message 'Paypal does not allow your country of residence to ship to the country you wish to' how can I correct this? Thank you
-
Shipping and handling charges are not added to the total. Can someone please help me to correct this problem? Thanks in advance
-
Thank you JanZ for all your help :) :) Everything is now working
-
Thank you JanZ I'm very new to this and I tried to change the query but I'm getting errors. Is it possible to help me? here is my allproducts query: $listing_sql = "select p.products_id, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id $where order by pd.products_name"; and print_catalog $print_catalog_query_raw = "select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, cd.categories_name, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c on p.products_id=p2c.products_id left join " . TABLE_CATEGORIES . " c on p2c.categories_id=c.categories_id left join " . TABLE_CATEGORIES_DESCRIPTION . " cd on c.parent_id='0' and c.categories_id=cd.categories_id left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id where products_status = '1' order by cd.categories_name, c.parent_id, c.sort_order, c.categories_id, pd.products_name"; I'm very thankfull for the contribution and help you provided.
-
Janz, I got these contributions finaly working but I do have a small problem. Products are visible on 'Printable Catalog' and "View all Products' how can I correct that? Thank you again
-
Hello, I have a small problem. I also have 'all products' contribution installled and all products there are visible even if I hide from groups. Is there code to use in this situation? Thank you
-
How come only one is working? and ofcource the one I don't realy want....lol http://www.indulgefashion.com.au/indulge_news.xml http://www.fashionarticles.org/fashion/rss/Lingerie/136 http://www.reprint-content.com/rss/Lingerie/178 www.blushlingerie.co.uk/blog/?feed=rss2 only this one is working for me http://fashion-era.com/footer/rss.xml why is that?
-
Ok Jack found one that works....I guess was nothing wrong with contribution. Thank you
-
I did Jack. I'm still getting the error,
-
I have this contribution installed for some time now. Suddently it doesn't dispay and I'm getting this error: XML error: SYSTEM or PUBLIC, the URI is missing at line 2 thank you all for your help.
-
These lines are the same as in my file.
-
Hi I'm sorry of being a bother. I have a few problems with this contribution and I need help to fix them. 1. When logged in all products are visible even if I hide them from a group. 2. When I go to login I don't get a choice of groups or enything like that. 3. I have so far 2 groups when I tried to add another I got this message at login: Warning: implode() [function.implode]: Bad arguments. in /home/xxxxxx/public_html/includes/functions/general.php on line 1339 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 select p.products_id, find_in_set('1', products_hide_from_groups) as hide_or_not, find_in_set('1', categories_hide_from_groups) as in_hidden_category from products p left join products_to_categories p2c using(products_id) left join categories c using(categories_id) where p.products_id in () 4. I cannot edit in admin under configuration/customer details 'Default Customer Group and Visitor Pricing Group': I have this error: Fatal error: Call to undefined function tep_cfg_pull_down_cg_list() in /home/xxxxxx/public_html/admin/configuration.php(125) : eval()'d code on line 1 Warning: call_user_func(tep_cfg_get_customer_group) [function.call-user-func]: First argument is expected to be a valid callback in /home/xxxxxx/public_html/admin/includes/functions/general.php on line 1315 5. In admin catalog/products when at editing that page still looks funny. Its like two pages in one. "categories/products and edit in one page". Thanks to JanZ some errors before where fixed. Fields in database are: customers_group_id smallint(5) unsigned customers_group_name varchar(32) customers_group_show_tax enum('1','0') customers_group_tax_exempt enum('0','1') group_payment_allowed varchar(255) group_shipment_allowed varchar(255) PRIMARY customers_group_id entry_company_tax_id varchar(32) YES
-
I also realized that I cannot edit under configuration/customer details 'Default Customer Group and Visitor Pricing Group': I have this error: Fatal error: Call to undefined function tep_cfg_pull_down_cg_list() in /home/xxxxxx/public_html/admin/configuration.php(125) : eval()'d code on line 1 Warning: call_user_func(tep_cfg_get_customer_group) [function.call-user-func]: First argument is expected to be a valid callback in /home/xxxxxx/public_html/admin/includes/functions/general.php on line 1315
-
Fields in database are: customers_group_id smallint(5) unsigned customers_group_name varchar(32) customers_group_show_tax enum('1','0') customers_group_tax_exempt enum('0','1') group_payment_allowed varchar(255) group_shipment_allowed varchar(255) PRIMARY customers_group_id entry_company_tax_id varchar(32) YES
-
Thank you for the help. Everything seems to work now. I still have the warning under customers but its workable. Under catalog/categories editing page still looks king of funny to me: (Catalog/categories on my editing page (no idea if it supposes to look like that) at the bottom of everything has the catalog/categories page and the following error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxxxx/public_html/admin/includes/functions/database.php on line 99) but still workable. Again thank you