Latest News: (loading..)
-
Content count
6,339 -
Joined
-
Last visited
-
Days Won
36
Everything posted by toyicebear
-
Purchase Without Account Updated & Admin Functionality
toyicebear replied to bmcewan's topic in General Add-Ons Support
Hi there.... When pwa is activated and you go to "checkout" 3 boxes are showing, login, create account and proceed directely to chekout. (Logical and correct) But when you choose "My Account" 3 boxes are also showing and at this point it would be more logical to show only 2 boxes, login and create account. Any help about a fix for this issue would be greately appriciated.. :-) -
Hi..... any help would be appriciated.... :-) I have installed v1.52 and folowed the instructions, the admin part works, it also seems to write fine into the database but no slaves show under the master product...... only the following text: "There are no additional products with this item" This site also have several other mods installed inc. ultra pics and html area +++++ Anyone have any idea how to fix this impass?
-
Hi There, Sorry about the late reply, the problem was the use of search engine friendly url`s , which cause the neighter the box or the products to show. Fix: A small change in the product id call to make it compatible both with standard osc set up and with Search_engine URL`s enabled. 1. In the colum of your choice use this call for the box: if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'similar_products.php'); 2. In the box file similar_products.php change the 3 instances of $_GET['products_id'] to $HTTP_GET_VARS['products_id'] Thats it...... :-)
-
Hi, you might find what you are looking for in this forum tread: http://forums.oscommerce.com/index.php?showtopic=101973&st=0
-
Just tested with and without ssl , same error message..... Well that just means i have to look harder....lol Unless someone out there already has found a solution?
-
Hi there, I get the same errormessage as "funkyneil" , i have not done the total errorcheck runthrough yet....but initially because some get it and some dont.....i would hazzard a guess that it is conected to if you have your admin in ssl or not..... Mine is in ssl ......
-
Hi there, Has anyone modified this contrib to work with options/attributes....if so please post the necessary changes/additions to the mysql and the required php files.....
-
Hi.... :-) My question are for those out there who uses both the Polls and the newsdesk contribs....... In the polls manager you can set in which categories the polls will be shown..... But this goes for the shop/catalog categories and not for the newsdesk. My question then is if there are anyone out there who has any idea how to add the option of choosing polls for newsdesk categories instead? (as a replacement and/or an addition to todays choices)
-
Thanks for the reply Steve, I will try to post it as you suggested, and if there are no takers....i will make it myself.... ( As most i am both lazy and pressed of time...lol)
-
Hi.... :-) I have been using the newsdesk for awhile and it works great....... My question are not directely for the newsdesk but it does have relevance for those out there who uses the Polls and the newsdesk contribs....... In the polls manager you can set in which categories the polls will be shown..... But this goes for the shop/catalog categories and not for the newsdesk. My question then is if there are anyone out there who has any idea how to add the option of choosing polls for newsdesk categories instead? (as a replacement and/or an addition to todays choices)
-
[Contribution] Compare Products Side-By-Side
toyicebear replied to bruyndoncx's topic in General Add-Ons Support
Hi there, I have been trying out this contrib, but i end up with the error message: Nothing to compare Please select a minimum of 2 products to compare on previous page When i am looking at the demo site, there is a page refresh after each choosen product for comparazing. In my test site there is no refreshing of the page after a product is choosen. Any input is appriciated..... -
BUG TRACKING: Order Processing & Shipping Module v0.8
toyicebear replied to Druide's topic in General Add-Ons Support
Hi.. We are interested in purchasing a working vertion of this contrib for 2.2 , and would appriciate if anyone could pm us the contact information to where this is available for purchasing. -
Vendor_Auto_E-mail (In_Development)
toyicebear replied to blucollarguy's topic in Add-Ons Development
Hi.... :-) Thanks for a nice contribution, we have been using several reports and systems at the same time, but it does not exactely meet our requirements. We are running a shop where we order items from suppliers/vendors (about. 7 diferent suppliers) as they come inn, but we ship every item to the end customer ourself. This makes this contribution only slightly usefull to us, (We have installed it), but since a separate e-mail to our suppliers pr. item ordered is not an option which our suppliers care to much about, they would rather have 1 order with a larger number of items in one go. What we are looking for is a "Batch" vertion of this contribution.... ie.... the individual orders are stored in the database, then we can through a selection report tool (By date and/or order status) choose to send an e-mail to the individual suppliers with a larger collected item order at our choosen time. Any input is appriciated.... ;-) -
Hi.. Thanks for the feedback, i have now gotten it up and running... :-)
-
Thanks for the feedback. I was aware of the fact that it would only show on a product info page, but in my set up it did not even show there, and when i put it as required it did not show any products when on an product page eighter. Any ideas?
-
Hi there, I run a bit modified MS2.2 and i just tried out the similar products contrib, and did run into 2 problems, 1 which i did manage to correct myself. 1. It did not show up in the admin under configuration., this i rectified by adding it to the configuration groups tables. (This line is missing in the original contribs attached sql file) 2. The box on the shop side does not show any content. (To even see the box i hade to put it as required in the coloum of choice, if i used the attached lines which would include it according to the choosen products it did not show at all) Any feedback on how to get it up and running are appriciated... :-)