Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Get-Wireless 2

Pioneers
  • Posts

    317
  • Joined

  • Last visited

Everything posted by Get-Wireless 2

  1. I fixed it Yaaaaaa On an unrelated problem I had that I also fixed i have fixed the related products aswell :D I had copied my live store into another folder and a new DB. I changed everything in the php files to point to the new folder and everything seemed fine, yet when I clicked on link it was taking me to my live store. I had omited to changed my .htaccess file to point to the new folder instead of my live store :-" All seem to work now Thanks to: Baddog Skittles For taking the time to try and help. I posted my resolution here as it may help other people on either this contrib or others.
  2. Yes I have, I linked a router to a wifi adapter but when I look at either product nothing is displayed as a related product Router Wifi Adapter Screen Shot From Admin
  3. Hi all, I just installed this contribution and it seemed really easy to install. Went to the admin panel and set it all up under configuration\related products I have the following setings Show Thumbnails - True Split Display Into Rows - True Defines Number of Items Per Row - 3 Defines Number of Items to Display - 3 Adds Random Display Order - True I setup a couple of tests, then when I look at the test products there is nothing there to show related products. I am probably missing something silly but I am sure I followed the install (latest one by skittles :D
  4. I have managed to fix my problem of tax not being included with the following catalog\includes\modules\star_product.php Line 39 and line 60 replace $currencies->display_price($star_products['final_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . '</td> with $products_price = $currencies->display_price($star_products['products_price'], tep_get_tax_rate($star_products['products_tax_class_id'])) . '</td> Worked for me :D Just need to work out how to remove the buy now if quantity=0 next and the alignment of the buttons
  5. I have managed to sort my title out and the image size, I still cant seem to get the price to include tax tho :( Is it possible to align the image in the center underneath the title then under the image have the description ? Also can it be made to work with remove buy now button if quantity=0? I tried and failed :( this is the code for the above <td class="main" align="right"> <?php if ( $product_info['products_quantity'] > 0 ) { echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); } else { } ?> </td> I tried to merge it at lines 42 and 63 but keep getting parse errors :(
  6. I have just installed this contrib latest version 1.6 by nicko, I must say this is one of the easiest contribs I have had the pleasure to install. How ever I am struggling with getting the price to show with tax I have looked at This Reply for the solution but I dont even have that code :( Also How can I get my Product title to be like http://www.oscommerce-demo.com/demo01/ IE centered and in bold and larger text. Also I would like to move the buy now button to the other side. I tried messing with the table alignment but just got errors thrown at me :( Regards and many thanks Shaun
  7. I guess that your borders are to big on all your boxes then as this contrib does not set the border size. To edit your borders open \catalog\stylesheet.css find the following .infoBox { border: solid; border-width: 1px; color: #cdebfd; background: #FFFFFF; size: 20px; } Edit the border px in BOLD to what ever size you would like it to be. If your using firfox browser download the developer addon, it allows you to edit the css files on the fly, saves both time and bandwidth. Then once your happy with your stylesheet you can save it via firefox then upload it LD
  8. I am having the exact same problem, I have however been running this contrib for a while, and now I am getting this error, I have dropped all DB entries relating to this contrib and the reinstalled them. i have checked my files and all are present and seem correct. Anyone got any ideas?
  9. I would love some extra help in getting this to work the way I would like as I think it will look really good, If you could pm or repl with the link I will have a bash at it. I wont have much free time until 2morro nite as I have a lot of products to start adding.
  10. I know this thread is for Version, I am currently running version 2. Would version 1 add extra images down the right side like version 2 does when installed alongside more pics? If so is it possible to remove them?
  11. Its in your catalog\stylesheet.css Knowledge Base gives you ideas on what each part is for. You need to change the .infobox part to suit your needs. I would set the border width to 0 rather than removing the entry
  12. I have installed the Products Tabs V1.7.2 contribution. I am have a little error in the admin side When I try to edit\create a product I get the following error Fatal error: Call to undefined function: tep_get_products_spec() in /home/getwi/public_html/dev/admin/categories.php on line 783 please click the below link for a screen shot Screen Shot In the installation it says this version use FCKEDITOR for fields, if you don't have it change the input_textarea_field in catalog/admin/includes/modules/product_tabs.php But I dont know if thats relative or even what I should change it to.
  13. What happens if you have products without extra images? Would it be possible to code it so that there are no extra images present? I know that more pics 6 1.2b has an option in admin not to display the extra images yet when you click to enlarge the image you get the extra images, Would it be possible to make Lightbox to this also?
  14. Also if you look you will see that when the images at the bottom are used the lightbox doesnt work at all.
  15. I have installed More Pics 6 1.2b by Surfalot I have tried to integrate this with Ajax POPUP Box V1.2 by vipes I got more pics working fine images where controlled via admin as to where they would be displayed, Also I was able to set the maximum height and width and it looked quite good. I have now tried to install Ajax Light Box 1.2 it works in the fact that the lightbox works and I can scroll through the images. However I dont know how to resize the image as its taking up all the page and needs to be scrolled to reach the close button. Also I cant control as to where the images are they are always down the right hand side. I have them set to be displayed at the bottom center however they are still showing down the right hand side, I have set "Group parent image with sub-images" set to false but that doesnt make a difference either :( You can take a peek at whats happening On My Development Site Any info greatly recived
  16. Will this work with more pics v 6 1.2b? I have tried ajax lighbox but seem to have problems setting up where I want the images to appear.
  17. I have installed this and managed to edit it to offer a reduced shipping rate instead of it being free. What I have a problem with is it works for the catagory but not its parent. I here is my structure <Top level> Keyboards And Mice <Sub Levels> Keyboard and Mice Bundles Keyboards Mice If I set it to just keyboards and mice it does not offer the discounted shipping rate. If I set it to a sub catagory IE Keyboard and Mice Bundles then it works Is it possible to make it work on the top level? Also is there a way to set it for a specific product? Reagrds Shaun
  18. I am kinda on the fence with regards to the free shipping, I can understand y people wud do it, however Osc can be set to give free shipping with a certain value. I would like to see maybe a discounted shipping. I am looking for a contrib that will give free\reduced shipping if certain products are added to the cart. I know of some sites that offer this but I dont think they are using Osc.
  19. Indeed it does, In admin>Reports>Discount Coupons
  20. Try This WEBSITE for tips and tricks on .htaccess redirects
  21. Hi my versions are MySQL - 4.1.21-standard phpMyAdmin - 2.8.0.2 Kind Regards
  22. I just did site:http://kodeu.com in google.co.uk and got about 92 results when I did site:www.kodeu.com I only got 4 Have you done the google and froogle xml feeds? I got a huge increase after doing this. also look in at googles webmaster tools http://www.oscommerce.com/community/contri...rch,google+feed Thats the one I used.
  23. I too am getting the error of 1054 - Unknown column 'p.products_subimage1' in 'field list' select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_subimage1, p.products_subimage2, p.products_subimage3, p.products_subimage4, p.products_subimage5, p.products_subimage6, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '0' order by pd.products_name I get this when I click on the Catalog in admin panel. I have ran the sql statements as directed. Also when I look in the configuration there is no more pics part as quoted in the readme(english) file If I run the sql as mentioned earlier will that only affect this contrib? or will have an affect on any thing else? I have tried a manual update on my files and got the error (I have seo urls and discounts and price breaks installed) so I tried to just uplaod the files that come with the contrib and still get the error. Does anyone have a fix for this?
×
×
  • Create New...