Search:

Type: Posts; User: inkuyo

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    9,489

    Re: USPS shipping ERROR outside the US

    I did have an old version, but even when I installed the new version of the shipping module I still don't have the flat rate priority mail for international. my weight is 2lbs and the tare is 3:0 so...
  2. Replies
    37
    Views
    9,489

    Re: USPS shipping ERROR outside the US

    forget it. I still had the old shipping module even though I thought I had updated it. all is well now. maintaining too many site....not really.
  3. Replies
    37
    Views
    9,489

    Re: USPS shipping ERROR outside the US

    I am trying to set-up shipping to Egham, Surrey UK.

    I have latest zen cart and USPS module. I enabled ALL the international shipping methods as well.

    BUT

    My sample package is 2.15lbs and...
  4. Replies
    1
    Views
    1,074

    Re: Cannot redeclare zen_js_zone_list()

    I had the same problem (and yes I was blaming GoDaddy).

    I upload the patch on the 25th and replaced the html_output.php file in the storefront section instead of the ADMIN section. Kind of sucks,...
  5. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    I will look into it more, but my time is limited right now. I may wait for 2.0+ to come out.

    Ideally it would be linked to image handler and have a switch to turn on and off as needed.
  6. Replies
    634
    Views
    198,697

    Re: Local Sales Tax Mod - Support Thread

    I too would love to have it. I don't have the time right now, but will take a look more in depth. Had not been extremely important since most of my clients sales have been out of state. Local...
  7. Replies
    634
    Views
    198,697

    Re: Local Sales Tax Mod - Support Thread

    A Correction The tax is based on the Shipping Address.
  8. Replies
    634
    Views
    198,697

    Re: Local Sales Tax Mod - Support Thread

    I figured it out. It has to do with the case sensitivity of the city name, AND the billing location (not the shipping location).

    So Example: bothell is NOT the same as Bothell.

    Now I just have...
  9. Replies
    634
    Views
    198,697

    Re: Local Sales Tax Mod - Support Thread

    OK I thought it was all working, at least the SQL work and I have the local sales tax module in the total and under the tax rates.

    I added one city (Lynnwood) with a tax rate of 9.5% (I also just...
  10. Replies
    634
    Views
    198,697

    Re: Local Sales Tax Mod - Support Thread

    Looks like some others were getting the same 'failed' response when installing this mod. So I went thru the thread and found this and it worked. Add the semi-colon at the end of the pasted SQL...
  11. Replies
    0
    Views
    595

    active drawing/3d drawing

    I want to know if there is a plug in to do the following.

    I have a drawing with an A and B side. I want a field that would change A and a field that would change B. Then the drawing would be...
  12. Replies
    20
    Views
    4,237

    Re: product image on confirmation page

    I got it.

    only misplacement of the paren and the two apstrophes.

    Thanks for your help. My mods will probably be posted at some point.
  13. Replies
    20
    Views
    4,237

    Re: product image on confirmation page

    Here is the code in invoice.php

    echo ' <td class="dataTableContent" align="center" valign="top">' .zen_image(DIR_WS_CATALOG_IMAGES . zen_get_products_image( $order->products[$i]['id'],...
  14. Replies
    20
    Views
    4,237

    Re: product image on confirmation page

    Linda ~

    I am trying to get the ordered product image to show on the invoice. (in my case super_invoice.php). I get it to show, but the image is NOT resizing.

    The code in the last post was from...
  15. Replies
    20
    Views
    4,237

    Re: product image on confirmation page

    This is what I have:

    // bof image added by inkuyo -->
    echo ' <td class="dataTableContent" align="center" valign="top">' .zen_image(DIR_WS_CATALOG_IMAGES . zen_get_products_image(...
  16. Replies
    20
    Views
    4,237

    Re: product image on confirmation page

    I made the small change but the image still does not resize.

    I was trying your calling from this thread, http://www.zen-cart.com/forum/showthread.php?t=106016&highlight=products_id.

    I would...
  17. Replies
    20
    Views
    4,237

    Re: product image on confirmation page

    Linda Maybe you can help me. I used the following code to add the product image to my invoice, but it is NOT resizing the image.

    Maybe you can shed some light on my errors.


    echo ' <td...
  18. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    Okay. I updated the images to be dynamic (including the directory) and to be tied with the small images settings for height and width under configurations-->images.
  19. Replies
    2,019
    Views
    431,976

    Re: Super Orders 2.0

    I want photos on my super_orders.php?page=1&oID=2&action=edit page.

    I tried adding this code (and aligned the columns and heading) but I am not getting photos. [edit] I am just getting...
  20. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    I figured out the code. So I used an if...else statement with echos.

    So, here is the deal. Replace admin/includes/modules/category_product_listing.php with this one.

    Add...
  21. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    Any suggestions on the code to handle the images for the categories.

    Not all categories have images. I don't want a blank 200px x 200px box w/o an image showing. If would not mind a...
  22. Replies
    2,019
    Views
    431,976

    Re: Super Orders 2.0

    love the mod. Any way to add in a thumbnail of the product next to the model #?

    This may not be for everyone, but would be cool if there was a switch to turn it on.


    Similar to what I am...
  23. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    I also added this in for the products on line 334.


    <?php //bof adding product image
    ?>
    <td class="dateTableContent">&nbsp;<?php echo '<img height="50px" width="50px"...
  24. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    That worked. I did have to embed the main image directory.

    <td class="dataTableContent" align="left">&nbsp;<b>IMAGE TEST</b><?php echo '<img height="50px" width="50px" src="../images/' ....
  25. Replies
    9
    Views
    3,275

    Re: Admin category/product images

    I determined the location for the image in the primary category.

    admin/includes/modules/category_product_listing.php

    line 143. I changed to:


    <td class="dataTableContent"...
  26. Replies
    9
    Views
    3,275

    Admin category/product images

    Not sure if there is a MOD out there. I have searched the threads and have not found one yet. I will continue.

    What I want:
    When I am in the admin and click on 'categories/products' when it...
  27. Replies
    3,562
    Views
    730,581

    Re: Google Base Feeder Support Thread

    I have another question too. On another site I updated to the latest feeder and now only 269 products exported to my xml file instead of the over 1000 products. Any ideas?
  28. Replies
    3,562
    Views
    730,581

    Re: Google Base Feeder Support Thread

    ok. I have updated to the latest version of google feeder (11). And I am still having issues uploading. I can manually do it, but not from the web interface. Eventually I will cron job it.
    ...
  29. Re: Display "Specials" as a category on the front page?

    Great advise. I made a sale using salemaker for a category then made a banner with an end date that matched the sale. I stuck it in position 3 and add some DIV formatting. Sweet. Thanks.'

    This...
  30. Replies
    35
    Views
    6,070

    Re: How do you change add to cart?

    Goto Admin --> configuration menu --> product listing -->

    Change:

    Product Quantity Box Status - Adding New Products to '0'
  31. Replies
    0
    Views
    980

    Shipping for each item, discounted

    I know that I can set the weight for each item to change the amount for the shipping since I am charging a flat rate for shipping. I just didn't know if that is the best way.

    Here is the deal. I...
  32. Replies
    4
    Views
    2,863

    Re: going crazy Website payment Pro setup

    At first the only option I have was check/money order.

    I updated the entire english/modules/payment folder and then the other options were there except for that error related to the paypal.php. ...
  33. Replies
    4
    Views
    2,863

    Re: going crazy Website payment Pro setup

    I guess I figured it out.

    I re-uploaded all the files in the modules -> payments folder

    Then I added IPN with the PDT. That made an error MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_LOGO show up at...
  34. Replies
    4
    Views
    2,863

    going crazy Website payment Pro setup

    ok. I believe that I have everything set up and I have checked three times.

    www.washingtonprosaws.com/shop
    Zen Cart 1.3.8a

    Paypal Settings:
    IPN - check - return to https:.....
    API Access...
  35. Replies
    7
    Views
    3,960

    Re: cannot update database

    ah, that makes sense. In my myphpadmin in the import section has the 'break up' checked by default.

    ---->
    Partial import
    Allow interrupt of import in case script detects it is close to time...
  36. Replies
    7
    Views
    3,960

    Re: cannot update database

    Thank you. That worked. Any idea why it would have 'lost' my admin password?
  37. Replies
    7
    Views
    3,960

    Re: cannot update database

    I get this error: ATTENTION: Problems Found

    * Admin Password required to proceed with upgrade more info...

    Now it is like my passwords won't work. Obviously I won't take this to a live...
  38. Replies
    7
    Views
    3,960

    cannot update database

    I installed on localhost my upgraded store w/o products. Then I went into myphpadmin and imported my database. My store says I need to upgrade the database (expected) so I run the update. But I...
  39. Replies
    3,832
    Views
    1,223,638

    Re: Easy Populate support for Version 1.2.5.4

    I am not sure on this. But you might try using winmerge. Don't know how if it would examine the contents of the CVS file.

    The other option is to turn the product off by changing the status...
  40. Replies
    2
    Views
    1,708

    Re: caption error CAPTION_UPCOMING_PRODUCTS

    Thanks. That was it. I guess I merged the sub windows and somehow misses the separate english.php file.
  41. Replies
    2
    Views
    1,708

    caption error CAPTION_UPCOMING_PRODUCTS

    I upgraded from 1.3.7 to 1.3.8a. For some reason the upcoming products reads out this : CAPTION_UPCOMING_PRODUCTS in stead of filling it in. I doubled check and made sure I have the latest language...
  42. Replies
    3
    Views
    2,039

    Re: upgrade 1.3.7. to 1.3.8a - catalog error

    That's what it was. For whatever reason I didn't get the my admin/includes/language files uploaded correctly. I just FTP'd them and the system is working fine.

    Thanks,
  43. Replies
    3
    Views
    2,039

    upgrade 1.3.7. to 1.3.8a - catalog error

    I think I missed a file somehow in the upgrade but I don't know which one. When I go to add a product/category my page shows "HEADING_TITLE - Top" and some other PHP codes. It all works but...
  44. Replies
    11
    Views
    25,186

    Sticky: Re: I'm seeing no tax-description on checkout

    I am right there with you. First I deleted the tx class before the I deleted the rate. ouch. Had to do some database repairs. Good thing it is small right now.

    After I added the taxes back i...
  45. Replies
    3,562
    Views
    730,581

    don't use an ampersand ('and sign')

    Just thought I would pass on my experience with a client's google_base.xml file creation. The store name is www.jm-offroad.com but the name of the business is J&M Offroad and that is what I have...
  46. Replies
    3,832
    Views
    1,223,638

    Re: Easy Populate support

    I found my own answer. There IS an admin switch in 1.2.5.4 under Configuration->Easy Populate->Upload/Download Prices Include Tax = false

    This means that the price of the product uploaded is a...
  47. Replies
    3,832
    Views
    1,223,638

    Re: Easy Populate support

    Another one. My prices uploaded end up being after tax instead of price of the product before tax.

    Any ideas? Did an admin switch get changed? I do upload the goods with the field...
  48. Replies
    3,832
    Views
    1,223,638

    Error: Category has Products!

    I get this error:
    Error: Category has Products!

    after using EP. The funny thing is nothing is in the category when I go there.

    Any idea how to correct this problem?

    Dale
  49. Replies
    3,832
    Views
    1,223,638

    Re: Easy Populate support - sort order

    Also, I would like to upload the sort order for products, but that does not seem to upload. I do have a column for the sort order.

    v_products_sort_order


    Dale
  50. Replies
    3,832
    Views
    1,223,638

    Re: Easy Populate support - attributes on?

    I am using EP 1.2.5.4. I am trying uploading files priced with attributes but each product uploading does not have the Price by Attributes setting on so i have to go to each one and turn it on. Not...
Results 1 to 50 of 73
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR