
wzhao6898
Members-
Posts
16 -
Joined
-
Last visited
Everything posted by wzhao6898
-
Impossible To Add The Product To The Cart.
wzhao6898 replied to wzhao6898's topic in Configuring and using PrestaShop
Well, I did somehow added "get" in front of a php block :-(, removing it, everything is fine now. -
Impossible To Add The Product To The Cart.
wzhao6898 replied to wzhao6898's topic in Configuring and using PrestaShop
I noticed that too, but I haven't made any changes to the codes, only recently enabled SSL. -
Advance Payments " Amazon" Unable To Save Address
wzhao6898 replied to delboy01's topic in Configuring and using PrestaShop
We have the exactly same problem, can anybody help, please? -
An error pops up when a customer try to add an item to the cart (though the item ended up in the cart after refresh): link to the page: https://www.cyzcollection.com/men/55-cyz-men-s-100-cotton-knit-pajama-pants-lounge-pants.html Impossible to add the product to the cart. textStatus: 'parsererror' errorThrown: 'SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data' responseText: get{"products":[{"id":55,"link":"https:\/\/www.cyzcollection.com\/men\/55-cyz-men-s-100-cotton-knit-pajama-pants-lounge-pants.html#\/size-s\/model_style-black","quantity":1,"image":"https:\/\/www.cyzcollection.com\/584-small_default\/cyz-men-s-100-cotton-knit-pajama-pants-lounge-pants.jpg","image_cart":"https:\/\/www.cyzcollection.com\/584-cart_default\/cyz-men-s-100-cotton-knit-pajama-pants-lounge-pants.jpg","priceByLine":"$14.99","name":"CYZ Men's 100% Cotton Knit Pajam...","price":"$14.99","price_float":14.99,"idCombination":743,"idAddressDelivery":0,"is_gift":false,"hasAttributes":true,"attributes":"S, Black","hasCustomizedDatas":false,"customizedDatas":[]}],"discounts":[],"shippingCost":"$0.00","shippingCostFloat":0,"wrappingCost":"$0.00","nbTotalProducts":1,"total":"$14.99","productTotal":"$14.99","freeShipping":"$0.00","freeShippingFloat":0,"hasError":false,"crossSelling":false} The screenshot is attached, please help! Thanks in advance! David
-
Hi there, Even though we have "Women", "Men", "Sleepwear", etc. other top level categories, only "Women" (which was pre-setup in the Prestashop installation) is showing up in a mobile browser screen or a shrunk desktop screen. Please see attached screenshot, does anybody have the same issue, and how can I fix this? Thanks, David
-
Hi there, Is there a way change the wording "Manufacturer" to "Brand", and also create a Manufacturer/brand specific themed page? Thanks, David
-
Create a new html page in CMS
wzhao6898 replied to wzhao6898's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hi Archproject, Thanks for your reply. I actually later on got it to work to a certain degree like you saw on our web site. I used dojo javascript library there (just google dojo). One trick is that when you set up dojo library, you need first insert the necessary include tags in the header.tpl file, and since CMS's TinyMCE editor will automatically remove javascript codes, you need to follow the instruction in this post (http://www.prestashop.com/forums/viewthread/46890/configuring___using_prestashop/solved_what_the_hell_why_wont_ps_let_basic_html_to_be_added_in_cms) to disable javascript on your web browser before editing your page using CMS tool. You can use our FAQ page source as an example when you set up yours. BTW, does anybody know how to write a whole new page in prestashop with all the theme, and layout specification in place? What I want to do is to create a FAQ.php page, rather than a cms?cms_id=9, or content/9-faq page Thanks, David -
[SOLVED] How to configure canonical URL
wzhao6898 replied to wzhao6898's topic in Online sales and SEO
Now I've read more on this, understand the concept now, Thanks very much! -
Hi there, I've configure the Canonical URL module to set thehovercam.com to be the canonical URL. From what I understand, now all the traffic directed to www.thehovercam.com is now redirected to thehovercam.com, but it doesn't seem it's doing that. Is there anything else I need to set before this will work? Thanks, David
-
Hi there, I'm trying to create a new FAQ page using CMS tools, and I'd like to use dojo library. I understand I can edit the Header.tpl to add the dojo library import codes, but when I use TinyMCE editor to edit HTML source code, certain dojo specific tags got automatically removed every time I commit the changes. How can I edit the source code of the CMS generated page? or how do I add a new page in PS manually but using PS theme and layout? Thanks very much! David
-
Configure shipping charge to be per item
wzhao6898 replied to wzhao6898's topic in Configuring and using PrestaShop
Hi there, Can anybody help me? or the answer is so obvious? Thanks, David -
Hi there, We've just setup our HoverCam store site, with our desired shipping settings: we ship within the US for free, then we charge certain amount for shipping to other countries by item. for example, if you buy one hovercam, it's $25, and buy two, it's $50. I couldn't figure out a way of configuring this in the backoffice. Could someone help? David http://thehovercam.com/html/HoverCamStore/
-
Hi there, I'm trying to use Tool->CMS to create a FAQ page for our web site. I have an existing FAQ page using dojo library for nice displays. When I tried to create a new page using TinyMCE editor, some tag information got removed every time, even when using "HTML source editor". For example. when I enter in the HTML source editor, the resulting page source likes this: How can I get around this, and to "really" edit the HTML source for a page. Thanks, David
-
Hi there, I'm new to Prestashop, so please forgive if this question has been answered already. I've searched the whole forum but couldn't find a straightforward answer. What is the easiest way to change the layout from 3 column to 2-column, meaning minimum impact to the codes. I know I can remove all the block in the left or right column, but the header and footer are still displayed as 3-column layout. Thanks in advance! David
-
Hi PointandStare, Thank you for your reply, but I'm not sure what you meant by "use attributes" here. What I want to do is: 1. create an estimate or quote for a customer, and send to him 2. if he decides to order, I could either send him an invoice or just letting to turn the estimate into an order then pay for it. Can I do something like this? Thanks, David