Jump to content

thembisue

Members
  • Posts

    14
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    NYC
  • Activity
    Web development agency

thembisue's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi JB, I don't have a full solution, but I have found that editing the product-list.tpl you will find the code to change the default Available and Add to Cart text and a few other items I believe you mentioned. Here is the code in the product-list.tpl to look for Add to Cart and Available follows {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2} {l s='Add to cart'} {else} {l s='Add to cart'} {/if} and Hope that helps... What I have not found is the best way to only change that for a specific category or specific product. This is same question I have . If you find a solution to the code to target a specific category please post it. Suz {if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}
  2. ok I have searched and searched the forums and google and I see several of the same questions a few related but no definite answer. How to change the layout(html) of the page by category ? I am sure this is a simple answer.. so if anyone has this answer... PLEASE share !!. Based on what I have found..Here is what I am doing in my header.tpl that I thought should really work. {if $page_name|escape:'htmlall':'UTF-8'== 'index'} <!-- if page is equal to index do the following--> <!-- added a div for my purposes --> <!-- moved the center column up for my purposes --> {$HOOK_LEFT_COLUMN} <!-- moved the left column into the center column.. --> {elseif $page_name|escape:'htmlall':'UTF-8' == 'category' and $category->id == "5" } <!-- ELSE if category page and categroy id = 5 then do the following--> {$HOOK_LEFT_COLUMN} <!-- Center --> <!--this is the class change I added to style this category 5 differently --> {else} <!-- if not index and not category page then do the following --> {$HOOK_LEFT_COLUMN} <!-- Center --> <!-- all other pages --> {/if}
  3. I am wondering if anyone using prestashop has a need or created a workaround that would allow multiple paypal accounts to be used with the one prestashop cart.
  4. Well i didn't get any responses but perhaps my experience can help someone. The issue turned out to be the primary confirmed email address for the business was changed recently by the client. The paypal website payments standard from prestashop MUST use the primary and confirmed email address from the business account. In my case, I thought I was using the primary and confirmed paypal email because I could log in with it however the client added and switched the primary to this new email on the same account. So glad to say it wasn't a technical issue with Prestashop at all ... I am very happy for that becuase my experience with PRestashop in terms of configuration and making little changes has been great. Hope this helps someone... Suz
  5. Is/has any one else gotten this error message after selecting the "PayNow" button from PayPal ? I get this error after I check out of my prestashop cart pass over to Paypal, and login using my Paypal account. A few things I am using Paypal v 1.4 presta 1.1 and have confirmed the site is working with paypal correctly through the Paypal Sandbox. Googling the error I saw potential solution on the paypal developer boards. Per that solutions I have tried to change the following line in paypal.tpl from this <form action="{$paypalUrl}" method="post" id="paypal_form" class="hidden"> to this <form action="{$paypalUrl}" method="post" target="paypal" id="paypal_form" class="hidden"> No success Then I called paypal... and the rep suggested that I the following line from paypal.tpl <input type="hidden" name="upload" value="1" /> <-- I figured this was not going to work, and indeed, No success! as obviously now the cart does not know what to do with the data its receiving I tried to replace the above code to this <input type="hidden" name="add" value="1" /> and this does not seem to pass all the information to the paypal cart either. ( I also had another person try to process their credit only with Paypal and they received a message I also got which was that the card could not be process.) Called back paypal and they tell me I need to talk to the merchant technical support line. I will call but wanted to know if anyone had experience solving this issue or has any advice. Thanks in advance for help Suz
  6. I have done this also with success but would welcome a confirmation whether this is the best approach. Can anyone confirm ? and/or correct ? Thanks in advance
  7. Hello I am considering prestashop, so far it looks like a really great alternative to zen-cart.I want to use it for a non-profit organization that will take donations and sell physical and downloadable goods as well as tickets. Additionally they have a full designed website and I want to embed the shop/cart in an iframe in the existing site. I am wondering does anyone from the Presta team or other users have seen a successfull implementation where the prestashop is embedded in an existing website ? And I am wondering if there is good or bad experience with prestashop handling donations ? As well as how does prestashop handle downloadable items ? and how does or does prestashop handle tickets ? Thank you, All feedback would be great as I make my final decision on which cart to go with. Suz
×
×
  • Create New...