
Ariadne
Members-
Posts
42 -
Joined
-
Last visited
Everything posted by Ariadne
-
Prestashop Loyalty program setup
Ariadne replied to romienas's topic in Configuring and using PrestaShop
Have you configured the module? You need to tell it how many points to award for spend - if a product is lower than the minimum spend set up, no loyalty points will be awarded. -
Password reminders not working for yahoo users?
Ariadne replied to Ariadne's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
the shop's main email address is exactly the same one. Moving to a different server isn't possible - I host on my work's server (family owned business). The weird thing is, one of the customers used to get emails with no problem. I *have* to use the smtp option - the php one just doesn't work. With this, and the decreasing speed of Prestashop, I'm thinking of having to change to a different ecommerce provider, one that's hosted - this is costing me far more every month in lost time than paying for hosting would do. -
I use the advanced smtp settings and have verified that they are all correct. My customers from yahoo / gmail and hotmail recently have been complaining that they are not receiving their links to their downloads (I sell downloadable cross-stitch charts). Those who can log in to their accounts are fine, as they can download them from their history, HOWEVER I've recently had a couple who cannot log into their accounts, and the password reminder simply comes up with the red box with: "There is 1 error Error occurred while sending the e-mail." I am using Prestashop 1.5.3.1 and can't really update to a new one as I've got a few custom things going on! Has anyone any ideas on this? How I can get a better error message for one would help!
-
I've just set up a new customer group, with an automatic discount, and added myself to the group for testing. I've authorised ALL modules to show.. BUT the top horizontal menu is empty, except for the "Home" option. I log out, or change myself back to a default customer, and they all appear again. Thoughts anyone? Sarah www.painefreecrafts.com
-
Cannot log on to Back Office
Ariadne replied to sarahca's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
It's part of the standard installation security routine. You have to do both otherwise it's a door for hackers to get in. -
interestingly, that file contained some random text on that line, which didn't appear in the previous version. Have rolled back that file. Let's hope it fixes the issue.
- 10 replies
-
- Error
- No Image Display
-
(and 1 more)
Tagged with:
-
customers are getting the following error: Parse error: syntax error, unexpected 'Works' (T_STRING) in D:\painefreecrafts.com\wwwroot\classes\order\OrderHistory.php on line 352
- 10 replies
-
- Error
- No Image Display
-
(and 1 more)
Tagged with:
-
this isn't the same error I think :/ it's when PayPal sends the authorisation back that the customer gets the errors. I'll try, but I'm not convinced.
- 10 replies
-
- Error
- No Image Display
-
(and 1 more)
Tagged with:
-
OK, how can I test without me buying a product from my own shop? I've set the test mode to "true" based on your advice, but can't test it myself... it's my customers who are having issues..
-
I'm still having this issue with Paypal 3.4.4 and PS 1.5.3.1 People can buy products, I receive payments, but PayPal is not sending the correct codes back to PS (or the paypal module is not applying them correctly) to allow the order to complete correctly in the shop!
- 10 replies
-
- Error
- No Image Display
-
(and 1 more)
Tagged with:
-
sounds like you need to manually select which currencies you will accept paypal for. I do that, and it works fine. If people don't hold a particular currency in their paypal account, most are happy to pay in a currency you accept.
-
no such line in Prestashop 1.5.3.1 unfortunately.
-
I'm also having the same issue, and raised a tracker bug too.
-
Images not showing in IE
Ariadne replied to Ariadne's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Yes, that's what I ended up doing too - creating new image names such as small_grid (where grid is my theme). Now all I've got to do is sort out why PayPal has stopped working to complete orders! -
I'm STILL getting the error. receiving payments, but no confirmation from PayPal so the order isn't finalising :/
-
Images not showing in IE
Ariadne replied to Ariadne's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Thanks Parsifal, I did try a search but it ddn't come up -
Hi folks Shop is working perfectly in Firefox, and Chrome as far as I can tell, but my IE customers can't see any images.. I've tried deleting the image cache and regenerating the thumbnails, but to no avail. Anyone got any ideas? (it worked fine until yesterday, but something changed since then, and I've done nothing to the site) Sarah www.painefreecrafts.com
-
great Charlie Subcategories are still looking weird for me though, I was hoping someone would be able to help :/
- 144 replies
-
- grid
- prestashop
-
(and 2 more)
Tagged with:
-
Hi! Got this tutorial working brilliantly for most pages..(sorted out one issue - needed to lower truncation limit as one of the products was throwing it out) Subcategories in http://www.painefree...s-stitch-charts doesn't work very well - the tiling is different for both top two and bottom 2 categories. my product_list.tpl *} {if isset($products)} <!-- Products list --> <ul id="product_list" class="clearfix"> {foreach from=$products item=product name=products} <li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.iteration%4 == 0}last_row_item{else}item{/if}"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if} </a> <p class="clear"></p> <h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:40:'...':true}</a></h3> <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span> {else} <span style="height:16px; margin: 5px 0; display: block"></span> {/if} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", true)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {else} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", true)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {/if} {else} <span class="exclusive"><span></span>{l s='Add to cart'}</span><br /> {/if} {/if} {if isset($comparator_max_item) && $comparator_max_item} <p class="compare"> <input type="checkbox" class="comparator" id="comparator_item_{$product.id_product}" value="comparator_item_{$product.id_product}" {if isset($compareProducts) && in_array($product.id_product, $compareProducts)}checked="checked"{/if} /> <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label> </p> {/if} </div> </li> {/foreach} </ul> <!-- /Products list --> {/if} my subcategory section in "category.tpl" <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Subcategories'}</h3> <ul class="clearfix inline_list"> {foreach from=$subcategories item=subcategory} <li class="clearfix"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {if $subcategory.description} <p class="cat_desc">{$subcategory.description}</p> {/if} </li> {/foreach} </ul> <br class="clear"/> </div> {/if} and category.css shows: .inline_list li { float:left; margin-right: 10px; width: 200; padding:10px 0; border-bottom:1px dotted #ccc any ideas? I really would appreciate the help, as it is *almost* right and looking a lot better than the default list view.
- 144 replies
-
- grid
- prestashop
-
(and 2 more)
Tagged with:
-
changing order of products
Ariadne replied to david_king's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
not good to have to do that every time you want to change the order though.. would be good to have the facility to either reorder as wanted or a simple "reverse order" (to show newest adds first) -
new products position
Ariadne replied to devilfunk's topic in Utilisation de PrestaShop : configuration et difficultés
alternatively if I can re-order the "featured" products to show latest first rather than oldest first, that would be good too!- 12 replies
-
new products position
Ariadne replied to devilfunk's topic in Utilisation de PrestaShop : configuration et difficultés
error: This module cannot be transplanted to this hook. I uninstalled the new products block. Copied the new files to the directory. "installed" but it seems to have stayed exactly the same. I can't seem to be able to transplant the hook to the home position. ****** OK despite the error, it actually seemed to work. But I get no pictures? only the text...- 12 replies
-
"open" wishlists & virtual products
Ariadne replied to Ariadne's topic in Configuring and using PrestaShop
no one knows?