Xpark Media

Bring Your Business to LifeSupportHTML5: Set X-UA-Compatible rendering mode validating the document

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 1,644 total)
  • Author
    Posts
  • in reply to: Form whit paypal #257587
    Xpark Media
    Keymaster

    @photonik,

    All that information is collected by Paypal. You can make the form required. all the information then is saved in the sales tab.

    in reply to: Showing larger image in lightbox… #257586
    Xpark Media
    Keymaster

    @totallytech

    just increase the image size in settings > image > Image preview size.

    in reply to: Price List Layout Config? #256987
    Xpark Media
    Keymaster

    @totallytech,

    will look at the download column option. if you don’t allow downloads you could hide the column with css.

    you can remove all color options in the price list. they are at the bottom of the list.

    You can name all the image size however you want, and you can hide the unit with a bit of css.

    let us know if you need us to provide the css rules.

    in reply to: PayPal sells not registered properly in SALES section #256966
    Xpark Media
    Keymaster

    Do you mind providing a screenshoot of the data? or the csv file.

    in reply to: show data, hook problems #256965
    Xpark Media
    Keymaster

    @rhadmin,

    It depends if you want to affect all tabs or just one. Here is the code to affect all tabs. Remove lines of code as needed. You will need to add the code in a plugin or the functions.php file in your theme.

    if you want to display the date after the title use:

    
    function add_date_after_title(  $title, $post  ){
    return $title .= get_the_time( '', $post->ID );
    }
    add_filter('pop_recent_title', 'add_date_after_title',10, 2);
    add_filter('pop_commented_title', 'add_date_after_title',10, 2);
    add_filter('pop_viewed_title', 'add_date_after_title',10, 2);
    
    in reply to: Adding items in cart to page #256957
    Xpark Media
    Keymaster

    @totallytech,

    you can access the entire cart data using the global $variable $ImStoreCart (object);

    To check if there is items in the cart use:

    if( !empty( $ImStoreCart->cart->items ){
    // do something here
    }

    to display the number of items in the cart:
    echo $ImStoreCart->cart->items

    in reply to: Adding the products in a drop down? #256949
    Xpark Media
    Keymaster

    The function that renders the entire actions buttons is call store_subnav, you can only use it in the front end.

    to use it you need to use the global variable $imStore

    echo $ImStore->store_subnav();

    in reply to: Order Notification message tags – %gallery% #240965
    Xpark Media
    Keymaster

    We have added a %gallery_id% option and it will be ready for next release.

    in reply to: Amazon S3 AWS #232260
    Xpark Media
    Keymaster

    @soyguille,

    This is definitely a great option but also not all photographers use or know how to use S3. We will be working on a addOn plugin to add this feature.

    in reply to: Copy Images #232259
    Xpark Media
    Keymaster

    @bidum00,

    This is something that we will not be able to implement on the core plugin.

    We will be happy to help you with custom development. Could you please contact our support team at [email protected] with the requirements and they will be able to provide a quote for you project.

    in reply to: Layout of Price list on customer side #232258
    Xpark Media
    Keymaster

    We just ran a few test with a few themes and we don’t see the issue. It looks like a conflict with other plugin.

    What browser and version are you using? could you provide a link to a screenshot?

    in reply to: Checkout, download links, customer login #227281
    Xpark Media
    Keymaster

    if the payment is not confirm, the download link will not be added to the email. You can manually confirm the payment in the sales menu click order and confirm payment.

    If the user created an account they can download their images from their profile page.

    in reply to: Receipt Page & Download Issues #227280
    Xpark Media
    Keymaster

    Can you please provide a link and a test case and what will you expect.

    in reply to: Payment fields not displaying in settings #227279
    Xpark Media
    Keymaster

    Sound more like an conflict with another plugin. could please you provide a link to the production server.

    in reply to: Which CSS to edit to turn Text into icons? #192284
    Xpark Media
    Keymaster

    @atronx,

    We are looking for volunteers to test the new Xclusive Pro theme, that has support for this features. Volunteers will received a free copy and 1 year free access to the premium forum.

    Please let us know if you are interested and we can send you more information.

Viewing 15 posts - 106 through 120 (of 1,644 total)