Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HecticBen

Members
  • Joined

  • Last visited

  1. Hey guys, I'm currently using a plugin in Wordpress to show shopping cart products from my BigCartel store into my Wordpress. Now the script is only showing 1 result and echos an image for the product and a text link.. These are grabbed through BigCartel's API. However, it shows the latest product, which is not what I want. I'd like it to change everytime you refresh to a different product. I believe this is the code I'd need to edit (correct me if I'm wrong!): function list_products($limit = 10){ $url = $this->productsapiurl . '?limit='. $limit; $result = $this->pull_data($url); $list = '<div style="width:100%; text-align:center;">'; foreach ($result as $item) { $list .= '<a href="' . $this->producturl . $item->permalink . '" title="' . $item->name . '"><img src="' . $this->image_url($item->images->image[0]->url) . '" height="114" /><br />' . $item->name . '</a>'; } $list .= '</div>'; return $list; } Can anyone help?? Many thanks! Ben

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.