Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

wpsadmin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • May 13, 2014 at 9:02 pm in reply to: Can {serial_key} be made available as a dynamic variable in PDF Stamper #62918
    wpsadmin
    Member

    Wow, thank you so much. I will read that thoroughly, request an upgrade of eStore (as per your instructions in my other post) and then look into doing this (perhaps I’ll also track down a php programmer to help me). I note your warnings about no support – fair enough. If I decide this is beyond my skills I’ll request some custom work through the correct channel.

    Thanks again.

    May 13, 2014 at 9:15 am in reply to: Can {serial_key} be made available as a dynamic variable in PDF Stamper #62916
    wpsadmin
    Member

    Hmm, ok. So I said I’m not a programmer – I’m not a web/html programmer, but I used to be a C, COBOL and ABAP programmer so could probably install a “hack” if you told me what to cut & paste where, especially if it made it possible for this plugin to stamp a PDF ticket with a serial number.

    Is it possible for you to tell me what I need to change, or give me a more detailed hint? I don’t know how to find where PDF Stamper is called from eStore.

    April 30, 2013 at 10:15 pm in reply to: BulletProof security plugin reporting strange timthumb URL #55367
    wpsadmin
    Member

    P.S. Could you please still answer the question about the timthumb.php file? Does it matter that WP eStore using v2.8.5 and the latest version is v2.8.11?

    April 30, 2013 at 10:14 pm in reply to: BulletProof security plugin reporting strange timthumb URL #55366
    wpsadmin
    Member

    I figured out what the problem is…..I am using the ShrinkTheWeb plugin on my site for thumbnail images on the Community Advertising page, and had included [thumb] [/thumb] tags in the Thumbnail Image URL for one of the products in my webstore. Once I removed those tags, the problem was resolved.

    April 22, 2013 at 1:07 pm in reply to: List of Plugins that Don't Play Nice (Conflicting Plugins) #21388
    wpsadmin
    Member

    At the suggestion of my hosting provider (Digital Pacific) I recently installed the BulletProof Security plugin, to help guard against bruteforce attacks on my website. However, this plugin appears to be incompatible with WP eStore, and was causing the sort of error reported here: https://support.tipsandtricks-hq.com/forums/topic/paypal-says-your-shopping-cart-is-empty

    Fortunately this plugin can be run in a “default” mode for troubleshooting, which makes it behave as if it is not installed at all. Sure enough, once this plugin was running in this “default” mode, the empty shopping cart issue went away.

    I will also report this incompatibility to the Bulletproof Security plugin developer, so that hopefully they can resolve the issue and make your plugin and theirs work together.

    April 8, 2013 at 10:57 am in reply to: What is the best way to mass delete #54861
    wpsadmin
    Member

    Thank you for this. It would really help me to spread the workload of managing my site if my webstore administrator could clear out sales of each annual item, as it is completed. I have this topic saved as a favourite, but how will I know if & when you decide to provide this function? Where will you announce the delivery of this functionality? Do I need to log a separate enhancement request in your support forum, or have you already added it to the “wish list”?

    April 8, 2013 at 10:53 am in reply to: Could you include Customer ID into the Add/Edit Customer screen? #54855
    wpsadmin
    Member

    Thank you, I will keep an eye out for this enhancement. Thanks again for your fantastic product support.

    April 6, 2013 at 1:20 am in reply to: What is the best way to mass delete #54859
    wpsadmin
    Member

    Yes, I had seen those buttons, but the “Reset All Sales Data” deletes all sales, and I only want to delete sales of 2 of my 15 products. Doing that involves going into phpMyAdmin and doing an SQL select to find only those records to delete. My webstore administrator doesn’t have cPanel access, and wouldn’t know how to use phpMyAdmin.

    April 6, 2013 at 1:17 am in reply to: Extra characters appearing in email address for post-payment action #54853
    wpsadmin
    Member

    No, no problems with emails not being delivered correctly, but this is what I see in the ‘From’ field in Outlook, which doesn’t look nice (and I’m sure my customers will point it out to me, thinking it’s an error):

    WPS P&C Webstore Administrator [admin@wpspandc.com.aurn]

    April 4, 2013 at 10:39 pm in reply to: date on transaction is GMT not my local time #33391
    wpsadmin
    Member

    I have applied this change in my Sydney-based installation too. Have I done it correctly?

    <?php

    date_default_timezone_set(‘Australia/Sydney’);

    if(!isset($_SESSION)){

    @session_start();

    }

    February 2, 2013 at 9:27 am in reply to: Import/export customers via from csv or excel #20605
    wpsadmin
    Member

    Thanks so much for the latest version of the plugin, which now contains the Unit Price and Quantity fields in the export of sales/customer data. Fantastic, prompt response. Thank you very much.

    February 1, 2013 at 2:35 am in reply to: Import/export customers via from csv or excel #20603
    wpsadmin
    Member

    Managed to do this export. However, although the export file contains the “Purchased Product ID” and the “Sale Amount” it doesn’t contain the Quantity purchased or Unit Price. So, to work out how many items were purchased (for order fulfilment purposes) we need to divide the “Sale Amount” by the unit price (which I have to store offline in a separate spreadsheet).

    Could you please include the Quantity and Unit Price fields in both the “Manage Customers” menu and in the CSV extract? I’m happy to raise a development request via your support portal, if you require it.

    January 30, 2013 at 12:06 pm in reply to: How can I hide a product – temporarily hide a product? #53429
    wpsadmin
    Member

    Thank you. I have created 2 categories “Hidden” and called “Active”, then used the category shortcode to only display the “Active” category.

    January 29, 2013 at 12:15 pm in reply to: Import/export customers via from csv or excel #20601
    wpsadmin
    Member

    I have finally located the Customers.csv file that was downloaded when I clicked on the “Export Customers Data to a CSV File” button, but I wanted to know if there is a way for a WP user to export it to a CSV file on their own PC.

    Like eugene17 above, I will be handing over responsibility for managing my webstore to a non-techie, who won’t have cPanel access, and would be terrified of PHPMyAdmin.

    I see that amin007 said (2 years ago) they don’t know how to export WP database content to a CSV file, and I wondered if this is still the case.

    I am using the “Newsletter” plugin for sending emails to my subscribers, and I can download to a local CSV file (C:UsersusernameDownloadssubscribers.csv) using functionality within this plugin, so it must be technically possible.

  • Author
    Posts
Viewing 14 posts - 1 through 14 (of 14 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ