Search:

Type: Posts; User: scrap

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. v151 Only display states selection box when from a certain country

    Hi
    In tpl_module_create_account.php I want to declare an if-statement.
    If a customer chooses a certain country, display the state dropdown. Else, display nothing.

    Original 1.5.1 code:

    <?php...
  2. Replies
    3
    Views
    729

    v151 Re: Cannot run SQL scripts

    Which ones do you mean? All of them?

    Btw, I solved the installation issues by using phpmyadmin instead and changing the table references in the scripts. I.e.

    INSERT INTO configuration_group...
  3. Replies
    3
    Views
    729

    v151 Cannot run SQL scripts

    My upgrade procedure...

    1. Installed a test version of my live 1.3.9h store to a new folder and a new database. Checked that everything was working fine. OK.
    2. Uninstalled all addons. Checked...
  4. v151 Re: Wrong charset and customers cannot login after upgrade

    Thanks again both of you. Everything is working.

    Sometimes one get caught with the head in the behind. Note to self: remember to chech modules/pages/login/header.php for admin master password...
  5. v151 Re: Wrong charset and customers cannot login after upgrade

    Thanks!
    Two quick Qs

    1. Does this really affect customer passwords (i.e. customers not being able to log in)?

    2. I have a stock, unmodified 1.3.9h (the version I'm coming from) install as...
  6. v151 Wrong charset and customers cannot login after upgrade

    Hi
    I've upgraded a local copy of my live site from 1.3.9h to 1.5.1. Everything was successful, but now I cannot login to the site front using my test accounts.
    When login to the backend and choose...
  7. Replies
    23
    Views
    1,960

    Re: Moving site from sub directory errors

    The "root" of your domain, i.e. the files that the public are seeing, are in /public_html/. If you put the below code in a new text file and name it index.html, you can try to move it around to...
  8. Replies
    23
    Views
    1,960

    Re: Moving site from sub directory errors

    Change the red parts to these red parts and try again

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)...
  9. Replies
    8
    Views
    1,511

    Re: Moving to new server, IP in configure.php?

    Christ i'm stupid, of course...
  10. Replies
    8
    Views
    1,511

    Re: Moving to new server, IP in configure.php?

    Thank you for the clarification! I just pointed an unused domain name to the new server and will check for errors using it before pointing the real domain the the server.
  11. Replies
    8
    Views
    1,511

    Re: Moving to new server, IP in configure.php?

    The thing is that if I install a fresh version, zenid is still there and there's still a "security error" when logging in to the adminfolder. I'm leaning towards thinking that one cannot have an IP...
  12. Replies
    8
    Views
    1,511

    Moving to new server, IP in configure.php?

    I just got hold on a new server onto which I've uploaded my shop. It kind of works, but not flawlessly. www.mydomain.com is still pointing to my old server as I test the new one out.

    My folder...
  13. Replies
    5
    Views
    2,520

    Re: Adding Disqus comment system

    Update: No, I'm afraid I've removed that iteration of the code...
  14. Replies
    5
    Views
    2,520

    Re: Adding Disqus comment system

    Thank you for your pm. I replied in a more elaborate manner and will update this thread with the "working" code tomorrow, if i still have it (we decided not to have a review system after all).
  15. Replies
    4
    Views
    801

    Re: Get coupon name and value

    Omg, I hadn't looked through the code. Mixed two templates all together... this is how it should be, and it works (yaaay).


    $sql = "select * from " . TABLE_COUPONS . " where coupon_id=:couponID:...
  16. Replies
    4
    Views
    801

    Re: Get coupon name and value

    I've come a long way! I'm pretty much all set, accept for one annoyance - I need to refresh a page to get the amount to "stick". :frusty: Heeeelp!

    This is what I've come up with


    $sql =...
  17. Replies
    4
    Views
    801

    Re: Get coupon name and value

    I'll keep answering myself :huh:

    I've narrowed it down to, well, nothing. However, what I want to do is to "extract" the ot_coupon(?) figure in tpl_checkout_confimation_default.php...
  18. Replies
    4
    Views
    801

    Re: Get coupon name and value

    I've tried like hundreds of different ways, but error all the way... However, I "figured" out the COUPON_EX_NAME, although I don't know how.


    $order->info['coupon_code']

    Of course, I tried...
  19. Replies
    4
    Views
    801

    Get coupon name and value

    Hi
    I'm having issues with a payment method as it doesn't subtract the coupon value in its calculation.

    This is what I've come up with...

    The payment supplier has its own API (I can get some...
  20. Thread: wishlists 0.6

    by scrap
    Replies
    235
    Views
    33,709

    Re: wishlists 0.6

    Thank you for this contribution!
    As I hold my customers privacy high, I'll need to make some changes though. I wish to remove the feature of searching for other customers wish lists as well as...
  21. Re: Opening a bricks and mortar store, barcodes Q - EP

    I'm trading from Sw.eden. I'm sure Magnetic One is great, but since '10 all trades using "cash" (real money and card transactions) need to be going through a certified control box, coupled with a...
  22. Re: Opening a bricks and mortar store, barcodes Q - EP

    Thanks for your reply!
    We've looked into Magnetic One, but I believe we cannot use it due to the laws in our country. The register has to be certified quite strictly, which Magnetic One of course...
  23. Opening a bricks and mortar store, barcodes Q - EP

    Hi
    We're planning on opening a bricks and mortar store in a couple of months. By then we'd like to use a barcode scanner for our products to speed up the process for the visiting customer.
    Atm, we...
  24. Re: Sessions issue for some customers? Blank page.

    Nevermind that, I figured out how sessions and cookies work and got an update from the host that told me the issue is with another server, and that it only affects a group of visitors behind a...
  25. Sessions issue for some customers? Blank page.

    Hi (i'm running 1.3.9h)
    Some of my customers are having issues accessing the shop. Some have tried a different browser, but are still only getting a blank white page when trying to access the site....
  26. Replies
    6
    Views
    1,213

    Re: "Add to cart" JS?

    Thanks for the tip, but that is not quite what I was asking for. If a customomer chooses s/he can view all products in a category on the product listing page. If I have 100 products in that category...
  27. Replies
    6
    Views
    1,213

    "Add to cart" JS?

    Hi
    Is there a way (contribution/lines of code) to replace the "Add to cart"-button in Product listing that currently reloads the entire page (thereby sending the customer to the top) when clicked,...
  28. Replies
    4
    Views
    967

    Re: List-Unsubscribe as opted for by Gmail

    Thanks! My skills are certainly not up for it, so I think i'll pass. My plan was not to use it for my newsletter (i'm relying on third party for that), but rather to use it to give customers a quick...
  29. Replies
    4
    Views
    967

    Re: List-Unsubscribe as opted for by Gmail

    T u, but I don't think I understand. I'm referring to this
    which, as far as I can see, refers to http://www.list-unsubscribe.com/esp_sender/ with an header similar to one of the DKIM examples

    ...
  30. Replies
    4
    Views
    967

    List-Unsubscribe as opted for by Gmail

    How do I add the List-Unsubscribe entry opted for by Gmail in their senders guidelines ( http://mail.google.com/support/bin/answer.py?hl=en&answer=81126 )? I've activated DKIM and SPF (pass and good)...
  31. Add purchase price to product pages in admin (+db)

    I want to add a field to each product in the admin area. The field should not be visible to the customer and should be extractable from the database, together with all other product fields. I'm using...
  32. Replies
    7,098
    Views
    1,857,101

    v138a Re: Image Handler 2 Support

    Hi. as Diva said, rename the admin-folder once again asap. I have a couple of attempts/bots trying to access the admin-page every week and run scripts (most notably "password forgotten") and I hate...
  33. Replies
    7,098
    Views
    1,857,101

    v138a Re: Image Handler 2 Support

    Thank you! I can confirm that this works with Windows 7 x64 as well! Excellent!
  34. Replies
    7,098
    Views
    1,857,101

    v138a Re: Image Handler 2 Support

    Microsoft released its Internet Explorer (ie9) today and I noticed straight away that it doesn't display IH2 hover effect correctly. Or, perhaps more correct, it seems to display the image hoover...
  35. Replies
    62
    Views
    13,020

    Re: Master Password Encrypted mod support

    Nevermind, it works fine with 1.3.9h, must have screwed up the copy/paste. Several times... :frusty:
  36. Replies
    62
    Views
    13,020

    Re: Master Password Encrypted mod support

    Anyone using the encrypted version with 1.3.9h? I just tried but couldn't log in to my customer test account, it just gave me a blank page.

    The only code change from original header_php.php is:
    ...
  37. Replies
    5
    Views
    2,520

    Re: Adding Disqus comment system

    Addon:
    When I try the extracted php-line and uncomment the identifier and url vars, Disqus won't load (it gives an error message, that's all). Furthermore, I'm a bit confused about the difference...
  38. Replies
    5
    Views
    2,520

    Adding Disqus comment system

    I'm aiming towards adding the Disqus comment system to my shop. I want customers to be able to comment on product pages, which means some dynamic urls have to be defined.

    The main code is (cut...
  39. Replies
    7
    Views
    1,482

    Re: Error log when changing server (GoogleBot)

    Yes, I've created a 404, so that issue is resolved. However, I have no idea how to decipher domain.com/domain.com. I've put on a full access log which I'll eye through daily and closer review when...
  40. Replies
    7
    Views
    1,482

    Re: Error log when changing server (GoogleBot)

    Thank you. I just reviewed the error log again and GoogleBot seems to have solved itself out. I still want to confirm that the configure.php is correct though. I do not feel comfortable writing out...
  41. Replies
    7
    Views
    1,482

    Re: Error log when changing server (GoogleBot)

    DIR_WS_CATALOG should be /home/accountname/public_html/topdomain/addon domain ? That is not how i've configured it. I've set DIR_FS_CATALOG to /home/accountname/public_html/addon domain and...
  42. Replies
    7
    Views
    1,482

    Error log when changing server (GoogleBot)

    Hi
    I moved the shop to a new server yesterday. Everything is working fine and the customers are able to shop.

    I build the new shop as a addon domain on...
  43. Add a shipping description in checkout_shipping

    Hi
    I want to add a shipping description to each shipping method available in checkout_shipping. My current solution is far from good as the description is displayed everywhere where the shipping...
  44. Re: Fresh install on new server, but want to migrate customers and products

    Thanks guys! I just tried the Kobra version out. Please let me know if I'm way over my head here :D

    I installed a local copy of the 1.3.9h site, downloaded the 1.3.8a database with some exceptions...
  45. Re: Fresh install on new server, but want to migrate customers and products

    Thank you

    I've migrated the shop to another server and done the upgrade to 1.3.9h, everything went just fine. Just after the migration I downloaded the live (1.3.8a) DB again, copied the images to...
  46. Replies
    2
    Views
    812

    Re: Calculation in percentage def. coupon

    I'm replying once again to myself.

    Seems that if I set Modules --> Order total --> ot_coupon to "Include shipping" it's all OK.

    Totals: 2608.00
    Shipping: 20.00
    10% Discount: -262.80
    Tax:...
  47. Replies
    2
    Views
    812

    Re: Calculation in percentage def. coupon

    Did another test with a fixed coupon

    Created a coupon: $100.000

    Zen cart calc
    Totals: 2500.000
    Shipping: 10.000
    Discount: -100.000
    Tax: 481.983987190
    To pay: 2410.000
  48. Replies
    2
    Views
    812

    Calculation in percentage def. coupon

    I start a new thread, background: http://www.zen-cart.com/forum/showthread.php?p=964148

    I've never used the Discount before since I never got it to work. Been fiddling around a couple of hours(!)...
  49. Special price on product when cart totals >$100?

    Hi
    Let's say I have an item in the store for $50 and want customers with a total cart value of at least say $100 to buy the item for $30. Can this be done?
    It doesn't matter if the -$20 discount is...
  50. Replies
    1
    Views
    2,268

    Re: Charset and emails

    I solved it myself.

    Notepad++ (which I primarily use) was set to "Encode with...*something*". By changing it to Encoding --> Character set --> Western europe --> ISO-8859-1 the problem went away....
Results 1 to 50 of 102
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR