Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oldworldcharms

Archived
  • Posts

    352
  • Joined

  • Last visited

Everything posted by oldworldcharms

  1. I have 2 more questions. On my website I do not put my items in the same category as I do in quickbooks. When adding items to the shop will it match only if I have the categories and subcategories match? I sometime have an item in more than one category, what happens when I do this? ok make that 3 questions java script:emoticon(':-"', 'smid_6') smilie At times I will change a category name to try for better placement on the search engines. What happens to matching of items between qb and shop here? thanks
  2. Worked right out of the box! I am trying to get streamline for next year so I installed this contribution. There were no problems that I could tell except the fact that this year I was learning how to use quickbooks and what a learning curve which i still did not conquer. I am considering either upgrading to quickbooks pro or downgrading to simple start. Either way I will start with a entire new quickbooks file which leads to the questions below. Any advise on keeping everything in sync. I would like to keep some sold items on my site, is there a way that code can be written that the iif file does not import data from this year? If I decide on quickbooks simple start will this be compatable? How long do you think I will be able to import iif files as apposed to the new file format xml and will it be hard to update. Thank you Elizabeth
  3. This contribution has really helped streamline shipping. One more thing besides the one link open double window. Does anyone know how where I can get address stickers to use with with the USPS shipping printout or any ideas. Thanks for your help
  4. Can somone add the ability to send a customer invoice with this contribution? For example a customer asks a question about an item and decides to purchase it. I sent an invoice to them with which maybe can be added here. they click on the link in the invoice and add shipping and billing info and pay for the item. Basically we would need is an amount due so when the client creates and account, they can click on a button to pay. possibly using the offsite link into shopping cart contribution which works nicely http://www.oscommerce.com/community/contri...arch,buy+button Can anyone please help me with this?
  5. Hi Ken Did you ever get this to work with margin reports. I am having the same problem. thanks Elizabeth
  6. Hi John Change the USPS image link open 2 pages at the same time. The top page is the USPS login page and the bottom page is the page with the shipping info. This way I could login, close the window and continue with the shipping. thanks Elizabeth
  7. Hi Fredrik Good question so I tested it on my site. I added an order via the contribution in the admin, adding the product. there are fields where there is the cost, the shipping and a couple blank fields where you are able to imput anything you want, example any extra charge. I know that part works well. I never tried to add a coupon so I added a coupon code and in the cost column added a -15.00. it did work, I looked in my order history and it showed the coupon and value subtracting the coupon value from the total. hope this helps. Elizabeth I have the margin reports contribution installed. within this contribution is margin_reports2 which shows a report with all the items purchased along with the cost of the item. The problem is if I add an order via the step by step the cost of the item does not cary over to the margin_reports2. are there any fixes for this. Thanks Elizabeth
  8. John Have you or anyone else able to figure out how to get one link to open into 2 windows. I have two places in my admin that I could really use this function. Thanks for the help and this contribution. Elizabeth
  9. Hi Simon Ok I didnt know that these would remain part of the sales that makes sense but what about the coupons that were not used. I would like the ability to delete those. A good option is if the coupon is not used then the ability to delete and if used a warning / message that the coupon was used and part of the sales report. Can you or someone add code for this. Thanks Elizabeth
  10. I tried installing the wishlist contribution and all seemed to go well except for the add to wishlist button, it does not work, it does not do anything. does any ideas where I may have gone wrong. thanks Elizabeth
  11. I have a very old version of Credit class. I only use the coupon part of this contribution. I noticed that in the admin/coupon_admin.php that you can view inactive coupons. I tried to delete these coupons but it doesnt work. Does anyone have a fix for this? Thanks Elizabeth
  12. Can someone tell me where to find the code below. My shop items pages title tags work but I used to have an echo of my shop name after the products name, now I dont. I would like to figure out how get this working again. Thanks $metatitle.=$title .' '.STORE_NAME;
  13. I have this contribution installed but the link target doesnt work. Any ideas how to get this working? <?php echo '<a href="java script:popupImageWindow(\'' . FILENAME_POPUP_IMAGE . '?page=' . $pages['pages_id'] . '\')">' . tep_image(DIR_WS_IMAGES . 'icon_popup.gif', 'View Page') . '</a> ' . $pages['pages_title']; ?> thanks Elizabeth
  14. I have the Label Shipping (print shipping and pay for label) working but I cant get the Label customer to work. I keep getting this error. any ideas or can someone post a working file? Error 404: Servlet Not Found: com.usps.shipping.domestic.servlets.ShipmentPrepServlet Thanks Elizabeth
  15. Wow nice contribution, its going to save me lots of time! One question, right now it its set up to open the differentshipping.php page, to be able to print a shipping label you have to be logged in. To make it a little smooterh is it possible to change the link to open 2 pages at the same time. The top page is the login page and the bottom page is the page with the shipping info. This way I could login, close the window and continue with the shipping. Thank you for taking the time to write this one! Elizabeth
  16. I have the google sitemap installed, My shop is in the root directory. when checking the xml sitefeed stats my links have a HTTP error. Google is looking for the links in the catalog directory which I dont have. Where do I tell google to look in the root directory Thank you Elizabeth
  17. I installed google sitemaps but can someone tell me how do I know if all is well. in my account my links say ok. no error messages. Also do I submit all 3 files, index, categories, products? Thank you Elizabeth
  18. Where can I change the shipping charge if no cost is entered when entering a product. There is one item I do not want any shipping charge for but if leave the field blank $12.00 shipping is auto completed. I would either like to change the auto insert of $12 to no cost, free or 0.00. any ideas how this can be done? thanks
  19. I am still trying to figure out how to get the columns listing links on my new_products.php page. Any help would be apreciated Thanks
  20. Thanks for you reply. I tried the code above and it does not work. I do get the text links but the previous button takes you to the link http://oldworldcharms.net/-p-N.html and the next button takes you to http://oldworldcharms.net/-p-.html Is it possible that the code does not work with Ultimate SEO contribution. The link also shows 1 of (this is the code that shows how many items are in the category) is it possible to remove that. Thanks Elizabeth
  21. I wanted the description under the Website Name (name is a link) and never found the answer how to do this. The way the links page was set up to diplay really bugged me. If anyone knows how this can be done automatically I would apreciate your help. What I did is not as automatic as I would like but then again I will not have to do this reguarly so that is ok. What I did is in admin and first configuration - links Display Link Image - blank Display Link URL - 0 Display Link Title - Blank then went to the Links Manager -> selected the website from the list > edit button, then copied the text the webmaster completed in the description field and pasted into the appropriate part of the html below, then copied this back into the description field, now I have the description under the website name which is also a link <BR><B><A href="http://www.domain_name.com/">Name of Site</A></B><BR> Website description here. Elizabeth
  22. I installed the prev/next contribution and want to change the image links to text links. The links are on the products_info.php page and the image links to the next item in the category. would anyone know how to do this? <tr> <td align="center" class="main"><a href="<? echo tep_href_link(FILENAME_PRODUCT_INFO, "products_id=$previous&cPath=$cPath"); ?>"><?php echo tep_image_button('button_prev.gif', IMAGE_BUTTON_PREVIOUS); ?></a></td> <!-- <td align="center" class="main"><?php echo (PREV_NEXT_PRODUCT); ?> <?php echo ($position+1 . "/" . $counter); ?><br><?php echo (PREV_NEXT_FROM) ?> <?php echo ($category_name_row['categories_name']); ?></td> --> <td align="center" class="main"> <?php echo ($position+1 . " of " . $counter); ?></td> <td align="center" class="main"><a href="<? echo tep_href_link(FILENAME_PRODUCT_INFO, "products_id=$next_item&cPath=$cPath"); ?>"> <?php echo tep_image_button('button_next.gif', IMAGE_BUTTON_NEXT); ?></a></td> </tr> thanks Elizabeth
  23. When adding a customer the address does not echo on the orders page. does anyone have any ideas how to fix this? thanks elizabeth
  24. thanks, The checkout_shipping and checkout_confirmation uses the same English file languages/modules/shipping/indvidship.php but for some reason the checkout_confirmation uses a semicolon and parenthesis. I found the semicolon in the includes/modules/shipping/indivship.php but the not the parenthesis. Very minor though...I think I am going to move on to much more important things like trying to figure out why when I add a second shipping price and two items are put into the basket it still uses the first shipping price. Any ideas where to start looking to fix this problem? Also I want to say thanks for answering and for who wrote this contribution or added to it Thank you for taking the time to write and support it. Thanks Elizabeth
  25. Individual Shipping is a the perfect contribution for shipping but when trying to make minor changes its all over the place. I have a very minor problem Where is the parenthesis and the colon coming from on the checkout confirmation page. (Standard Shipping): I would like to remove them. :'( thanks
×
×
  • Create New...