Search:

Type: Posts; User: jbible

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v155 Re: USPS shippig module all of a sudden not giving quotes

    USPS APIs seems to be having connection issues today for the past couple of hours.
  2. Re: USPS Shipping Version: 2013-07-28 J - Preg_Match Warnings

    Zen Cart 1.5.1
    PHP Version 5.3.13
  3. USPS Shipping Version: 2013-07-28 J - Preg_Match Warnings

    Installed the latest. Everything working correctly. However... in main_page=shopping_cart I above the shipping calculator I receive over 200 of these warning messages when an country other than the...
  4. v151 Re: Tare Weight / Maximum Package Weight Functionality Change Help

    Nevermind. Found it. For anyone else that stumbles across this thread looking for a solution to this.

    /includes/classes/shipping.php

    Find this section of code starting on line 90 and comment...
  5. v151 Tare Weight / Maximum Package Weight Functionality Change Help

    Need some pointers in the right direction ie: file and code line so I can change this functionality back to how it used to function for me.

    I recently rebuilt my shop from 1.39 to 1.51.

    On my...
  6. Replies
    6
    Views
    794

    Re: Add multiple artists to a product?

    Going to tackle this soon. Rather easy to do manually directly through the database but would be nice to have it integrated with admin somehow.
  7. v151 Make Your Music Side Boxes Smarter - Verify Products Exist

    This change will make it so your music side boxes only display names associated with active products.

    First run these SQL statements....

    INSERT INTO configuration (configuration_id,...
  8. v150 Re: Turn artist into clickable link on product page?

    Add the following to \includes\modules\pages\product_music_info\main_template_vars_product_type.php



    $products_artist_id = $artist->fields['artists_id'];
    $products_record_company_id =...
  9. v151 Re: Add To Cart From Product Details index&cPath Issue

    Yeah it does. Thanks for the reply. I finally found that post right after I reported it as a bug. Sincerest apologies for the duplicate. Not sure why that post didn't come up in my searches before I...
  10. Re: v1.5.1 Add To Cart From NON 'product - general' Info Page Drops Product ID From U

    Ugh delete this. Im an idiot. Staring at this screen too long. Just found the earlier duplicate.
  11. v151 Re: Add To Cart From Product Details index&cPath Issue

    Reported as bug...
    http://www.zen-cart.com/showthread.php?204775-Add-To-Cart-From-NON-product-general-Info-Page-Drops-Product-ID-From-URL&p=1178259#post1178259
  12. v1.5.1 Add To Cart From NON 'product - general' Info Page Drops Product ID From URL

    v1.5.1 - After some research and trouble shooting I am convinced this is a bug...

    This bug comes into effect when you have the following scenerio...
    1. Display Cart After Adding Product = false...
  13. v151 Re: Add To Cart From Product Details index&cPath Issue

    This has something to do with the product type music. Set up a test "general" product and it works fine.

    Been comparing general product files vs music product files... as far as completely...
  14. v151 Re: Add To Cart From Product Details index&cPath Issue

    Ok excuse my previous ignorance... I've realized what I am suggesting above isnt even how ZC is supposed to work by default. It's supposed to stay right on the info page when clicking the buy...
  15. v151 Re: Add To Cart From Product Details index&cPath Issue

    Development copy of my site I am trying to get this working on in case that helps...
    http://beta.experimedia.net
  16. v151 Add To Cart From Product Details index&cPath Issue

    I am having an issue with the add to cart button on product detail pages when "Display Cart After Adding Product" is set to false.

    When the BUY button is clicked... instead of returning to the...
  17. PayPal upgrade happening tonight - Anything we should be prepared for?

    Anything we need to be prepared to change to coincide with PayPal's major upgrade scheduled for tonight?

    https://www.x.com/node/304976

    "API/firewall reconfiguration
    We would also like to...
  18. Replies
    5
    Views
    972

    Re: Link manager only takes me to login screen

    Yes it does.

    Click "C" next to any product and you will see a button that says "Multiple Categories Link Manager". Ive used it all the time for many years then with the latest update it stopped...
  19. Replies
    5
    Views
    972

    Re: Link manager only takes me to login screen

    Same problem here. Help please?
  20. Re: Can I copy all products under one category to another? in bulk?

    Anytime I click the "Multiple Categories Link Manager" button I get taken back to the login screen.

    This function worked before the last update as I use it semi regularly.
  21. Replies
    11
    Views
    2,666

    Re: USPS International shipping problem...

    edit: nevermind this particular post
  22. Replies
    11
    Views
    2,666

    Re: USPS International shipping problem...

    Extra weird... when I go to the USPS site and try to print a shipping label to canada I only get the option....
    Global Express GuaranteedŽ

    Something to do with the strike maybe?
  23. Replies
    11
    Views
    2,666

    USPS not accepting Canada shipments?

    Just suddenly starting this morning I am unable to get shipping options for any Canada addresses.

    My Canadian customers are getting this message... confirmed this testing 3 different Canadian...
  24. Re: Specifying small / medium / larger package sizes?

    If you take out this line of code from the shipping.php...


    if ($shipping_weight > SHIPPING_MAX_WEIGHT) { // Split into many boxes
    $shipping_num_boxes =...
  25. Re: USPS International shipping problem...

    Great thanks for the quick update. Everything seems to be working correctly now.
  26. Re: USPS International shipping problem...

    Working but with one major issue....
    After reinstall of new module and putting settings back to the way they were....

    In my options I have the following selected...
    Priority Mail International...
  27. Replies
    3,562
    Views
    728,862

    Re: Google Base Feeder Support Thread

    Yeah google obviously changed something a few weeks ago and is rejecting feeds for some reason. Hope to get this resolved soon as I have watched my sales decrease quite a bit since it started...
  28. Replies
    3,562
    Views
    728,862

    Re: Google Base Feeder Support Thread

    As of April 23rd I have suddenly ran into problems with my data feed.
    On April 22nd my feed worked as usual... inserting all products.
    Starting with the April 23rd upload google processes the feed...
  29. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    Ahha. Well it does work for those products if you click it from the product listing... just not on the details page themselves... which will do for now until you upgrade it a bit.
    Thanks for the...
  30. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    Couldnt find it.
    I got everything working except for it working correctly on product_music_info
    It works if you click the request link in the product listings... with this url......
  31. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    I assume there is something in this addon that says if product type =1 true? Is that correct? If so can it be changed to 2? Been searching the code trying to find the way.
  32. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    A quick test with the general product template and the fact that it works is making me suspect that the music product template is causing issues.
    At least I have an idea of where to look now.
    ...
  33. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    Well it seems to be working on product listings... just not on the Product Info page itself.
    I am actually applying the modified chunks of code to my music product info template......
  34. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    Having trouble getting this to work. I have installed it three times and I am 99% sure I am doing everything right as I am quite experienced with zen cart mod installs.

    Admin looks ok... but the...
  35. Replies
    2
    Views
    1,118

    Re: Coupon discount before shipping added?

    Thank you! I should have known that. :oops:
  36. Replies
    2
    Views
    1,118

    Coupon discount before shipping added?

    I notice the discount coupons deduct from the total after shipping has been added. Is there a way to have the discount apply to the sub-total before shipping is added?

    Thanks.
  37. Replies
    6
    Views
    1,509

    Re: USPS First Class Int Package

    How did you fix it?
  38. Replies
    137
    Views
    22,401

    Re: Request Restock Mod Thread

    Does this happen to work with 1.3.8 anyone know?
  39. Thread: Combo Product

    by jbible
    Replies
    17
    Views
    3,202

    Re: Combo Product

    Thanks that did the trick.
  40. Thread: Combo Product

    by jbible
    Replies
    17
    Views
    3,202

    Re: Combo Product

    Any ideas?
  41. Thread: Combo Product

    by jbible
    Replies
    17
    Views
    3,202

    Re: Combo Product

    Yes those are the settings I have had in place.

    Also to you other questions.

    You have set the products_attributes_weight on each of the Attributes to 0 ...
    YES

    You have added the filenames...
  42. Thread: Combo Product

    by jbible
    Replies
    17
    Views
    3,202

    Re: Combo Product

    I am experiencing the same issue with products which contain a bonus download. All my settings are correct according to what you detailed in the post but orders still always come up free shipping.
    ...
  43. Replies
    846
    Views
    218,685

    Re: Google SitemapAdmin

    When I click

    "Click [HERE] to create"

    It pops up a server not found window....because the link is trying to call....

    http://www.experimedia.netgooglesitemap.php

    It seems to be missing the...
  44. Thread: Artist Sidebox

    by jbible
    Replies
    19
    Views
    5,252

    Re: Artist Sidebox

    Now next on my wish list for an artist sidebox......
    1. multiple artists per product
    2. syncronization of artists sidebox and product availability (ie: when a product of a certain artist is sold...
  45. Thread: Artist Sidebox

    by jbible
    Replies
    19
    Views
    5,252

    Re: Artist Sidebox

    Maybe its with 1.3.7

    On mine when an artist has multiple titles they appear in a list when selected.

    For instance...

    goto : http://www.experimedia.net/
    and select 'jeremy bible & jason...
  46. Re: Record Artists - Number to Display Admin / max value?

    Nevermind. I see all of those sections are controlled by MAX SEARCH RESULTS
  47. Replies
    0
    Views
    1,396

    associating multiple artists with a product

    Can anyone suggest a way to associate multiple artists with a single product.

    There are way too many collaborations going on these days.

    I modified the recording label sidebox into an artist...
  48. Record Artists - Number to Display Admin / max value?

    How would I go about adjusting the max value for sections not available in the Max Values area...such as Record Artists.

    Currently it lists 20 but I would rather have it list 100 or more.

    Any...
  49. Thread: Artist Sidebox

    by jbible
    Replies
    19
    Views
    5,252

    Re: Artist Sidebox

    All set and working now with 1.3.8.

    http://www.experimedia.net/misc/artist_sidebox.zip
  50. Thread: Artist Sidebox

    by jbible
    Replies
    19
    Views
    5,252

    Re: Artist Sidebox

    Ive got it to work up to the point where I just get a list of ".." I tried changing the MAX_DISPLAY_ARTISTS_NAME_LEN to 20 as mentioned above but nothing changed.
    If I nail it down I will definetly...
Results 1 to 50 of 60
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR