Search:

Type: Posts; User: GAM

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    1. I'm not sure what program you're using for your source data but assuming something like Excel, try specifying 'custom' field/column formatting in your spreadsheet program e.g., "000000000000#", to...
  2. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Hey MC, appreciate the suggestion but just not feasible (desirable) for me as I know Excel like the back of my hand and already have 10's to 100's of spreadsheets that I use to manage and manipulate...
  3. Replies
    3,605
    Views
    515,883

    Sticky: Re: Excel, CSV and UTF-8 encoding - likely solution

    Hi MC
    Yeah, I looked into the code and can't see anywhere that is playing with the dates so it must be one of those Excel side-effects ;) My 'good' method for using Excel is:
    1. Ensure all...
  4. Replies
    3,605
    Views
    515,883

    Sticky: Re: Excel, CSV and UTF-8 encoding - likely solution

    STOP! BEWARE!
    I've realised that the above solution for me is not quite so perfect after all... there is a flaw.

    Date formats are changed to dd/mm/yyyy, which is not good at all. :(


    I'll...
  5. Replies
    3,605
    Views
    515,883

    Sticky: Excel, CSV and UTF-8 encoding - likely solution

    For those that cannot or wish not to stop using Excel and have experienced formatting, character encoding and field delimiter problems with save as 'CSV' from Excel, check out this link to a VBA...
  6. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    For anyone else that might experience similar circumstances with unusual spacing/formatting around numeric values in your Excel file, as per above posts that caused the specials price to be seen as...
  7. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Hi MC

    Thanks for taking the time to look into this and respond. After several more tests I believe I have discovered the problem... spaces before and/or after commas around those values i.e.:
    ,...
  8. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Anyone able to shed some light on this... EP4 reporting the following even though 'specials price' is LOWER than 'normal price'.

    (my debugging info preceding the standard error message is...
  9. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    FYI
    Looking into the code itself I discovered that specifying 0 (zero) on v_specials_price for a record deletes the Special on import.
  10. Replies
    3,605
    Views
    515,883

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Hi

    Is there any funky switch (function/action triggered by a specific value) on one of the 'specials' fields (specials_price, specials_date_avail, specials_expires_date) that will remove or delete...
  11. Shopping cart Subtotal not equal Checkout Subtotal (rounding error) with GST/VAT

    I have a webshop in Australia, where we use GST-included in our prices. 10%

    I'm getting a rounding error on checkout subtotal. Shopping Cart product totals and Subtotal are calculated correctly...
  12. Thread: RMA Order Module

    by GAM
    Replies
    18
    Views
    2,409

    v151 Re: RMA Order Module

    duplicate post - delete
  13. Thread: RMA Order Module

    by GAM
    Replies
    18
    Views
    2,409

    v151 Re: RMA Order Module

    This looks great. I'm keen. :)

    Feature suggestion/request:
    - RMA number automatically assigned.

    Could be simply constructed from Order Number and Date and/or Sequence number e.g., 32481-r1,...
  14. Replies
    211
    Views
    48,037

    Re: Save For Later Support Thread

    For anyone wanting to use the same hard-coded workaround, to avoid conflicts, probably best to use...
    BUTTON_SAVE_FOR_LATER_PRODUCT
    which is in sfl_defines.php too and, I believe, intended for use...
  15. Replies
    211
    Views
    48,037

    Re: Save For Later Support Thread

    Okay, this is what I did, which works for me ;-) I realized after seeing your post that I never actually got back to this as looking at it again now it is not quite right... but does still work.
    ...
  16. Replies
    211
    Views
    48,037

    Re: Save For Later Support Thread

    I got it working and iirc it was something stupid that I was or wasn't doing. I'll review the code and css and let you know what I have, which is working!

    Cheers
    GAM
  17. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Thanks mate, worked like a charm! :cool:
  18. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Hi Anne

    Tried that. Didn't work. :-(

    To clarify...
    The default tab on the main page is 'New'.
    The default tab on all other pages is 'All'

    It should be 'New' for every page according to...
  19. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Hi

    Discovered an issue with my 'index_categories' version. Not sure where to look...

    On category pages I'm getting 'all' displayed by default instead of 'new' (as configured by #whatsNew...
  20. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Agreed. I see.

    Hmm, I would like to take a look and try but worried I will never get this new build live if I keep tweaking and extending things :unsure:

    Thanks for your help.

    Cheers
  21. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules (tpl_index_categories.php - use with Categories on Main)

    Thank you. Didn't notice those.:ohmy:

    I believe I've captured them all...

    Modified tpl_index_categories.php (zen 1.5.1) for use with Tabbed Home Page v2
    (Required when displaying Categories on...
  22. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Urmm, this was probably the wrong way to go about fixing my float left issues with centerboxheading and 'upcoming products' when no new, featured or specials.

    Have modified the code as follows:
    ...
  23. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Thanks for your efforts rbarbour. Appreciated. :-) The carousel is not a bad idea too. Hmm. I wouldn't mind being able to specify number of rows to display with prev/next/page# functionality. Hint....
  24. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    LOL, I have just successfully modified tpl_index_categories.php to work and was about to paste the code here... and I see your post. ;)

    Bah, pasting for reference anyway:

    <?php
    /**
    * Page...
  25. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules

    Thanks all. At least I know why the module wasn't working.

    I'll look into the code changes and see what I can do.

    Cheers
    GAM
  26. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Hi Anne (and maybe others)

    Getting somewhere now... Searching for examples of this mod in use I had not noticed any sites with Categories displayed on the main page. Although the heading...
  27. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Looking through my add-ons the only one that I can identify that comes close to being related is Flexible Product Listing and one of its files; tpl_index_product_list, which does have code for...
  28. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Hi
    Thanks for looking. First, to be clear, I have seen an example on another site of what I should be seeing, but not on my site. The correct code and file is present on my server here:...
  29. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    I've now seen an example of what I'm looking for and for the life of me I don't know why I'm not seeing the same things. I expect some conflict or other override somewhere or a dependency that...
  30. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Hi Anne

    Something may have changed at the time you looked but all the files should be there. I'm working on the site at the moment and have checked that all the applicable files are in the correct...
  31. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Yes, template override directories changed and files present in the correct locations.

    Not sure about the load times you experienced, seems a little slow to me at the moment but not too bad (3-4...
  32. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Whoops, forgot this...
    http://www.gammods.com.au/store3/
  33. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    Hi Anne

    Thanks for replying.
    I didn't need to edit index_home.css because I didn't have one before, so just uploaded your version. I have doubled checked and it is according to instructions in...
  34. Replies
    111
    Views
    13,583

    Re: Tabbed Home Page Modules install issue

    G'day

    I've installed this without issue (no edits/overwrites) and have all the admin config settings enabled but I don't get any tabs? None, nada. Only 'new products' are displayed too but given...
  35. Replies
    211
    Views
    48,037

    Re: Save For Later Support Thread

    Hi

    I need help. I've tried but obviously don't know what I'm doing. I'm using CSS Buttons and want the Save For Later button on the Product Info page to display the same as the other CSS buttons...
  36. Thread: Wishlist

    by GAM
    Replies
    377
    Views
    110,513

    Re: Wishlist

    Hi Diva. Yeah, I realize this. I've gone with 'Save For Later' for now, which provides similar functionality and is very good. Once I've got the new build running with the current list of add-ons, I...
  37. Replies
    1,684
    Views
    263,428

    v150 Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Understood too. ;-)

    Going forward with the new site I will be removing the obsolete size related directories and uploading all my renamed, 'large' images to the new site's ...
  38. Replies
    1,684
    Views
    263,428

    v150 Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Thanks Diva Vocals

    IH4 is a great add-on and something that I've wanted to use for a long time but always put off until I was ready to upgrade to the latest version of Zen... it has taken a few...
  39. Replies
    1,684
    Views
    263,428

    v150 Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Hi

    I've identified the problem... active template not set correctly. Sorry for wasting everyone's time. :( Hopefully this helps someone else out in the future in similar circumstances....
  40. Replies
    1,684
    Views
    263,428

    v150 Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Good moanin'

    LOL, perhaps it was because it was late (GMT+10 here) ;-) Apologies for the somewhat confusing/unclear post. I was tackling that post at the end of (another) very long day following...
  41. Thread: Snaf

    by GAM
    Replies
    297
    Views
    35,986

    Re: Snaf

    Thanks Nick. Agreed. Appreciate your response and acknowledge your reply to Glenn too. Noted.

    Cheers
    GAM
  42. Replies
    1,684
    Views
    263,428

    v150 Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Hi DV and friends

    I was hoping not to have to post here :-( I've read, read again, scratched, read again to be sure, tweaked, uploaded, flicked on, off, etc etc and cannot get this working as...
  43. Replies
    27
    Views
    3,947

    Re: Flexible Product Listing [support]

    Thanks for your time Glenn. Totally understand and appreciate your responses given your circumstances.

    I did a compare of the files in both mods and they're very different. I'll either remove FPL...
  44. Thread: Snaf

    by GAM
    Replies
    297
    Views
    35,986

    Re: Snaf

    G'day Nick

    I've installed Flexible Product Listing, which I like so far and didn't want to revert (although my new build is still in development stage and little real testing). I wanted to use a...
  45. Replies
    27
    Views
    3,947

    Re: Flexible Product Listing [support]

    Thanks for responding Glenn

    I've been reading through the readme's and skimming/searching through various threads for some clarification and am now very confused/muddled. I was looking at SNAF and...
  46. Replies
    27
    Views
    3,947

    Re: Flexible Product Listing [support]

    Hi Glenn

    I've got your add-on installed and working nicely. Thanks for the mod! Need some more tweaks when I come around to the rest of the look & feel but concentrating on installing and getting...
  47. Thread: Wishlist

    by GAM
    Replies
    377
    Views
    110,513

    Re: Wishlist

    Really want (need) to install this with a new v1.5.1 build but it doesn't appear to be compatible/working with Zen-Cart v1.5.1. My list of add-ons to install is vast and I don't want to risk...
  48. Replies
    797
    Views
    131,342

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    I'm rebuilding my site with v1.5.1 and got the same.



    Although I tried this yesterday and got the same 'blank' admin page result, I have since reverted to an earlier, working version,...
  49. Replies
    2,251
    Views
    337,110

    Re: shop.vcsweb.com is off the air???

    Seconded.

    Cheers
    GAM
  50. Replies
    2,251
    Views
    337,110

    Re: ozpost shipping module

    Hi Rod

    Thanks for your reply.

    I will provide my hacked file for you. It would be great if what you suggest is possible and easy enough. You might also like some of the methods/options I'm using...
Results 1 to 50 of 118
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR