Search:

Type: Posts; User: modernm

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    Technically I should have included an uninstall script. The values wont effect anything so it is safe to leave them.


    Cal
  2. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    Just reverse the steps in the documentation.


    Cal
  3. Replies
    1
    Views
    1,074

    USPS timeout setting?

    Anyway to set the timeout value for USPS? We have noticed some lag from time to time with USPS and would like to control the time it will wait until going forward without a rate.


    Thanks,

    Cal
  4. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    The exact configuration is automatically setup by the SQL script. I will be posting an update shortly that will make it clearer to the user to not change the default settings.
  5. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    Something else missed in the documentation...

    "1. The single_dropdown option does not work correctly as it does not add the item with the selected attribute. I hope to have this fixed soon. To get...
  6. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    I think you missed this from the documentation...

    2. Multiple_drop down does not work with multiple attributes, a regular expression needs to be fixed. Use the sequenced_dropdown for more than one...
  7. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    I know that others, following instructions, have it working well. If you find anything, let me know and I will update the package. I agree that the documentation should clearly say 4.7 written by...
  8. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    Again, the issue here is the documentation was not followed.


    "Stock by attributes v4.7 must be installed and working"

    ***It says nothing about products with attribute stock ajax.***

    ...
  9. Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    This was due to improper installation. Please review the documentation to ensure you completed every step.

    Cal
  10. Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    I can try and help out with any specific issues. The mod does work but it requires that you follow the read me. Please post any issues and I will try and assist.
  11. Replies
    418
    Views
    134,164

    Re: QuickBooks Merchant Service

    Great contribution! I was up and running within an hour. We are testing this solution to replace authorize.net. One thing we are noticing is the transaction information isn't as plentiful as it is in...
  12. Replies
    1
    Views
    666

    Re: Safari losing cart when closing....

    Grrr, I think this happens in IE too. I guess I just never close my browsers. There has to be a work around for this.


    Cal
  13. Replies
    1
    Views
    666

    Safari losing cart when closing....

    In all our testing, IE, Firefox PC, Firefox Mac, we never lose our cart even when closing the browser. We have a high session.gc_maxlifetime in PHP to ensure the cart sticks around for a while. In...
  14. Re: Virgin Islands (U.S.) + USPS = -2147219080 - Missing value for Country.

    Excellent. Thanks for the response.


    Cal
  15. Virgin Islands (U.S.) + USPS = -2147219080 - Missing value for Country.

    Just had a customer notify us that they can not check out due to trying to ship to the Virgin Islands (U.S.). The USPS shipping module reports an error of "-2147219080 - Missing value for Country." I...
  16. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    K, I think that suggests that you did not fully install the Stock by Attributes contribution.
  17. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    Does "products_with_attributes_stock" exist in your database?


    Cal
  18. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock addon...

    There was a recent update to my contrib that modified pad_base.php to resolve sorting issues. Make sure you are using the latest version.

    Check the SQL in pad_base.php...



    ...
  19. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    You will need to add the define to database_tables.php. This is what my file looks like...





    define('TABLE_PRODUCTS_STOCK', 'products_with_attributes_stock');
  20. Replies
    13
    Views
    2,295

    Re: changing the invoice?

    Ran into an issue where I needed items that have a qty > 1 to stand out. We kept missing them when processing orders.

    Modify "admin/invoice.php"


    Replace...
  21. Replies
    9
    Views
    1,592

    Re: New Product Icon....

    K, so this is by far clean but if someone needs a quick and dirty solution for this, I did the following.

    modify "includes/modules/YOURTEMPLATE/product_listing.php"

    Replace...



    if...
  22. Replies
    9
    Views
    1,592

    Re: New Product Icon....

    Ya, I then realized that would be more maintenance than it is worth.


    Cal
  23. Replies
    9
    Views
    1,592

    Re: New Product Icon....

    Found zen_get_new_date_range(), close enough!
  24. Replies
    9
    Views
    1,592

    Re: New Product Icon....

    Is there a function that gives a quick true or false if a product is new or not? Based on the core ZenCart definition of new product.


    Cal
  25. Replies
    9
    Views
    1,592

    Re: New Product Icon....

    Excellent idea! Thanks :-)
  26. Replies
    9
    Views
    1,592

    New Product Icon....

    I have looked around for a while and I am surprised this has not come up before. We are looking for a way to flag a product as new and have a new icon or some other identifier on the item to show...
  27. Replies
    2
    Views
    1,970

    Re: Product Listing - SORT ORDER???

    I just ran into this same issue.
  28. Replies
    671
    Views
    215,359

    Re: Google Analytics Integration

    Just to confirm on line 136 replace...


    '"' . zen_output_string_protected($order->products[$i]['name'] . $products_attributes_name) . '",' .


    with...


    '"' ....
  29. Replies
    671
    Views
    215,359

    Re: Google Analytics Integration

    I just switched from Simple Google Analytics to Google Analytics by Andrew 2.2.1. It seems as though quotes are not escaped when submitting product names to google analytics.

    Example...

    Right...
  30. Replies
    33
    Views
    8,578

    Re: Page stay on SSL after Log in?

    This is a good find. This could be effecting conversion rates. Anytime a buyer sees anything related to security during a check out process, it is often results in the buyer leaving.
  31. Replies
    826
    Views
    195,742

    Re: usps.com Click-n-ship AutoFill Button Contrib

    Thank you! Definitely an excellent mod.
  32. Replies
    1
    Views
    1,552

    "Date Added" field on product edit...

    Has anyone added the "Date Added" field to the product edit page? This would allow the Date Added to be modified. I am not exactly sure where to start. Looking at product.php has not gotten me much...
  33. Re: Recalculate shipping after discount coupon applied

    I am also interested in the patch and module. Please PM me as well.

    Cal
  34. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock contrib...

    Heathenmagic,

    I am uploading a update for that now. Please check the contrib later tonight.


    Cal
  35. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    Your absolutely right. When I free this week I will do some clean up of the contrib and update it.

    Cal
  36. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock contrib...

    Thanks, I will try and update the contrib tonight.

    Modify includes/database_tables.php



    define('TABLE_PRODUCTS_STOCK', 'products_with_attributes_stock');
  37. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    Add the following line to includes/database_tables.php



    define('TABLE_PRODUCTS_STOCK', 'products_with_attributes_stock');



    Cal
  38. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    Here is an example of the Dynamic Drop Downs contrib in action...


    http://www.modernmunchkin.com/mix-match-57/zutano-baby-basics-short-sleeve-t-shirts-198.html


    Cal
  39. Replies
    64
    Views
    19,031

    Re: Dependant Attributes - Can I do this?

    Check out Dynamic Drop Downs for Stock by Attributes in the contrib section. The sequenced drop downs work great for multiple attributes. Use the single drop down for single attributes and have the...
  40. Replies
    3
    Views
    720

    Re: Remove ":" from title...

    Thank you!
  41. Replies
    3
    Views
    720

    Remove ":" from title...

    Anyone know where the ":" is inserted for the title? I would like to remove it.


    Cal
  42. Replies
    3
    Views
    4,399

    Shoppping cart timeout...

    What is the best way to extend the timeout for shopping carts of people that have not logged in? I searched for a while on the forum and could not find anything specific to the shopping cart, just...
  43. Adding href title value for prev / next...

    Anyway of adding the title of the prev and next product to the href tag? Maybe build a function to query the name of the product ID and populate title="" with that value?


    Cal
  44. Replies
    648
    Views
    98,636

    Re: Return Authorization Module (RMA)

    I am also having an issue where we are not getting the e-mail. The fix posted in the previous email fixed the problem for me.


    Cal
  45. Replies
    0
    Views
    697

    Manufacturers ID on product_info...

    Is there a session var or other easy way to return the manufacturer ID on the product info page?
  46. Replies
    1
    Views
    1,023

    Multiple attributes and attribute images...

    Is it normal for the attribute images to not be displayed if there are multiple attributes? If so is there a way around this?


    Cal
  47. Replies
    671
    Views
    215,359

    Re: Google Analytics Integration

    Are you running the release from March 11th?


    Cal
  48. Replies
    671
    Views
    215,359

    Re: Google Analytics Integration

    Currently using the most recent version of Google Analytics Integration and Zen Cart 1.3.8a. I can't seem to get E-commerce tracking to work. I have enabled the option in Google Analytics and outside...
  49. Replies
    130
    Views
    62,216

    Re: Duplicate Orders/Order Confirmation

    I have been live for 2 weeks now and have no problems since the change :-)
  50. Replies
    51
    Views
    9,854

    Re: Sequenced attributes based on stock contrib...

    I attempted to upload but got a warning saying no file uploaded. Tried twice with no luck.


    Cal
Results 1 to 50 of 94
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR