Search:

Type: Posts; User: philip937

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    4,132

    v151 Re: Implementing PayPal Pro "Hosted Solution"

    Hi BillJ,

    I have this solution working, however pretty much the day after I had it working I had to fold my business which has been stressful times.

    I have actually added a few other bits to...
  2. Replies
    10
    Views
    4,132

    v151 Re: Implementing PayPal Pro "Hosted Solution"

    Well i'm pleased to announce my changed have worked on the button. Once I have tested with Paypal I will report back.

    I will probably look to make the settings conditional so I can easily switch...
  3. Replies
    10
    Views
    4,132

    v151 Re: Implementing PayPal Pro "Hosted Solution"

    Ok so I think this covers most of it.

    Staring from top to bottom of the Button code.

    If I change this:


    $this->form_action_url = 'https://' . MODULE_PAYMENT_PAYPAL_HANDLER;
  4. Replies
    10
    Views
    4,132

    v151 Re: Implementing PayPal Pro "Hosted Solution"

    Wow, well the code for this is a bit of a mine feild which is why I assume there has not yet been any responses. Delving in further myself I beieve I have found the function that creates the button....
  5. Replies
    10
    Views
    4,132

    v151 Re: Implementing PayPal Pro "Hosted Solution"

    to expand on my previous post. here is the documentation for the implementation:
    https://www.paypalobjects.com/webstatic/en_GB/developer/docs/pdf/hostedsolution_uk.pdf

    there are basically three...
  6. Replies
    10
    Views
    4,132

    v151 Implementing PayPal Pro "Hosted Solution"

    Has anyone done this before? This service basically signs you up to the pro service to accept credits card however gives you the ability to have it all hosted on PayPal - much how website paymens...
  7. Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    I also use standard and haven't seemed to notice any issues, however (might be coincidence) but today I'm noticing more people arriving at checkout confirmation but not completing checkout, therefore...
  8. Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    The Dr has spoken! Cheers
  9. Re: PayPal Express Checkout Error (35) error:1408F10B

    I've made the suggested change. I'll switch back if I notice any issues using the setting on standard.

    Ps - the only reason I knew about the issue was because I received an email from Numinix....
  10. Re: PayPal Express Checkout Error (35) error:1408F10B

    I take it this doesn't affect paypal website payments standard? I haven't had any issues today... ?
  11. v151 Re: What files control the 404 product not found?

    Yes that pretty much what I'm after. So a disabled product will:

    - Not be visible in the product listings
    - Accessible via external links

    A product deleted from database will:
    - Will return...
  12. v151 Re: What files control the 404 product not found?

    404 not found. If the page is there then it is found. To be honest the question wasn't asking advice on the logic, I was after the technical answer.
  13. v151 Re: What files control the 404 product not found?

    Why what? Why do I want my URL to display useful information? Because someone landing on a white 404 page (or even a generic custom 404 page) is not helpful and a potential customer will bounce...
  14. v151 Re: What files control the 404 product not found?

    My question was about zen cart code. I am not sure I understand your response?
  15. v151 What files control the 404 product not found?

    Hi all, I touched on this quite some time ago but can't seem to find the thread.

    I want to change the behaviour of my site when products are disabled. Instead of displaying the product not found...
  16. v151 Re: Shopping Cart Session (Guest/Customer not logged in)

    Thanks Design 75.

    Been testing it this morning and it works a treat.

    after leaving the computer idle for over 30 mins and clicking Checkout, instead of the cart emptying and getitng a whoops...
  17. v151 Re: Shopping Cart Session (Guest/Customer not logged in)

    Thanks I'll take a look. Do you know if this modifies any core files? After a simple fix really as I have many modifications and do not want to override them.
    Failing that, is it just possible to...
  18. v151 Shopping Cart Session (Guest/Customer not logged in)

    Hi peeps.

    I've noticed that a customer with items in the cart, after a short while of inactivity, when a customer navigates to a new page they get the opps session expired page and the content of...
  19. Replies
    3
    Views
    589

    v151 Re: Switching templates front end

    Cheers lat9 :)

    Do you know if zen cart has any custom ways sessions are set or is it standard php ie:


    $_SESSION['template_switch']=1;

    Or is there a slightly different way? I assume setting...
  20. Replies
    3
    Views
    589

    v151 Switching templates front end

    Can someone remind me which file controls the template selected?

    I want to override it so that I can use a query string the set a session to switch between the current on and a new one I will be...
  21. v151 Re: Is there a simple customer referals mod?

    Maybe something like this:
    http://stackoverflow.com/questions/19342305/inserting-multiple-fields-from-a-form-into-single-field-in-database
    ??
  22. v151 Re: Is there a simple customer referals mod?

    hey stevesh,

    cheers I saw this one. not what I need as this asks during registration, I want to ask during placing an order and therefore the referal is only as far as I am concered a "conversion"...
  23. v151 Is there a simple customer referals mod?

    Ive searched about a bit an cant seem to find anything meeting my needs.

    I am after allowing customers to enter a freinds email address during checkout to identify them as someone that has...
  24. Replies
    6
    Views
    1,113

    v139h Re: Image question

    hi traytray, sorry only just saw your replies on this. glad you got it sorted.
  25. Replies
    7
    Views
    776

    v151 Re: Custom Configuration Setting Tutorial?

    brill thanks foe the explaination :)

    if I wanted to give these settings their own configuration group what would I need to do to achieve this?
  26. Replies
    7
    Views
    776

    v151 Re: Custom Configuration Setting Tutorial?

    Ok so breaking it down the following gets inserted. A few questions.

    configuration_title - "The title of my new value" - happy with this
    configuration_key - A_UNIQUE_KEY_TO_IDENTIFY_THE_VALUE -...
  27. Replies
    7
    Views
    776

    v151 Re: Custom Configuration Setting Tutorial?

    Hey stevesh,

    no I think that is describing how to disply new admin pages. what im after is how to create a patch to add a configuration menu item.

    so for example if i wanted to have an extran...
  28. v151 Re: Help to create list of unique products based on attributes applied

    thats cool I only need it in one language!
  29. v151 Re: Help to create list of unique products based on attributes applied

    Cheers for this, i'll have a play.

    no I hadnt seen this as when I use EP4 the option values are liated agains individual items seperated by commas so on the face of it didnt appear to be somewhere...
  30. Replies
    6
    Views
    1,113

    v139h Re: Image question

    looking at your page you have built it manually therefore try adding some inline css for the image borders. See here for examples on the css:
    http://css-tricks.com/using-css-for-image-borders/
    ...
  31. v153 Re: Prevent/Restrict access to website until offical launch?

    I usually just add an index.html page (which overrides the index.php) to the root of the site until the site is ready. however if you already have had spiders on the site this will not stop it being...
  32. Replies
    7
    Views
    776

    v151 Custom Configuration Setting Tutorial?

    Is there anywhere that gives a tutorial on the steps required to make a some simple configuration settings to be added to the configuration menu? I believe it is a case of writing an SQL patch to set...
  33. v151 Re: Help to create list of unique products based on attributes applied

    ive not seen anything in easy populate 4. its a table join ?I need help with.

    To get what I need I need the product table joined with the attributes table and in turn joined with the table that...
  34. Replies
    13
    Views
    2,373

    v151 Re: Option Value URL parameter?

    I confused matters by including "Please Select.." my appologies, this also irrelevant. imagine the Please Select.. wasnt there. this attribute is a read only attribute and cannot be added to the...
  35. Replies
    2
    Views
    1,217

    v139h Re: Error code 10410

    Topics with DrBytes advice:

    http://www.zen-cart.com/showthread.php?193838-Invalid-token-and-paypal-issues&highlight=10410+invalid+token
    ...
  36. Replies
    13
    Views
    2,373

    v151 Re: Option Value URL parameter?

    my understanding is that by default the initially selected option isnt selected as such it simply displays the first in the list so in this case:


    <select name="id[3]" id="attrib-3">
    <option...
  37. Replies
    13
    Views
    2,373

    v151 Re: Option Value URL parameter?

    not sure what you mean by this?

    from what I can see the sort order on the attributes is only used to organise the order of the output to the page.

    the attribute id is unique to each field,...
  38. v151 Help to create list of unique products based on attributes applied

    Hi Everyone,

    I have a requirement to create a list of unique products from an inventory on zen cart using the attributes that are set.

    For example products are listed like this:

    model 1000...
  39. v151 Re: php help please - set variable based on items on order

    yey I was right. thanks for confirming. Now seems to be working :)
  40. v151 Re: php help please - set variable based on items on order

    also worth noting that actually my code is included in the function send_order_email

    I notice that at the top of the function there is the following:
    global $currencies, $order_totals;
    ...
  41. v151 Re: php help please - set variable based on items on order

    I have as a test simply added this line only directly to the includes/classes/order.php file

    $order_check = $db->Execute ("SELECT count(*) as total, products_quantity FROM" . TABLE_ORDERS_PRODUCTS...
  42. v151 Re: php help please - set variable based on items on order

    Hi lat9.

    So I have everything working perfectly on a test file. However, when I include the code to the checkout process I get the following error:

    [13-Aug-2014 16:58:02 UTC] PHP Fatal error: ...
  43. Replies
    13
    Views
    2,373

    v151 Re: Option Value URL parameter?

    So im thinking, if the ouput is liek this:


    <select name="id[3]" id="attrib-3">
    <option value="2">Choose Size..</option>
    <option value="5">Medium</option>
    <option...
  44. Replies
    13
    Views
    2,373

    v151 Re: Option Value URL parameter?

    I wish to provide a link that is specific to the size required, as per the requirement detailed above.

    As there is nothing built in I will add some custom code to use php GET from the parameter...
  45. Replies
    13
    Views
    2,373

    v151 Option Value URL parameter?

    Hi All,

    Is there a url parameter built into zencart where by if you add it to the product page url it can pre select the option?

    for example if option values were

    1 - small
    2 - medium
    3 -...
  46. v151 Re: php help please - set variable based on items on order

    WORKS PERFECTLY! thank you so much :)
  47. v151 Re: php help please - set variable based on items on order

    perfect thanks. Once I have worked out the rest of my code that goes in the do something bit I will report back and let you know how I got on :)
  48. v151 Re: php help please - set variable based on items on order

    thanks again for this, apologies as its been way to long since I've played with php. am I right in assuming that if I want to do something based on this I can simply use:


    if...
  49. v151 Re: php help please - set variable based on items on order

    I was just about to post my poor attempt at the logic, yours look much neater! thank you :)


    $restult1 = SELECT count(*) as count FROM `orders_products` WHERE `orders_id` = 14532;

    if $result1...
  50. v151 php help please - set variable based on items on order

    Hi guys, one for the php gurus, hoping someone will be able to advise a quick lightweight solution.

    I wish to set a variable to true if the following conditions on a specific order exists:
    ...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR