
chops07876
Members-
Posts
21 -
Joined
-
Last visited
Profile Information
-
Activity
Freelancer
chops07876's Achievements
Newbie (1/14)
1
Reputation
-
Centering the payment steps
chops07876 replied to chops07876's topic in Configuring and using PrestaShop
OK. Perfect. Where is that held? I've been having trouble tracking down where to apply the style.- 3 replies
-
- left margin
- center
-
(and 1 more)
Tagged with:
-
Hi Everyone, I have an issue with centering the payment steps on PS 1.5.4. Everything is left aligned, which just looks a bit odd. I've tried looking around in the CSS, .php and .tpl files with no success. Does anyone know how to remove the style element applied to the div? Or center the whole center_column div on the page? I have uploaded a test version of the shop here: http://phuket-it.net/webdev/prestashop Any advice would be fantastic. Rob.
- 3 replies
-
- left margin
- center
-
(and 1 more)
Tagged with:
-
Yes. Products are now accessible.
- 9 replies
-
- fatal error
- internal server error
-
(and 2 more)
Tagged with:
-
Pack.php was present but was completely empty! Sorry, I really should've checked that! All is now well. Apologies for wasting your time.
- 9 replies
-
- fatal error
- internal server error
-
(and 2 more)
Tagged with:
-
Hi Everyone, Has anyone had to build a shop for a Thai merchant before? What's the best module to use for accepting payment? Cheers in advance. Rob.
-
Hi Pascal, Thanks for your reply. Unfortunately, this produces the following error: Warning: require(/*myserver*/prestashop): failed to open stream: Success in /*myserver*/prestashop/classes/Autoload.php on line 112 Fatal error: require(): Failed opening required '/*myserver*/prestashop/' (include_path='.:/usr/local/lib/php-5.3.13/lib/php') in /*myserver*/prestashop/classes/Autoload.php on line 112 Rob.
- 9 replies
-
- fatal error
- internal server error
-
(and 2 more)
Tagged with:
-
Hi everyone, I have been developing my shop locally and have copied the data and SQL to my live webhost. Back Office is fine. Front Office is accessible (products are listed; images and all) apart from when I want to access a product. When I click the link I get an "Internal Server Error 500". I've enabled Dev and the message translates as: "Fatal error: Class 'Pack' not found in *myserver*/prestashop/controllers/front/ProductController.php on line 177" Everything is fine locally, so I'm a bit confused on this. Has anyone seen this before? Cheers, Rob.
- 9 replies
-
- fatal error
- internal server error
-
(and 2 more)
Tagged with:
-
Accessing certain products from Back Office
chops07876 replied to chops07876's topic in Configuring and using PrestaShop
After 10 minutes, I gave up. Strange indeed. -
Accessing certain products from Back Office
chops07876 replied to chops07876's topic in Configuring and using PrestaShop
Hi, Interestingly, I just switched from Chrome to Firefox to see if the console would tell me anymore as Chrome just hangs. The products (the ones I've tried at least) are accessible from Back Office! I've emptied the cache on Chrome, still no luck! At least I can amend via Firefox for the time being. There were no JS errors though, although a lot of "Pending" requests. Rob. -
Hi Everyone, My shop has developed an annoying little quirk! I noticed today that a lot of products from one manufacturer (but not all) have disappeared from their respective subcategories. I went to the Back Office to check and found them under the level up. Strange thing is, I can't access the products from Back Office to amend any details, a grey box with white arrow appears (see attached screen shot) and nothing loads. Stranger still, under Front Office I can see all the products in the level up category, but none of the attributes are searchable. Has anyone ever seen such strange behaviour? Any ideas on a fix? Cheers, Rob.
-
Nicholas, Certainly. Simply add this line of code wherever you want the logo to appear: <img src="{$img_manu_dir}{$product.id_manufacturer}.jpg" alt="{$product.manufacturer_name|escape:'htmlall':'UTF-8'}" title="{$product.manufacturer_name|escape:'htmlall':'UTF-8'}" /> You will need to apply styles to the image for formatting. Hope that helps. Rob.
-
Pagination: Default order by
chops07876 replied to chops07876's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Thanks, vekia. I tried swapping out several variables and adding id_product, but clearly my lack of SQL understanding is hampering my efforts. (SQL is on my to learn list). I realise this is perhaps asking a bit too much in the way of good natured support, but would you be able give me a bit of assistance? -
Pagination: Default order by
chops07876 replied to chops07876's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Thanks but unfortunately, this does not work. Some products were added after others, so they have a sequential ID, but appear later in the list. Changing date_add in SQL is a work around I guess, but I'd like to nail this one. I was hoping there would be a bit of code that could be swapped out. PS is getting the default order from somewhere. Any ideas where $orderbydefault is set? -
Pagination: Default order by
chops07876 replied to chops07876's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Apologies. This does appear to be functioning correctly when viewed by "Category" and selecting "Position Inside Category" from back office. However, this order does not function on products are view under "Manufacturer". The list is ordered by product name. How can this view be changed to sort by product ID?