e-commerce

WooCommerce - where can I edit HTML generated by hooks?

流过昼夜 提交于 2019-12-02 15:12:17
I'm new to WooCommerce. Anyhow, I want to create my own theme, so I followed the guidelines and copied accross the core template files to /mywordpresstheme/woocommerce/ . That all works great and I'm editing the templates just fine. However, the way hooks and actions work in WooCommerce is baffling me and I can't work out where certain parts of generated HTML are coming from. For example, in content-product.php , there is a hook that gets the image: <?php /* * woocommerce_before_shop_loop_item_title hook * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template

Safe way to send mail via PHP to many users

喜夏-厌秋 提交于 2019-12-02 14:58:44
Let me explain what I mean in my title. Let's say, that for example I'm creating a small e-commerce system for one web shop/catalog. There's a possibility for customers to choose, do they wish to receive newsletters or not. If they do, then logically thinking the newsletters should be send immediately as the newsletter is formed and ready. Of course it can be done simple by fetching all specified user e-mails from database and using for cycle to send mail via mail function in loop, but problem is that I was told, that this is bad practice. The simple and not cheap way would be purchasing

How large eCommerce sites are so fast? [closed]

假装没事ソ 提交于 2019-12-02 14:45:28
I have been working on asp.net mvc3 e-commerce application based on NopCommerce. Recently we have been working on performance side to improve the performance of the site. The site have more than 200000 products and 1200 categories and large no. of brands. This efforts has resulted into 20 to 200 times the performance increment, but still when bench marked against the e-commerce majors like, amazon, flipkart, jabong, letsbuy, ebay, shopping.indiatimes.com,etc it is still slower. Now looking at just few sites, like Amazon, Flipkart & Jabong... Their page starts loading with almost zero waiting

Magento or Prestashop, which is better? [closed]

橙三吉。 提交于 2019-12-02 14:17:34
I want to find an ecommerce solution for my little shop. My friend tells me that Prestashop is very easy to use and develop modules for, but some say Magento is better. Can anybody tell me which is better for developing modules and why? Having looked under the covers of both of these beasts I can't say that I actually like either of them as they're both rather ugly when you pop the bonnet and something like OpenCart is actually a much nice and easier to work with solution. However, from a feature perspective OpenCart is nowhere near either Magento or PrestaShop and unlike PrestaShop it doesn't

Good e-commerce platform for Java or .NET [closed]

坚强是说给别人听的谎言 提交于 2019-12-02 14:05:05
I'm looking for an e-commerce "platform" in Java or .NET that can satisfy the following requirements: Product / Service Management Customer Account Management Shopping Cart Checkout / Merchant Integration Localization (especially for currency) Coupons Multiple Storefronts Reporting Possible PayPal / Google Checkout Integration The goal here is to integrate this with a RIA written in Adobe Flex. We are comfortable with writing a thin backend layer to support the Flex app, so the solution doesn't require a remotely-accessible API, rather just one that we can invoke from our own backend code. I

Credit card expiration dates - Inclusive or exclusive?

半城伤御伤魂 提交于 2019-12-02 14:02:21
Say you've got a credit card number with an expiration date of 05/08 - i.e. May 2008. Does that mean the card expires on the morning of the 1st of May 2008, or the night of the 31st of May 2008? It took me a couple of minutes to find a site that I could source for this. The card is valid until the last day of the month indicated, after the last [sic] 1 day of the next month; the card cannot be used to make a purchase if the merchant attempts to obtain an authorization. - Source Also, while looking this up, I found an interesting article on Microsoft's website using an example like this, exec

WAMP Server not displaying images

家住魔仙堡 提交于 2019-12-02 12:29:55
问题 I'm having a problem which I don't know what to search in google. Basically I have installed WAMP server and Installed OPen Cart I am able to view my ECommerce site on my local computer but when I open it in on a remote computer it doesn't load any images. It only shows texts My scenario: if I load the PHP page at http://192.168.1.101/ it works fine. I am able to view the WAMP server page which I put in the root directory but when i load the ecommerce pages at http://192.168.1.101/clothing/

asp mvc list ecommerce product with dynamically changing specifications

二次信任 提交于 2019-12-02 10:16:29
问题 i am trying to develop product details page for eCommerce site, say we list some products in a view , now when users clicks in a product he is taken product details view to show product specifications, with add to cart, reviews etc , but here product specification changes dynamically for every product , example: Clothing Product: Size : 40 Mobile Product: Operating System : Android now i dont want the specification name operating system in a clothing product and vice versa. so i researched

Magento - Have different set of fields and labels for cart and checkout (order review) screens

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 08:27:09
In the Magento default theme's cart page we see the following totals box towards the right mid of the screen: My Problem is to show the Tax and Grand Total Including tax fields to appear in the cart, because the tax is calculated once we know the shipping address. So, we want to show it only in the Checkout Screen under Order Review . However, when overriding the template/ file mentioned above, also modifies the Order Review field in checkout , so that it looks like this: and onepage checkout order review screen like which means that these fields are being controlled from one set of file(s).

WAMP Server not displaying images

别说谁变了你拦得住时间么 提交于 2019-12-02 06:01:41
I'm having a problem which I don't know what to search in google. Basically I have installed WAMP server and Installed OPen Cart I am able to view my ECommerce site on my local computer but when I open it in on a remote computer it doesn't load any images. It only shows texts My scenario: if I load the PHP page at http://192.168.1.101/ it works fine. I am able to view the WAMP server page which I put in the root directory but when i load the ecommerce pages at http://192.168.1.101/clothing/ it doesn't load the images. As if the PHP scripts are not working on it. Funny thing is it works fine on