e-commerce

How to use both ga.js and analytics.js?

风格不统一 提交于 2019-12-24 05:59:18
问题 How do i use both for an existing google acc that has been using ga.js...i cant seem to find the right documentation. anyone with experience in this? 回答1: To expound what Pete says. Create a new web property for analytics.js - In your google analytics account, go to Admin section and Create a new web property - Creating a new property will provide you with a new Tracking ID Dual Tag - Add both your ga.js and analytics.js tracking code. Note that they must not share the same UA code. Your

WordPress - WooCommerce Registration not working

佐手、 提交于 2019-12-23 13:07:22
问题 On Registration page when I fill the form and submit it, the page only reloads and nothing happens. And when I log in with an existing user, it works perfectly. Any ideas about what might be causing this behavior? I am using Woocommerce version 2.2.10 on WordPress 4.1 with HTTPS enabled. 回答1: The theme was broken: On your host, open the file on the path “yourhost/wp-content/themes/new-commerce/woocommerce/myaccount/form-login.php” Around line 110, you will find this piece of code: wp_nonce

How to set custom price in opencart products?

≡放荡痞女 提交于 2019-12-23 12:26:04
问题 I have downloaded the latest version of opencart (3.0.2.0). The pricing of my product depends on various options viz. size, color , quantity . For quantity, is there any feature by default to set price range, like for 1-500 pieces one price, from 501-1000 discounted price? My products are wristbands, so I calculate price based on text they want to print, size of the band, quantity range . By default opencart has feature for options but my options have sub options (dependent options). I read

how to create a multipage website

╄→гoц情女王★ 提交于 2019-12-23 05:13:41
问题 how can I develop a multipage website? should I develop all other linked pages in same way I created the homepage? I am intending to develop a PHP website for a store and I wanna link each products to their individual pages. but since there are lots of products its kinda tedious to create individual pages each product. SO Instead of creating many different pages for each product can I create one dynamically changing page and use it for all the product links?I mean can I create a single page

Is Spree extensible enough to support multiple vendors in one app just like Amazon.com?

孤街醉人 提交于 2019-12-23 04:36:15
问题 In short, is it possible to build an Amazon clone without substantial modification to Spree? 回答1: it is indeed possible. If you do, don't use spree as an engine, just use the whole sourcecode as itself. If you use it as an engine, you'll end up overriding so much features of spree that you will be lost totally! Also use and extend the tests that come with spree. You will however loose the ability to update spree, because you will have to change a lot of stuff in the core. 来源: https:/

Magento - list sub-categories of a specific parent category as links

≡放荡痞女 提交于 2019-12-22 18:33:31
问题 I am a beginner to php and am stuck on trying to call out sub-categories of just one parent category as links I got to this and it’s bringing up the getName but the getUrl() isn’t returning any URL at all.... <?php $children = Mage::getModel('catalog/category')->getCategories(3); foreach ($children as $category): echo '<li><a href="' . $category->getUrl() . '">' . $category->getName() . '</a></li>'; endforeach; ?> The output code is just <li><a href="">name of sub-cat</a></li> Anybody have

Magento - There was a issue with reindexing process - Catalog Products [closed]

安稳与你 提交于 2019-12-22 13:48:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I have just reindexed the data on my Magenot installation running v1.6 and i'm now getting a message stating There was a problem with reindexing process. for Category Products and now no products are displayed in any any of the categories. I need to fix this asap as its happened on a live site. Does anyone have

Creating a ordering and checkout system, protecting against changing the cart during payment

本秂侑毒 提交于 2019-12-22 09:14:53
问题 So I have a multi paged checkout system that relies on sessions to store the contents of the shopping cart. I'm also using a third party system to process credit cards, which hosts the actual payment page on their servers. I just have to POST to the page the final total. The problem I foresee is what if someone clicks to go to the hosted pay page, and then for some legitimate or nefarious reason changes the shopping cart contents in another tab. I had initially planned that when the hosted

Paypal Express Checkout with ActiveMerchant as in Shopify

こ雲淡風輕ζ 提交于 2019-12-22 00:43:07
问题 I'm successfully using Paypal Express Checkout in a marketplace web app passing for every seller the three parameters to the PaypalExpressGateway (login, password and signature). So, I see that Shopify lets the seller set only the e-mail address of the Paypal account requesting to grant scott_api1.jadedpixel.com as the API Partner Username. I could't find anything in the ActiveMerchant doc on how I can do it...Someone can help? Thanks a lot, zetarun 回答1: We use PayPals "Accelerated Boarding"

I have an iOS app written in Objective-c and a Wordpress Website with WooCommerce. How can I connect them?

坚强是说给别人听的谎言 提交于 2019-12-21 20:37:34
问题 I built a website and set it up with the WooCommerce plugin to handle my eCommerce. That system works great. I built an iOS app that is not connected to my Wordpress site at all. I am clearly a novice, but I am trying to understand how to connect these two systems. Usernames/Passwords, Purchases, Shipping, etc.... Can anyone point me in the right direction of a solution, because I am coming up blank on my search. Thanks! 回答1: Step 1) Install one of the plugins for Wordpress authentication. (P