

yaoi
Members-
Content count
31 -
Joined
-
Last visited
Profile Information
-
Real Name
TJ
-
hello nice contribution but how do you install style 3 as found on the flash carousel website? thanks
-
*shakes head* thanks. that solved it! was upgrading from 2.23, still dont understand how i missed that part.
-
hello. interesting contrib. setting up an online store now, hope it will get more sales converted! however having this problem when i click on the recover cart sales link in admin Warning: call_user_func(tep_get_multiple_order_status_names) [function.call-user-func]: First argument is expected to be a valid callback in catalog\admin\includes\functions\general.php on line XXXX i´ve gone over and reinstalled everything again but have no idea what the problem is. help please? im using version 2.30a
-
thanks robert! that would mean some work taking out them two contribs first. but less bloat is always good!
-
hello would like to know if this is compatible with Independent SEO URL Validation which was meant for the original Ultimate SEO URLS thanks
-
i did the same .. and am also having the same problem. did you solve it and if so .. how
-
thanks for the reply TracyS. i found it in the contrib section as mentioned. but maybe i didnt state the question clearly. what im trying to achieve is to let the distributors get their customers to go to the website, login and buy the products under their own group at the website. it is all done in real life, no other websites are involved. can osc affiliate be used in this way? just one more question, if you dont mind. does a limit exist, like a maximum for the number of affiliates? thanks!
-
hello. im trying to make a website where distributors of products for a certain company can have their own groups of customers. for example: lets say we have 5 distributors for a start, and i make 5 different groups for them under their names. then any of their customers who sign onto the website can then buy the products and the sales will be credited to the right distributor as the customer has already been assigned to the right group. my question is can SPPC be used this way, are the groups unlimited and are there any better contributions which is meant to be used this way? thanks
-
[Contribution] Open Featured Sets Support
yaoi replied to surfalot's topic in General Add-Ons Support
featured products are not displaying category names? any ideas what could be the probem? i only see 'featured' at infoboxheader. same thing is happening with featured categories, i only see 'featured' at the top -
hello i installed this contrib and am trying to add enable/disable cats. however am having problems at catalog/products_new.php with the query original short prod desc query: $products_new_query_raw = "select p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on (p.manufacturers_id = m.manufacturers_id), " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' order by p.products_date_added DESC, pd.products_name"; enable/disable cat query: $products_new_query_raw = "select p.products_id, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p, " . TABLE_CATEGORIES . " c, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c left join " . TABLE_MANUFACTURERS . " m on (p.manufacturers_id = m.manufacturers_id), " . TABLE_PRODUCTS_DESCRIPTION . " pd where c.categories_status=1 and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' order by p.products_date_added DESC, pd.products_name"; can someone please help on merging this?
-
hi have got a problem here. this message appears in admin at sitemap Catchable fatal error: Object of class box could not be converted to string in admin\includes\functions\html_output.php on line 281 any help with this error please?