prestatent
-
Posts
373 -
Joined
-
Last visited
Community Answers
-
prestatent's post in Replacing images with CSV import 1.7 was marked as the answer
Hi Ollie
In your products import file, you must set the value of "Delete existing images (0 = No, 1 = Yes)" to one of these values.
Setting this to "1" will delete all product images for the product before importing the new ones.
Hope this helps.
Cheers
-
prestatent's post in Moving the postal code field under the city field. was marked as the answer
Hi
In Backoffice go to Localization-Countries. Select your country. In the "address format" field this is where you change the layout. Remember to click on the "use my current modified format" button before saving. That's it.
Cheers
-
prestatent's post in Cannot login to BO after moving shop from localhost to www was marked as the answer
Hi
Use PHPMyAdmin to change table ps_shop_url set:
- "Domain" = www.csgoshirtz.com
- "Physical_URI" = /
The db_prefix in the file settings_inc.php does not look correct. It should be "ps_"
Instead it is set to:
define('_DB_PREFIX_', 'csgoshirtz_');
Try that and see if it works.
-
prestatent's post in 1 shop, 2 different prices was marked as the answer
Hi El Patron
We use multi-store already for a private shop, so I think the best way to do this is to go multi-store. It keeps things relatively simple, and for the products we don't want to show prices for we can untick the "available for order" and "show prices" on the product in backoffice. This should get us to where we have to be (I think).
My initial post was made to see if there was something I missed in backoffice, but it doesn't look as if there is.
Appreciate your time. Thank you.
Cheers.